On 12/5/05, Jacob Friis Saxberg <[EMAIL PROTECTED]> wrote:
> Hello.
>
> How can I make httpd output result=90 if an error occurs?
> The error could be any error.
> I.e. a 404 or a Php script error.

I don't know what you mean here.  You simply want the text
"result=90"?  If so, you can do
ErrorDocument 404 "result=90"
and similarly for all other relevant error codes.  I don't remember
how php handles its errors, so I don't know whether ErrorDocument will
work for that.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to