tiantao wrote:
> [Tue Feb 28 00:19:49 2006] [error] [client 10.0.0.201] client denied by
> server configuration: /usr/local/apache2/www/test.html
It looks like there is somewhere an access restriction.
Do you have a directory section for your /usr/local/apache2/www in place
with the directive "allow from all" like
<Directory /usr/local/apache2/www>
..... other directives...
Order allow,deny
Allow from all
..... other directives...
</Directory>
If yes, are there any other directory sections in your httpd.conf (or
any included file) or .htaccess files which might override this setting?
--
Robert
>> Stay informed about: 403 forbidden:you don't have permission to access /test.ht..