deleted httpd.conf - apache still finds it after restart
I made some changes (changed the line: <Directory "/var/www/html/home">)
to /usr/local/apache2/conf/httpd.conf and restarted apache. The changes took effect. I made some more changes, but they did not. I went as far as deleting /usr/local/apache2/conf/httpd.conf and rebooting and it still found the original changes changes.
Obviously(?) apache is finding a httpd.conf file laying around somewhere that it had copied from my updated one. Question is: Where is it?
|