Problems with Apache::Gallery

2002-11-20 Thread Juan Julian Merelo Guervos
Hi, I'm having problems with apache::gallery, mod_perl 1.99 and apache 2.0 (and who hasn't?, you might ask). This is the setup I'm using in perl.conf PerlSetVar GalleryTemplateDir /home/jmerelo/public_html/gallery/templates PerlSetVar GalleryAllowOriginal 1 Location /gallery

Re: Problems with Apache::Gallery

2002-11-20 Thread Esteban Fernandez Stafford
); # Que cojones!!! E s t eb a n! :wq On 20 Nov 2002, Juan Julian Merelo Guervos wrote: Hi, I'm having problems with apache::gallery, mod_perl 1.99 and apache 2.0 (and who hasn't?, you might ask). This is the setup I'm using

Re: Problems with Apache::Gallery

2002-11-20 Thread Juan Julian Merelo Guervos
Hi, # For the Apache::* modules use lib qw(/usr/lib/perl5/site_perl/5.6.1/i586-linux/Apache2); Does that mean I have to downgrade to 5.6.1? J -- Juan Julian Merelo Guervos [EMAIL PROTECTED] GeNeura team

Re: Problems with Apache::Gallery

2002-11-20 Thread Juan Julian Merelo Guervos
El mié, 20-11-2002 a las 10:25, Esteban Fernandez Stafford escribió: Hi Juan, I had a similar problem. To solve it I added these lines to startup.pl I guess you will have to change the paths to your own settings. # For the Apache::* modules use lib

Re: Problems with Apache::Gallery

2002-11-20 Thread Esteban Fernandez Stafford
No, find the location of your apache modules. For a hint type rpm -ql perl E s t eb a n! :wq On 20 Nov 2002, Juan Julian Merelo Guervos wrote: Hi, # For the Apache::* modules use lib

Re: Problems with Apache::Gallery

2002-11-20 Thread Esteban Fernandez Stafford
Look for a Apache2 folder in your perl folder. find /usr/lib/perl -name Apache2 If you dont find it, modperl is not properly installed. E s t eb a n! :wq On 20 Nov 2002, Juan Julian Merelo Guervos wrote: El mié, 20-11-2002 a

Re: Problems with Apache::Gallery

2002-11-20 Thread Juan Julian Merelo Guervos
El mié, 20-11-2002 a las 10:40, Esteban Fernandez Stafford escribió: Look for a Apache2 folder in your perl folder. find /usr/lib/perl -name Apache2 It's at: /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/Apache2 but there's only a typemap file in it. Should there be something

Re: Problems with Apache::Gallery

2002-11-20 Thread Esteban Fernandez Stafford
This is what I have... Your installation is not looking good. $ ls -F /usr/lib/perl5/site_perl/5.6.1/i586-linux/Apache2/ APR/ APR.pm Apache/ ModPerl/ auto/ mod_perl.pm typemap E s t eb a n! :wq On 20 Nov 2002, Juan Julian

Re: Problems with Apache::Gallery

2002-11-20 Thread domm
Hi! On Mit, Nov 20, 2002 at 10:02:06 +0100, Juan Julian Merelo Guervos wrote: Hi, I'm having problems with apache::gallery, mod_perl 1.99 and apache 2.0 (and who hasn't?, you might ask). I'm not sure if Apache::Gallery works with mod_perl 2.x (and mod_perl 1.99 is the development

ANNOUNCE: Apache::Gallery 0.4

2002-06-05 Thread Michael Legart
Hello It has been a while since the last release of Apache::Gallery, but here is 0.4. Thanks alot to the people who contributed with patches! The changes include: - Round height and width to integers when scaling to avoid widths like 640x479.393939393939 (Me

ANNOUNCE: Apache::Gallery 0.3

2002-01-02 Thread Michael Legart
Hello! Version 0.3 of Apache::Gallery has just hit the wires. Apache::Gallery creates a thumbnail index of each directory and allows viewing pictures in different resolutions. Pictures are resized on the fly and cached. Changes include: - Made Inline dir configurable. (Tim Coleman

Re: Apache::Gallery

2001-10-11 Thread Ken Williams
Michael, Yeah, you can put it in the Apache namespace if it's mod_perl-dependent. That's what it's there for. =) The name Apache::Gallery seems decent. Michael Legart [EMAIL PROTECTED] wrote: Hi, Apache::Gallery is a picture gallery implemented as a mod_perl handler, using libgd2

Re: Apache::Gallery

2001-10-10 Thread Peter J. Schoenster
On 9 Oct 2001, at 11:26, Vivek Khera wrote: RLS == Randal L Schwartz [EMAIL PROTECTED] writes: RLS The rewrite will be Template-Toolkit based, so the backend logic RLS will figure out the interesting bits to display, while the frontend RLS logic will be a template contained at the end of

RE: Apache::Gallery

2001-10-08 Thread Matt Sergeant
the images into sizeable pages. One thing I'd like to see added (if I ever get around to it), is the images displayed on a .html page with the caption and next/prev buttons. Currently both Stonehenge::Pictures and Apache::Gallery simply display the .jpg on the zoomed view. Anyway, just some thoughts

Re: Apache::Gallery

2001-10-08 Thread Michael Legart
On Mon, Oct 08, 2001 at 09:38:25AM +0100, Matt Sergeant wrote: Have you seen Stonehenge::Pictures from Randal's WT column? It's kinda neat, and I use it on home.sergeant.org (which is down right now). It allows you Nope, I had no idea that module existed... will look into it though. :-) to

Re: Apache::Gallery

2001-10-08 Thread Ged Haywood
HI Randal, On 8 Oct 2001, Randal L. Schwartz wrote: Matt [snip] I'd like to see added [snip] Matt is the images displayed on a .html page with... I'm planning a rewrite that will do exactly that. When? :) 73, Ged.

Apache::Gallery

2001-10-04 Thread Michael Legart
Hi, Apache::Gallery is a picture gallery implemented as a mod_perl handler, using libgd2 for on-the-fly image resizing (resized pictures are cached) and CGI::FastTemplate for easy customization. Demo can be seen at http://pictures.legart.dk/ordb/ and source can be downloaded from http