C CrackaLackaZe Senior member Jun 29, 2002 922 0 76 Mar 1, 2005 #1 I know that apache 1.3 is running on the server, but I can't find it anywhere including the usr/local directory. Does anyone know where it might be?
I know that apache 1.3 is running on the server, but I can't find it anywhere including the usr/local directory. Does anyone know where it might be?
A Armitage Banned Feb 23, 2001 8,086 0 0 Mar 1, 2005 #2 locate httpd or if you're running an RPM based distro rpm -qa | grep httpd On my box, this returns httpd-2.0.51-2.9 Take that output and use it as the argument to this rpm -q --list httpd-2.0.51-2.9 That'll show you where everything is.
locate httpd or if you're running an RPM based distro rpm -qa | grep httpd On my box, this returns httpd-2.0.51-2.9 Take that output and use it as the argument to this rpm -q --list httpd-2.0.51-2.9 That'll show you where everything is.
C CrackaLackaZe Senior member Jun 29, 2002 922 0 76 Mar 1, 2005 #3 Thanks, that was quick and very helpful
A Armitage Banned Feb 23, 2001 8,086 0 0 Mar 1, 2005 #5 Originally posted by: MCrusty which httpd Click to expand... Only works if its in your path - it isn't on my fedora box
Originally posted by: MCrusty which httpd Click to expand... Only works if its in your path - it isn't on my fedora box