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

[PerlMapToStorageHandler] Basic URI to File translation example

2010-04-17 Thread Robert Smith
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 remote server locally before allowing the request to go to the

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 &l

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 thi

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

Re: PerlMapToStorageHandler

2006-04-11 Thread Frank Wiles
.conf, i have different handlers. > When I started the httpd service, i have an error message saying : > "starting httpd: syntax error on line 6 of /etc/httpd/conf/perl.conf : > Invalid command 'PerlMapToStorageHandler', perhaps mis-spelled or > defined by a module not inc

PerlMapToStorageHandler

2006-04-11 Thread Pierre-Yves DION
6 of /etc/httpd/conf/perl.conf :Invalid command 'PerlMapToStorageHandler', perhaps mis-spelled or defined by a module not included in the server configuration" All the handler declaration are in the same directory and i have an error only for this handler.Can you please help me?ThanksPierre