Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Problem - Stack Handler in mod_perl2.0

by cbrandtbuffalo (Deacon)
on Nov 24, 2008 at 13:31 UTC ( [id://725584]=note: print w/replies, xml ) Need Help??


in reply to Problem - Stack Handler in mod_perl2.0

In mod_perl 2, the PerlHandler directive has been renamed PerlResponseHandler. PerlResponseHandler is a RUN_FIRST type and this means processing will stop when an OK is returned. To get multiple handlers to run, you need to return DECLINED or pick a different phase where all handlers run (type RUN_ALL). The solution depends on what you are doing in your handlers. The mod_perl 2 stacked handler docs might help.
  • Comment on Re: Problem - Stack Handler in mod_perl2.0

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://725584]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-20 01:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found