Re: Write PerlPostReadRequestHandler
Raf <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
http://perl.apache.org/docs/2.0/user/intro/start_fast.html
On Thu, 19 May 2011, marco wrote:
> Hi,
> I tried to write an handler to be execute in the PostReadRequest phase of the http request cycle.
> #file:touch.pl
...
> PerlResponseHandler touch.pl
...
> PerlPostReadRequestHandler touch.pl
^^^^^^^^
This should be the package name of a module on your @INC path.
> But I'm a little confused on what I wrote. I followed the ufficial guide but it was not very clear.
You might want to look at
http://perl.apache.org/docs/2.0/user/intro/start_fast.html again.
Good luck.
R.