Mail Index


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

[ApacheGallery] Teething problems...



I have just installed Apache Gallery and all seems to be working except when I 
click on a link to go to the next or previous links. 

These are appended with ?width=NNN which doesn't seem to be processed 
correctly. 

My environment is as follows: 

Redhat 9 
Apache 2 
mod_perl 2 (1.99_12) 
Perl 5.8.0 
CGI 3.01 
CGI-FastTemplate 1.09 
Image-Imlib2 1.01 
Image-Info 1.15 
Image-Size 2.992 
URI 1.29 

The httpd.conf setup is: 

<VirtualHost 192.168.123.10:80> 
  DocumentRoot /home/httpd/noip/htdocs 
  ServerName www.innovations.no-ip.com 
  CustomLog logs/access_log combined 
  ErrorLog logs/error_log 
  PerlSetVar   GalleryTemplateDir '/home/httpd/apache.gallery/templates/new' 
  PerlSetVar   GalleryInfo 'Picture Taken => DateTimeOriginal, Flash => Flash' 
  PerlSetVar   GallerySizes '640 1024 1600 2272' 
  PerlSetVar   GalleryThumbnailSize '100x75' 
  PerlOptions +GlobalRequest 
  Alias /wedding "/home/httpd/noip/wedding" 
  <Directory "/home/httpd/noip/wedding"> 
      Options Indexes 
      AllowOverride None 
      AuthType Digest 
      AuthName "Wedding Archive" 
      AuthDigestFile /home/httpd/passwd 
      AuthDigestGroupFile /home/httpd/group 
      Require group wedding 
  </Directory> 
  <Location /wedding> 
      SetHandler modperl 
      PerlResponseHandler Apache::Gallery 
  </Location> 
</VirtualHost> 

The error is as follows: 

==> error_log <== 
[Sun Jan 11 15:26:26 2004] [error] [client 192.168.123.100] Digest: uri 
mismatch - </wedding/jpg/pakistan.2003/asar/family2.jpg> does not match request-
uri </wedding/jpg/pakistan.2003/asar/family2.jpg?width=640>, referer: 
http://www.innovations.no-ip.com/wedding/jpg/pakistan.2003/asar/family1.jpg 

Do you have any suggestions? 

All help will be greatly appreciated!! 

Best Regards 
Asar Khan 

_______________________________________________
users mailing list
users@xxxxxxxxxxxxxxxx
http://ufo.hestdesign.com/cgi-bin/mailman/listinfo/agusers