Re: [PerlMapToStorageHandler] Basic URI to File translation example

2010-04-17 Thread Torsten Förtsch
On Saturday 17 April 2010 18:32:13 Robert Smith wrote: > PerlMapToStorageHandler > > I would like to use the PerlMapToStorageHandler to translate a URI file > request into a Filesystem file request. I have a couple functions to check > and see if a file exists, and if not, then copy it from a re

Re: PerlMapToStorageHandler

2006-04-11 Thread Pierre-Yves DION
please find enclosed my perl.conf file In httpd.conf, the mod_perl module is loaded before the include of perl.conf yes i have startup.pl and PerlMapToStorageHandler is not the first line of my perl.conf file. and i can't install mod_perl 2! Thanks PierreOn 4/11/06, Philip M. Gollucci <[EMAIL PR

Re: PerlMapToStorageHandler

2006-04-11 Thread Philip M. Gollucci
Pierre-Yves DION wrote: perl version 5.8.1 mod_perl version 1.99 =item 1.99_11 Add PerlMapToStorageHandler [Geoffrey Young] Thats your problem, you're running 1.99 before DEVELOPER PREVIEW RELEASE 11. If you can't upgrade to 2.0 for then at least get 1.99_12 if you need this handler. --

Re: PerlMapToStorageHandler

2006-04-11 Thread Philip M. Gollucci
Pierre-Yves DION wrote: perl version 5.8.1 mod_perl version 1.99 apache version : 2.0.47 EGAD, thats ancient ... ~2 years! You'll find a hard time getting help using pre 2.0 mod_perl release. I STRONGLY urge you to uprade. Invalid command 'PerlMapToStorageHandler', perhaps mis-spelled or M

Re: PerlMapToStorageHandler

2006-04-11 Thread Frank Wiles
On Tue, 11 Apr 2006 13:45:09 -0400 "Pierre-Yves DION" <[EMAIL PROTECTED]> wrote: > perl version 5.8.1 > mod_perl version 1.99 > apache version : 2.0.47 > > I added in the httpd.conf file the following line : include > conf/perl.conf > > In the file perl.conf, i have different handlers. > When I