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

Reply via email to