
Originally Posted by
aarondwyer
I'm trying to work this out as well but my additional include files aren't working.
When I do as the previous posts mention
1) create sub directories and my include file with valid httpd instructions, then
2) run this script /scripts/ensure_vhost_includes --user=username
My httpd.conf get this added to the correct users virtualhost section
Include "/usr/local/apache/conf/userdata/*.conf"
Include "/usr/local/apache/conf/userdata/*.owner-root"
Include "/usr/local/apache/conf/userdata/std/*.conf"
Include "/usr/local/apache/conf/userdata/std/*.owner-root"
Now these directories are not pointing to the directory structure that I created. So I'm assuming that it can't find my include file.
But you can't edit the httpd.conf directly to point to the include file.
I'm lost, anyone got some ideas for me.
Thanks
Aaron