Hello, this is a draft port of Apache::Gallery 0.9.1. From the website (http://apachegallery.dk): Apache::Gallery creates an thumbnail index of each directory and allows viewing pictures in different resolutions. Pictures are resized on the fly and cached. The attached port seems to package correctly and works in non-chrooted mode. I've been working on getting it to work in chrooted mode too, and preliminary/incomplete chroot installation instructions are found in files/README.chroot. The problem that I've not yet solved is that after copying all the (as far as I can tell) needed stuff into the chroot, the webserver crashes immediately after receiving the request. It doesn't send any headers back, simply closes the connection with no trace in the logs: luggage$ telnet localhost 80 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GET / HTTP/1.1 Host: localhost Connection closed by foreign host. I've tried debugging using gdb and httpd -X which shows that the process exits with exit code 04. I'm not sure if this particular exit code has any special meaning. I hope someone has any hints or clues because this should not go in without running chrooted. Also, the module comes with two templates. I'm not sure if these should be fragmented into flavors or perhaps subpackages. The size is neglible (22 and 23kB) so I think it's more trouble than it's worth. Regards, Michael. -- Rumour is information distilled so finely that it can filter through anything. -- (Terry Pratchett, Feet of Clay)
Attachment:
p5-Apache-Gallery.tgz
Description: application/tar-gz