Hi Is it possible to use mod_perl to handle the following on a HTTP GET or POST, do the following a) on invocation of GET or POST use perl/mod_perl to do an external call to perform a task b) let apache handle the GET/POST as normal c) when apache has finished handling the GET/POST, use perl/mod_perl to do another external call
I'd like to trap certain statistics and data from the raw post/get data and send them to an external system. Ideally, in more than just POST and GET, I'd like to intercept (pre and post processing) of Apache HTTP command. Is that possible? Thanks. -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html