AE wrote:

Greetings, I have a fixed IP and running apache 2.0.54. The server worked until I tried hosting another domain and created VHosts. Now, all I get is FORBIDDEN when browsed. Any ideas appreciated...

AllowOverride None
</Directory>

<Directory "C:/domain1">
 Order Allow,Deny
 Allow from All
</Directory>

<Directory "C:/domain2">
 Order Allow,Deny
 Allow from All
</Directory>

<VirtualHost 192.168.0.111:80>
 ServerName www.domain1.com:80
 DocumentRoot "C:/domain1"
</VirtualHost>

<VirtualHost 192.168.0.111:80>
 ServerName www.domain2.com:80
 DocumentRoot "C:/domain2"
</VirtualHost>

afaik you should put the directory directives *inside* the vh sections, not outside

-Patrick

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to