sorry, it's late and speech recognition is not cooperating probably because my voice is tired. When we fight, I forget what I was writing. :-) Hopefully this draft is better. I'll make corrections in the morning.

Eric S. Johansson wrote:
by default, Cherokee will present a server provided warning if there is a
400 or 500 class error message.  For example, if a handler detected a 404
error Cherokee will return the standard "page not found" message.  It is
possible however to customize the error message by using the error redirection handler. (URL here). But in the case of a CGI program, there is an additional option. The CGI program could return its own error page or redirection instructions. In order to do that one must turn on on
the error handler feature as shown below. If the CGI program does not return anything (what will happen?)

Directory /example {
   Handler cgi {
      Scriptalias /usr/lib/cgi-bin/example.cgi
      ErrorHandler on
   }
}

_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to