Click to See Complete Forum and Search --> : apache question


brendan911
08-22-2002, 04:35 PM
hello,
i added the following to httpd.conf so that virtual hosts will be dynamic:
-----------------------------------
UseCanonicalName Off

<Directory /var/www/virtual>
Options FollowSymLinks
AllowOverride All
</Directory>

VirtualDocumentRoot /var/www/virtual/%0/htdocs
VirtualScriptAlias /var/www/virtual/%0/cgi-bin
-------------------------------------

for some reason, whenever i try to go to one of my pages, it shows access denied, and the log says it was denied by server configuration. shouldn't the configuration above allow access to the necessary directories? please help.

thanks,
brendan911