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

Reply via email to