I have a solaris 8 System that has 2 IP ranges assigned to it. Each range has a separate gateway and netmask. I have
1) setup /etc/hme0:1 with the hostname
2) put the hostname and IP in /etc/inet/hosts
3) setup the IP using "ifconfig plumb" and "ifconfig Bla Bla up"
4) put an entry in...
I am trying to write a script to monitor transit time between two systems. "Traceroute" seems to be the most effective to do this. However, I need to supress the first line. My output is like this:
# traceroute -i hme0 -q4 server2.domain.com | gawk -F" " '{print $4,$5,$6,$7,$8}'
traceroute to...
I am running Apache 1.3.33. I have multiple vhosts. Somehow on one of my hosts a log file is accessable.
(e.g. www.server.tld/logs/logfile)
it it's uniform accross my servers so I don't think it's in my httpd.conf. Apache is conpiled with the following:
Compiled-in modules:
http_core.c...
I am working thru locking down my Apache 1.3.33 servers. I am using the LimitExcept directive in the httpd.conf (so it covers all vhosts as well). But now I need to test to see that it is working.
I have put the same Directive in 2 separate system and got very different results.
<Directory /...
I am trying to compile Apache 1.3.33 on a Solaris 8 system. I am trying to compile in with it,
Mod_SSL 2.8.22
Mod_Perl 1.29
I already have openSSL 0.9.7d running.
I have tried following instructions within the distribution and from the mod_ssl site...
I have a domain that is running both http and https. It is runnig as a virtual host under Apache 1.3.27. There are certain applications (by virtue of directories) that are non functional under https. Therefore I need to conditionally rewrite https to http.
To start with - index.html
The...
I am running OpenSSH_3.4p1 on a Solaries 8 Box. It is located in a remote Data center. I need to change the access. I am able to change LAN access there by entries in the /etc/hosts.allow file. (I have several systems located on a single subnet.) But I am unable to change access for systems...
I need to setup a second subnet on my Solaris 8 system. I think I everything figured out except the routing. With a single subnet, I just put the gatway information in /etc/defaultrouter. I'm not sure what to do for a second subnet.
Current subnet
network - 111.222.333.120
netmask -...
My apologies if this is in the archives...but the search seems to be down.
What are the ramifications of running 2 separate instances of apache on the same server. This assummes that the conf files don't conflict. For instance, one compiled and run in /usr/local/apache and the other in...
I'm running a bash shell. version 2.05b I would like to be able to load a commandline into an environmnetal variable and then runn the command using that variable.
It seems to work OK until I get special characters in the commandline. For instance
REMOVECOMMAND="rm -f...
I'm running a file checking program (AIDE) on a solaris 8 system. I regularly see changes in the file below. What is it? and why do the atributes change?
/devices/pseudo/pts@0:9
I looked at my gawk man page
I read thru the FAQ on passing shell variables
But neither seemed to address my need. I need to pass a shell variable to the search criteria in my gawk command
commandline:
-----------
script aol
-----------
script
-----------
#!/bin/bash
DOMAIN=$1
mailq \
|gawk...
I am trying to grab information from the output of the mailq(postfix) Command. The problems is......The search criteria is on line 2 and the information (message ID) is on line 1. I searched and found several multiple line posts but none that quite cover this. It looks something like...
Can somebody point me in the direction of documentation on the "praudit" command. I have gone over the man page but it doesn't seem to address that.
My OS is Solaris 8
Apparently I made a typo in my passwd file. I put an invalid entry for the root shell. Now I have no root access. This is a new system so if all is lost, I can cope. But it will be quite a lose of time. I cannot login the regular conole. I have tried single user mode. Is hteree a way to...
If I did this more often maybe I could remember how....Oh well.
I'm trying to do an initial install of Solaris on a E220R. I thought I remembered how cylinders,slices and the like work but....
MY CURRENT SETUP--------
Disk Name c0t0d0
TotalSpaceCyl 7506
Used Space Cyl 7505
Free...
I need to add an IP range to out .htaccess file.
the range is
198.208.16.0 - 198.208.28.255
I think this is what I need. but want to make sure first
198.208.16.0/21, 198.208.24.0/22, 198.208.28.0/24
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.