Apache::Gallery is a mod_perl handler that sits on top of your DocumentRoot and creates an image gallery of the files and directories there. It creates an thumbnail index of each directory and allows viewing of pictures in different resolutions. Pictures are resized on the fly and cached.
| Tags | Internet Web Dynamic Content |
|---|---|
| Licenses | Artistic |
| Implementation | Perl |
Recent releases


Changes: This version fixes mod_perl 1 support.


Changes: Many small bugfixes were made.


Changes: Bugfixes, a new template system, a few new small features, and a new easy way to add copyright notices to pictures using TrueType fonts.


Changes: This version features mod_perl 2 support, many new features, and bugfixes. It now uses Image::Imlib2 instead of Inline::C.


Changes: New features, bugfixes, and performance improvements.
A simplified, full-color, and extended version of the curses terminal UI library.
- All comments
Recent commentsFastCGI version of gallery
I have created a modified version of Apache::Gallery. It is extremely fast also on poor hardware. You can find this project here: fastcgi-gallery (http://freshmeat.net/projects/fastcgigallery/). If you are interested, here is a demo of FastCGI version of Apache::Gallery: fastcgi gallery demo (http://rajo.platon.sk/index/en/show,gallery)
Pro & Cons
Ideal for simple screenshot albums if you don't need user comments, view counts, ratings and other extras.
Does not fit if your albums contain pictures of many sizes and you want to show the actual size of each one of them.