in reply to mod_perl: redirecting error message
notice that the /error directory must not exist. it's simply a placeholder in the config file.<VirtualHost foo.bar.baz.bla> [...] ErrorDocument 500 /error/500 PerlModule MyProject::ErrorHandler [...] <Location /error> [...] SetHandler perl-script PerlResponseHandler MyProject::ErrorHandler </Location </VirtualHost>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: mod_perl: redirecting error message
by artemave (Beadle) on Apr 22, 2007 at 22:57 UTC |