Mail Index


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

[ApacheGallery] Problem with a freshly installed apache::gallery



Hello all,
 
I have just finished an install of apache::gallery on https://gallery.vandewolfshaar.com.
 
I get an error when I load the page:
 
200-OK The server encountered an internal error or misconfiguration and was unable to complete your request. (check it out to see it.)
 
My apache error log says:
 
[Wed Feb 27 14:32:27 2002] [error] uri_escape: [Wed Feb 27 14:32:27 2002] (eval 159): /([^a-zA-Z0-9/: unmatched [] i
n regexp at (eval 159) line 1.
 at /usr/lib/perl5/site_perl/5.6.0/Apache/Gallery.pm line 136
 
Any ideas for me?
 
Thanks in advance,
Paul
 
For reference, my banner reads:
HTTP/1.0 200 OK Date: Wed, 27 Feb 2002 19:32:26 GMT Server: Apache/1.3.19 (Unix) (SuSE/Linux) mod_perl/1.25 mod_ssl/2.8.3 OpenSSL/0.9.6a PHP/4.0.4pl1
 
My virtualhost entry reads:
 
<VirtualHost 209.217.100.28:443>
        ServerName   gallery.vandewolfshaar.com
        DocumentRoot /u01/vallee/gallery
        ErrorLog     /var/log/httpd/vdw-error_log
        CustomLog /var/log/httpd/vdw-access_log common
 
        SSLEngine on
        SSLCipherSuite \
        ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
        SSLCertificateFile /etc/httpd/ssl.crt/webmail.crt
        SSLCertificateKeyFile /etc/httpd/ssl.key/webmail.key
        SSLCACertificateFile /etc/httpd/ssl.crt/PythianCA.crt
        <Files ~ "\.(cgi|shtml|phtml|php3?)$">
            SSLOptions +StdEnvVars
            </Files>
            <Directory "/usr/local/httpd/cgi-bin">
                SSLOptions +StdEnvVars
                </Directory>
                SetEnvIf User-Agent ".*MSIE.*" \
         nokeepalive ssl-unclean-shutdown \
         downgrade-1.0 force-response-1.0
 
        PerlSetVar   GalleryTemplateDir '/u01/vallee/templates'
        PerlSetVar   InlineDir '/usr/local/apache/Inline'
        PerlSetVar   GalleryInfo 'Picture Taken => DateTimeOriginal, Flash => Flash'
        PerlSetVar   GallerySizes '640 1024 1600 2272'
#        PerlSetVar   GalleryCopyrightImage 'htdocs/c.png'
        <Location />
                SetHandler        perl-script
                PerlHandler       Apache::Gallery
        </Location>
 
CustomLog /var/log/httpd/ssl_request_log \
          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
 
</VirtualHost>
 
and my directory structure:
# pwd
/u01/vallee
# ls -alR
.:
total 8
drwxr-xr-x    4 root     root           53 Feb 27 14:00 .
drwxr-xr-x    7 root     root           97 Feb 23 22:34 ..
drwxr-xr-x    3 root     root           52 Feb 27 14:32 gallery
-rw-r--r--    1 root     root           44 Feb 23 22:50 index.html
drwxr-xr-x    2 root     root         4096 Feb 27 14:01 templates
 
./gallery:
total 8
drwxr-xr-x    3 root     root           52 Feb 27 14:32 .
drwxr-xr-x    4 root     root           53 Feb 27 14:00 ..
drwxr-xr-x    2 wwwrun   root           28 Feb 27 14:32 .cache
-rw-r--r--    1 root     root         1403 Feb 27 14:01 gallery.css
-rw-r--r--    1 root     root         2369 Jan 27 05:04 test.jpg
 
./gallery/.cache:
total 4
drwxr-xr-x    2 wwwrun   root           28 Feb 27 14:32 .
drwxr-xr-x    3 root     root           52 Feb 27 14:32 ..
-rw-r--r--    1 wwwrun   nogroup      2362 Feb 27 14:32 100x75-test.jpg
 
./templates:
total 40
drwxr-xr-x    2 root     root         4096 Feb 27 14:01 .
drwxr-xr-x    4 root     root           53 Feb 27 14:00 ..
-rw-r--r--    1 root     root          105 Feb 27 14:01 directory.tpl
-rw-r--r--    1 root     root          182 Feb 27 14:01 error.tpl
-rw-r--r--    1 root     root          235 Feb 27 14:01 index.tpl
-rw-r--r--    1 root     root           17 Feb 27 14:01 info.tpl
-rw-r--r--    1 root     root          290 Feb 27 14:01 layout.tpl
-rw-r--r--    1 root     root           86 Feb 27 14:01 navpicture.tpl
-rw-r--r--    1 root     root           64 Feb 27 14:01 picture.tpl
-rw-r--r--    1 root     root           43 Feb 27 14:01 scale.tpl
-rw-r--r--    1 root     root          866 Feb 27 14:01 showpicture.tpl