Results 1 to 3 of 3
I keep getting a 403 error when I try to access www.mydomain.com , using this dynamic-vhosts.conf
Code:
UseCanonicalName Off
<Directory ~ "/var/www/*/htdocs">
AllowOverride FileInfo AuthConfig Limit
Options MultiViews SymLinksIfOwnerMatch +ExecCGI
...
- 02-12-2005 #1Just Joined!
- Join Date
- Jul 2004
- Posts
- 2
Apache 2 dynamic-vhosts
I keep getting a 403 error when I try to access www.mydomain.com, using this dynamic-vhosts.conf
why is this happening???Code:UseCanonicalName Off <Directory ~ "/var/www/*/htdocs"> AllowOverride FileInfo AuthConfig Limit Options MultiViews SymLinksIfOwnerMatch +ExecCGI <Limit GET POST OPTIONS PROPFIND> Order allow,deny Allow from all </Limit> <LimitExcept GET POST OPTIONS PROPFIND> Order deny,allow Deny from all </LimitExcept> </Directory> VirtualDocumentRoot /var/www/%0/htdocs RewriteEngine On Setenv VLOG /var/log/apache2/ RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) RewriteRule .* - [F]
- 02-16-2005 #2Just Joined!
- Join Date
- Feb 2005
- Location
- Scotland
- Posts
- 13
Maybe you would like to read this thread Here which helped me set my server up.
- 02-17-2005 #3Just Joined!
- Join Date
- Jul 2004
- Posts
- 2
thanks but I know how to setup vhosts.conf, i am trying to set up dynamic vhosts


Reply With Quote