Re: Measuring response time Apache request
marco <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
Il 24/05/2011 20.11, Torsten Förtsch ha scritto: > 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 > Ok i solved it, thanks a lot Torsten!!!!!!!!!!!