Author Login
Post 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)