Has anybody tried to use the Apache::LOG_TOCLIENT constant in 2.0? It's
supposed to tell log_rerror() to send the error to the client in
addition to logging it.

I'm trying:

      $r->log_rerror(Apache::LOG_MARK, Apache::LOG_ERR|Apache::LOG_TOCLIENT,
                     APR::ENOTIME, "request log_rerror");

but the message is only logged and not sent to the client.

It must be a problem on the httpd level, since mod_perl doesn't do
anything but passing AP_LOG_TOCLIENT back to httpd.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to