Re: How Do I change the Document Root Per Request

2015-03-02 Thread David E. Wheeler
On Mar 2, 2015, at 8:27 PM, Fred Moyer wrote: > Can you show us your relevant httpd.conf snippet? No guesses right > now, but that might help. Sure. PerlLoadModule My::UserFixup PerlFixupHandler My::UserFixup AuthType Basic AuthName "User File

Re: How Do I change the Document Root Per Request

2015-03-02 Thread Fred Moyer
Can you show us your relevant httpd.conf snippet? No guesses right now, but that might help. On Sun, Mar 1, 2015 at 4:46 PM, David E. Wheeler wrote: > Hi, > > I want to set the document root for a request to map to the basic auth > username. I tried this in a PerlFixupHandler: > > sub handle