Re: Internal server error in apache2
Shugo Maeda <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
Hi, At Wed, 23 Jun 2004 11:27:41 +0000, [email protected] wrote: > Can I set apache to show error in script and not internal error? It doesn't > look nice. Please use Apache::ERubyDebug. RubyRequire apache/eruby-debug <Location /eruby-debug> SetHandler ruby-object RubyHandler Apache::ERubyDebug.instance </Location> Shugo