Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

Re: [users@httpd] client denied by server configuration:

André Warnier

2008-08-01

Replies: Find Java Web Hosting

Author LoginPost Reply
Brent Clark wrote:
> Hi
>
> For the likes of me, I cant resolve this problem.
>
> I keep getting
>
> client denied by server configuration:
> /usr/share/gallery/css/config.css.default, referer:
>
> This is my vhost.
>
> <VirtualHost *:80>
>   ServerAdmin webmaster@(protected)
>
>   ServerName xyz.com
>
> #   Alias /albums/ /usr/share/gallery/album/
>
>   Alias /gallery /usr/share/gallery
>
>   <Directory /usr/share/gallery>
>   Options FollowSymLinks
>   AllowOverride Limit Options FileInfo
>
>   <FilesMatch "\.(sh|inc|pl|tpl|pot|po|mo|cfg|def|default)$">
>   Order allow,deny
>   Deny from all
>   </FilesMatch>
>
>   </Directory>
>
> </VirtualHost>
>
I can't see the problem, honestly.
The message says that it denied access to a file ending in ".default".
Which is what you seem to want, when you specify your <FilesMatch>, no ?

André

---------------------------------------------------------------------
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@(protected)
 "  from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.