rewrite rule

2010-08-18 Thread soubmukh
-- View this message in context: http://old.nabble.com/rewrite-rule-tp29478147p29478147.html Sent from the Apache HTTP Server - Module Writers mailing list archive at Nabble.com.

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). 

Re: Problem with ap_internal_redirect_handler

2010-08-18 Thread Sorin Manolache
On Wed, Aug 18, 2010 at 14:24, Martin Townsend 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: > > mod_smu_fixups(request_rec