
perrin at elem
Dec 1, 2008, 1:08 PM
Post #2 of 2
(198 views)
Permalink
|
|
Re: Catchall ScriptAlias and error handling
[In reply to]
|
|
On Mon, Dec 1, 2008 at 12:52 PM, Andreas Mock <andreas.mock[at]drumedar.de> wrote: > BUT: We would like the following. As soon as a file in one of the aliased directories is not found > the server should return the standard error message. At the moment a subrequest hits the perl > handler doit.pl. What's in this server? I'd probably use mod_rewrite for this, since it would be on the frontend proxy. If you're running a small in-house server and don't need a proxy, you could turn this all into a PerlTransHandler instead. - Perrin
|