Re: Perl Script using MapToStorageHandler

2006-03-02 Thread Glenn Martin
working on now... the Subversion/Dav one... Glenn --- Torsten Foertsch [EMAIL PROTECTED] wrote: On Wednesday 01 March 2006 23:20, Glenn Martin wrote: Sounds great, but how would i do something simular to:       $r-add_config([sprintf('LocationMatch %s/?', $uripath

Perl Script using MapToStorageHandler

2006-03-01 Thread Glenn Martin
Ive got a script im wokring on that uses the PerlMapToStorageHandler at that point it adds to the Apache Configuration using the Incomming URI, creating Location/Directory Sections, and an Alias or two... However, i need to be able to remove these changes after the request is completed... How

Re: Perl Script using MapToStorageHandler

2006-03-01 Thread Glenn Martin
If i am doing this wrong, how would you suggest doing it? Glenn R. Martin --- Andy Armstrong [EMAIL PROTECTED] wrote: On 1 Mar 2006, at 21:44, Glenn Martin wrote: Ive got a script im wokring on that uses the PerlMapToStorageHandler at that point it adds to the Apache Configuration using

Re: Perl Script using MapToStorageHandler

2006-03-01 Thread Glenn Martin
, $localpath), '/LocationMatch']); and $r-add_config([sprintf('Directory %s', $localpath), 'DirectoryIndex .', 'Options +Indexes', 'Dav On', '/Directory']); --- Philippe M. Chiasson [EMAIL PROTECTED] wrote: Glenn Martin wrote: Actually if i read the documentation

Re: Perl Script using MapToStorageHandler

2006-03-01 Thread Glenn Martin
, $localpath), '/LocationMatch']); and $r-add_config([sprintf('Directory %s', $localpath), 'DirectoryIndex .', 'Options +Indexes', 'Dav On', '/Directory']); --- Philippe M. Chiasson [EMAIL PROTECTED] wrote: Glenn Martin wrote: Actually if i read the documentation