Re: Virtual locations in mod_perl

2002-03-07 Thread Ernest Lergon
Milo Hyson wrote: > > [snip] > handler ... virtual location (i.e. one that does not directly > map to anything in the server's filesystem). > [snip] > Hi Milo, that's easy. This is an anonymized excerpt of httpd.conf for a multilanguage shop. None of the named locations exists on the server:

Virtual locations in mod_perl

2002-03-06 Thread Milo Hyson
I'm having trouble understanding how to configure mod_perl to execute a handler when called with a virtual location (i.e. one that does not directly map to anything in the server's filesystem). I know it's possible because packages like PageKit do it. I tried hacking through PageKit's code, but