Re: Measuring response time Apache request

Torsten Förtsch <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>
On Tuesday, May 24, 2011 19:02:50 marco wrote:
> In httpd.conf file I have:
> 
> PerlPostReadRequestHandler Dir::touch      #this script is well
> executed PerlResponseHandler Dir::timediff                #this
> handler (below) is not executed!!!!!!!!!!!!!!!!!!!

perhaps you forgot

  SetHandler modperl

The response phase is a bit different from the other phases. The 
"SetHandler" is needed to make apache call the perl interpreter in the 
response phase.

Torsten Förtsch

-- 
Need professional modperl support? Hire me! (http://foertsch.name)

Like fantasy? http://kabatinte.net
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.