On Wed, 2008-05-28 at 10:38 +0200, Norman Khine wrote: > I seem to have one problem with a virtual host that for the images and > css sub-directory I get the following error: > > [Wed May 28 19:27:07 2008] [error] [client 90.42.77.188] (13)Permission > denied: access to /images/btn.jpg denied, referer: > http://demo.domain.net/index.html > [Wed May 28 19:27:32 2008] [error] [client 90.42.77.188] (13)Permission > denied: access to /css/style.css denied Unless I'm very much mistaken, the (13) in brackets indicates a filesystem permissions issue, not configuration within your Apache instance: #define EACCES 13 /* Permission denied */ Make sure the directory (and parents) have appropriate permissions to permit Apache to access it (them). Graeme --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx