Mail Index


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ApacheGallery] client denied by server configuration



Hey,

I just installed Apache::Gallery, and I have it mostly working. The only
problem I have is in the errors log:

[Thu Jul 10 21:17:05 2003] [error] [client 64.12.96.46] client denied by
server configuration:
/var/tmp/Apache-Gallery/is.it.jeffornot.com/Australia/Sydney/100x75-p4180095.jpg
[Thu Jul 10 21:17:05 2003] [error] [client 64.12.96.79] client denied by
server configuration:
/var/tmp/Apache-Gallery/is.it.jeffornot.com/Australia/Sydney/100x75-p4180098.jpg
[Thu Jul 10 21:17:05 2003] [error] [client 64.12.96.203] client denied
by server configuration:
/var/tmp/Apache-Gallery/is.it.jeffornot.com/Australia/Sydney/100x75-p4180097.jpg
[Thu Jul 10 21:17:07 2003] [error] [client 64.12.96.78] client denied by
server configuration:
/var/tmp/Apache-Gallery/is.it.jeffornot.com/Australia/Sydney/100x75-p4180100.jpg

I have "allow from all" in the apache.conf file:

<VirtualHost is.it.jeffornot.com>
   ServerName   is.it.jeffornot.com
   DocumentRoot /mnt/stuff/photos/
   ErrorLog     logs/gallery-error_log
   TransferLog  logs/gallery-access_log
   PerlSetVar   GalleryTemplateDir '/etc/apache/gallery/templates/'
   PerlSetVar   GalleryInfo 'Picture Taken => DateTimeOriginal, Flash =>
Flash'
   PerlSetVar   GallerySizes '640 1024 1600 2272'
   PerlSetVar   GalleryThumbnailSize '100x75'
   PerlSetVar	GalleryCopyrightImage'/etc/apache/gallery/watermark.png'
   <Location />
     allow from all
     SetHandler        perl-script
     PerlHandler       Apache::Gallery
   </Location>
</VirtualHost>

I think it might not be loading the cached thumbnails and resized
pictures...Any suggestions? Thanks

 - Jeff Simpson
jeffsimpson@xxxxxxxx