reimer, i did not have a <Directory> container for /opt/apache2/htdocs2 ... added it in the section <VirtualHost localhost:80> DocumentRoot "/opt/apache2/htdocs2" <Directory "/opt/apache2/htdocs2"> AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost> and it works fine now. thx for pointing it out. yashesh On 8/31/06, Riemer Palstra <riemer@xxxxxxxxxxx> wrote:
On Thu, Aug 31, 2006 at 04:35:21PM +0530, Yashesh Bhatia wrote: > [Thu Aug 31 16:29:46 2006] [error] [client 127.0.0.1] client denied by > server configuration: /opt/apache2/htdocs2/ Show us your <Directory> settings for the above, do the look somewhat like: <Directory /opt/apache2/htdocs2> AllowOverride None Order Allow,Deny Allow from all </Directory> -- Riemer Palstra Amsterdam, The Netherlands riemer@xxxxxxxxxxx http://www.palstra.com/ --------------------------------------------------------------------- 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
--------------------------------------------------------------------- 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx