It does work - I use it on http://pics.beamartyr.net/ Remember that it's a
tricky sorta configuration - you must configure it within a location block
which will be the "thumbnail directory", and specify the real source
directory:

Example: The below configuration maps /home/me/pictures to
http://foo.bar/pictures/ and generates on-the-fly thumbnails in
http://foo.bar/pictures/mythumbs/

Alias /pictures/ /home/me/pictures
<Directory "/home/me/pictures">
Order allow,deny
Allow from all
</Directory>
<Location /pictures/mythumbs>
SetHandler perl-handler
PerlHandler Apache::GD::Thumbnail
</Location>

Remember that it only works on JPEGs.

  Issac

----- Original Message -----
From: "Steven A. Adams" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 24, 2003 3:06 AM
Subject: Apache::GD::Thumbnail Question


> Does anyone use this handler to make on-the-fly thumbs? I've used the
> standard example code in my apache (1.3.27 with MP1) and it seems to
> ignore the handler.
>
> Any suggestions?
>
>
> --
> Steven A. Adams <[EMAIL PROTECTED]>
>

Reply via email to