Re: Problem with ap_internal_redirect_handler

2010-08-18 Thread Sorin Manolache
On Wed, Aug 18, 2010 at 14:24, Martin Townsend martin.towns...@power-oasis.com wrote:  Hi, I'm currently trying to add the ability to redirect requests for the initial html page to a captcha page when there is no session or no valid session.  Currently I'm doing this in the fixups hook:

responsehandler in C

2010-08-18 Thread Peter Janovsky
i currently have a C module which maps the requested URL to its appropriate location(s) based upon internal logic and subsequently uses a subrequest(s) to retrieve the content.  problem is i need to set the last-modified response header based upon the content returned from the subrequest(s).