Author Login
Post Reply
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>
If anyone could assist, I would be most appreciative.
Kind Regards
Brent Clark
---------------------------------------------------------------------
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)