Re: Apache sub-requests

2008-08-29 Thread Sorin Manolache
On Fri, Aug 29, 2008 at 20:52, Roy Wellington <[EMAIL PROTECTED]> wrote: > I'm currently trying to port mod_auth_script, a Apache 1.x module that > used the result of a script to allow/deny an authentication. The issue > I'm currently running into is sub requests - it seems that whatever > output a

Re: Apache sub-requests

2008-08-29 Thread Nick Kew
Roy Wellington wrote: I'm currently trying to port mod_auth_script, a Apache 1.x module that used the result of a script to allow/deny an authentication. Will your module do anything that's not already supported in mod_auth_external, or the authnz functions of fastcgi, won't do? I should think

Apache sub-requests

2008-08-29 Thread Roy Wellington
I'm currently trying to port mod_auth_script, a Apache 1.x module that used the result of a script to allow/deny an authentication. The issue I'm currently running into is sub requests - it seems that whatever output and return code my module's sub request returns is what gets sent to the web brows