How to locate apache folder on linux?

CrackaLackaZe

Senior member
Jun 29, 2002
922
0
76
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?
 

Armitage

Banned
Feb 23, 2001
8,086
0
0
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.