Re: PerlAuthenHandler and ErrorDocument 401

2008-05-21 Thread fof
Philip M. Gollucci wrote: > > In my experience and a few others on the list if you search the archives, > its > almost never worth it to override with something unless you > don't > have any 'assets' being served from this server which is an advisable > idea. > Thanks for your response Philip

Re: PerlAuthenHandler and ErrorDocument 401

2008-05-20 Thread fof
Torsten Foertsch wrote: > > On Wed 21 May 2008, fof wrote: >> I have had problems before when mod_perl seems to override various >> behavior >> in Apache. For example when using a PerlAuthenHandler it seemed to wipe >> out >> the standard DirectoryIndex di

Re: PerlAuthenHandler and ErrorDocument 401

2008-05-20 Thread fof
fof wrote: > I am going to try removing the PerlAuthenHandler and simply secure the > directory with a htpasswd thus taking mod_perl out of the picture. This > will tell me if some Apache setting in the main server config is being > inherited by my virtual host and stuffing things

Re: PerlAuthenHandler and ErrorDocument 401

2008-05-20 Thread fof
Torsten Foertsch wrote: > > On Tue 20 May 2008, fof wrote: >> >> PerlAuthenHandler MyAuthenHandler >> AuthType Basic >> AuthName "REST Interface" >> Require valid-user >>

PerlAuthenHandler and ErrorDocument 401

2008-05-19 Thread fof
Hello. I am having a configuration issue trying to use ErrorDocument directive with a PerlAuthenHandler. I don't think that this is related to bad mod_perl behavior more likely some silly configuration error on my part :$ Anyway I am using the centos yum package install for apache and mod_perl 2