Re: write handler for apache http request

"Randolf Richardson" <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Organization Inter-Corporate Computer & Network Services
Message-ID <[email protected]>
> Il 17/05/2011 18.37, André Warnier ha scritto:
[sNip]
> > So what is wrong with the example section of
> > http://perl.apache.org/docs/2.0/user/handlers/server.html#C_PerlPostConfigHandler_ 
[sNip]
> Sorry, I did explain not very well.
> I tell you my problem. I want to write a simple perl handler that must 
> be executed only in the post-read-request phase of http request cycle. 
> So the module must be a PerlPostConfigHandler.
> I never worked with this and I don't know how to start do this.
> How can I load this module on apache?
> How can I write this module if, for example, I want to "write a file" 
> when this handler is invoked?
> 
> Thanks

	You probably want this handler:

		PerlPostReadRequestHandler
		
http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlPostReadRe
questHandler

	There's a code example included on that web page, and then in 
httpd.conf you'll need to specify your source code file with the 
PerlPostReadRequestHandler configuration directive.

Randolf Richardson - [email protected]
Inter-Corporate Computer & Network Services, Inc.
Vancouver, British Columbia, Canada
http://www.inter-corporate.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.