rjsquire n00b
Joined: 21 Oct 2003 Posts: 1
|
Posted: Tue Oct 21, 2003 10:09 pm Post subject: Apache Include directive |
|
|
Hello:
I emerged mod_php and everything compiled fine. Apache2 was installed as a dependency and I added it to my default runlevel.
My problem is that it doesn't seem to be reading the config files that are included from the main config file.
In my /etc/apache2/conf/apache2.conf I have the following two lines:
Include conf/modules.d/*.conf
Include conf/commonapache2.conf
but when I use 'apache2ctl -k restart -e debug -E debug.txt' the debug.txt file contains just a list of modules being loaded. No mention of the additional config files being processed which is what the apache documentation leads me to believe should happen.
Anyone else run into this? Anyone have a solution
Thanks:
Rob Squire |
|