Click to See Complete Forum and Search --> : where are the folders and files????


sandwichs
09-21-2001, 11:53 PM
Hi ya'll
I TRIED to read a "howto" on apache on the Red hat page. here is what they say:
"Before starting up the server, you will want to take a look at some of the configuration files in /etc/httpd/conf"
Well... it's not the first I get lost because of something like that... those files or folder ain't there. Can't someone tell me why? :confused:

jrbush82
09-22-2001, 12:02 AM
apache may not be installed there, or may not be installed at all

sandwichs
09-22-2001, 12:08 AM
well... I did a custom install and I selected the www server

Choozo
09-22-2001, 05:11 AM
Do a locate httpd.conf to find the whereabouts of the conf files.

Cheers :)

Craig McPherson
09-22-2001, 05:23 AM
/etc/apache is another popular choice. But they could be installed anywhere, really. If locate doesn't work for you (it will only work if you have an up-to-date locate database), use find -name httpd.conf /, which is much slower than locate but it'll always work.