Re[2]: [mp2] Changing response code after access phase

2004-07-19 Thread Rob Bloodgood
Friday, July 16, 2004, 5:31:35 PM, you wrote: SB> Ah, sorry, I'm lost in the sea of methods hahaha I know the feeling. SB> -- I think we have exactly SB> what you want. It should appear in here: SB> http://perl.apache.org/docs/2.0/api/Apache/HookRun.html This was the key I needed. I installed m

Re[2]: [mp2] Changing response code after access phase

2004-07-16 Thread Rob Bloodgood
Friday, July 16, 2004, 12:54:06 PM, you wrote: GY> Rob Bloodgood wrote: >> I'm using mod_access for Allow/Deny, and on Deny it of course responds >> to the client with FORBIDDEN. I've experimented with using a fixup >> handler to change this to a REDIRECT, GY> I don't see how that could happen -