Hello,
I've got a question on virtual hosts. I'm running httpd 2.2.3 on a
rhel5 machine. I believe from what I've read that when one sets up a
virtual host that the Listen and other directives in httpd.conf are no
longer valid. FIrst of all, did I get that right? I've got a Listen
line in httpd.conf telling apache to listen to a single address, I've
also got a


<Directory />
Order Deny,Allow
Deny from all
Options none
AllowOverRide none
</Directory>

in that file as well as a block pointing to apache's document root
area. In my virtual host configuration file I've got the virtual host
set up with a different document root area, my question is is the
<Directory /> block from the httpd.conf file still propagated to the
virtual host configuration file or do I have to define that <Directory
/> block in the virtual hosts as well? I hope that made sense.
Thanks.
Dave.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to