Michael Schumacher wrote:
So where does centos hide my httpd.conf file? TIA, V
Ever tried
locate 'whateverIamllookingfor'
There are several parts that make up the configuration for Apache. They all reside under /etc/httpd/. The main file is /etc/httpd/conf/httpd.conf. It is a general purpose configuration file. But there are also package specific config files that configure specific things under /etc/httpd/conf.d/. Examples of the package specific configs is: php.conf, squirrelmail.conf, perl.conf, squid.conf