On Fri, 11 Jan 2008 18:32:34 -0800 (PST),
omarfk@gmail.com
wrote:
>Hello,
>
>I am running apache in a reverse proxy mode and I am looking for a mod
>that would look at the result from the application server, and based
>on certain conten, would do certain things like display specific text
>or go to a different url..
>
>Basically, this application server I am reverse proxing for has a very
>ugly 404/error page, and would like to show something else if a 404/
>error/no index occur.
>
>Thanks
In httpd.conf add:
ErrorDocument 404 /your404script.php
--
( Kees
)
c[_] In youth we learn; in age we understand. (#114)