Re: [users@httpd] httpd-vhosts.conf using include

2011-09-06 Thread Norman Fournier
On 2011-09-06, at 1:30 PM, Steve Swift wrote: > You can arrange them any way that you like. The include statement includes > the referenced file(s) at the point where it is encountered. You could expand > all of this out, and create a single httpd.conf file, and it would work > exactly the same

Re: [users@httpd] httpd-vhosts.conf using include

2011-09-06 Thread Steve Swift
You can arrange them any way that you like. The include statement includes the referenced file(s) at the point where it is encountered. You could expand all of this out, and create a single httpd.conf file, and it would work exactly the same. Or you could have an include statement for every line in

[users@httpd] httpd-vhosts.conf using include

2011-09-06 Thread Norman Fournier
Hello, I am working on rebuilding a web server after a crash. In my previous httpd.conf file, include was used to point to virtual host .conf files. In this httpd.conf file it points to httpd-vhosts.conf for virtual hosting. My question is should I include my vitual hosts in the httpd-vhosts.co