Re: PerlAuthenHandler and ErrorDocument 401

2008-05-21 Thread fof
yway, I think what you are after might be a fully baked AAA (3 httpd > phases) > More examples are on perl.apache.org > My module works? Am i missing a phase in what I am doing here? Thanks for all your help BTW. -- View this message in context: http://www.nabble.com/PerlAuthenHand

Re: PerlAuthenHandler and ErrorDocument 401

2008-05-21 Thread Philip M. Gollucci
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 | I have uploaded my MyAuthenHandler.pm and the modules it relies on for | configuration perhaps if you have time you could peruse the code and let me | know if I am doing anything wrong for this type of operation. | | Thanks again for your help on th

Re: PerlAuthenHandler and ErrorDocument 401

2008-05-20 Thread fof
anks again for your help on this. http://www.nabble.com/file/p17356582/MyAuthenHandler.pm MyAuthenHandler.pm http://www.nabble.com/file/p17356582/MyModPerlUtility.pm MyModPerlUtility.pm http://www.nabble.com/file/p17356582/MyModPerlDBUtility.pm MyModPerlDBUtility.pm -- View this message in context: http

Re: PerlAuthenHandler and ErrorDocument 401

2008-05-20 Thread Torsten Foertsch
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 directive which the main webserver had set to > index.htm etc. This caused a probl

Re: PerlAuthenHandler and ErrorDocument 401

2008-05-20 Thread fof
o index.htm etc. This caused a problem when visiting the root directory as it would not serve up the default index page. To fix this I had to add a PerlFixUpHandler which restored some default settings. Is this a similar problem/issue? -- View this message in context: http://www.nabble.com/P

Re: PerlAuthenHandler and ErrorDocument 401

2008-05-20 Thread fof
f it is a mod_perl problem. Any other suggestions would be appreciated :) Let ya know how I go. Geoff T -- View this message in context: http://www.nabble.com/PerlAuthenHandler-and-ErrorDocument-401-tp17330888p17353562.html Sent from the mod_perl - General mailing list archive at Nabble.com.

Re: PerlAuthenHandler and ErrorDocument 401

2008-05-20 Thread Torsten Foertsch
On Tue 20 May 2008, fof wrote: > > PerlAuthenHandler MyAuthenHandler > AuthType Basic > AuthName "REST Interface" > Require valid-user > > >         ErrorDocument 401 /http/401.html Try: Satisfy any Torst

PerlAuthenHandler and ErrorDocument 401

2008-05-19 Thread fof
tdocs/) should have authentication right? well no. I can't get the PerlAuthenHandler to work unless I specify in the config instead of . Am I using for the wrong reason in this case? Surely I am .. anyway helpz plz.. ta Geoff -- View this message in context: http://www.nabbl