RE: Server Errors

2000-05-08 Thread Gerald Richter
> > I'm trying to trap the server errors that occur when embperl hits > something > that is incorrectly configured. > > i.e. someone puts in [+ $foo $] > > Now normally, I would expect this to generate an HTTP error 500. > And under Apache I can "trap&qu

Server Errors

2000-05-08 Thread Thomas Riemer
I'm trying to trap the server errors that occur when embperl hits something that is incorrectly configured. i.e. someone puts in [+ $foo $] Now normally, I would expect this to generate an HTTP error 500. And under Apache I can "trap" this kind of error to a script handler.