I can't find httpd.conf
I am running openSuse 11, and installed apache, its started and working.
|
I can't find httpd.conf I am running openSuse 11, and installed apache, its started and working. |
|||
|
|
|
/etc/apache2/httpd.conf Alternatively you could use the find command: find /etc -name httpd.conf |
|||
|
|
|
If you installed the package, you can use RPM to find which files belong to the package.
and replace apache2 with the package name you installed. You can use
to list all packages |
|||
|
|
|
Just installed the apache2 package on my 11.0 workstation. The httpd.conf file showed up at:
|
|||
|
|
|
I think Suse uses apache2 now, so it wouldn't be httpd.conf, it would be
|
||||
|
|
|
You may also be able to find the path to this file in the init script. Usually config files are passed as arguments or at least mentioned in most init scripts. So, something like this may work. #grep httpd.conf /etc/init.d/apache2 |
|||
|
|