here's my variation on your question (sorry, not much help to you):

while you are in a handler and you catch an error, why can't you then $r->print
the error message, and return OK immediately?

Perl just dies and Apache returns the header when I try this.

Doug

| From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
|
|
| Hi,
|
| I am writing a module that launches a perl script. I would like the user
| to see the error cenerated by the script in the browser. So far I either
| get the errors sent to the apache error_log or the browser respons that
| the document contained no data. Please help!
|
| Alex
|
| ---------------------------------------------------------------------
| To unsubscribe, e-mail: [EMAIL PROTECTED]
| For additional commands, e-mail: [EMAIL PROTECTED]
|


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

Reply via email to