When I checked, a while back, the freeware was no longer being supported. You can go to www.tripwire.com to check on the pricing on the dcommerical product.
I found an Open-source pkge called AIDE (Advanced Intrustion Detection Environment). http://sourceforge.net/projects/aide
It's not...
Annihilannic,
Not sure about this one.
"route add -net 1.2 1.2.3.4"
I have:
Router address 123.22.23.128
gateway address 123.22.23.129
Is this what I am looking for?
"route add -net 123.22 123.22.23.129"
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...
you know the old addage..."you can't see the forest for the trees"!!!!!.....the problem was actually that I had a logs directory (apparently from times past)in my docroot. I removed that and everything is good now.
THNX anyway.
By the way......really like your site "Wishdiak".
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 /...
Also....
1) check the permissions on the directory and files in your docroot. That has come around and bite me a time or two.
2) look at your error log
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...
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.