Apache 500 ErrorDocument not working



Apache 2.2.22, centos 5.8.

I have the following in a virtual server directive:

...
<Directory "/www/jboss/docs/">
Options Indexes FollowSymLinks
AllowOverride All AuthConfig FileInfo
Order allow,deny
Allow from all
</Directory>
ErrorDocument 500 /www/jboss/docs/general_maintenance_page.html
....


but while I can see in firefox using Httpfox that that apache does see
a 500 error, it doesn;t then act on this ErrorDocument directive (the
file does exist :-).

any ideas?

cheers

ian
.



Relevant Pages

  • Re: Nimda + apache
    ... I think you'll find that the bit at the bottom of your apache .conf file was ... your Tomcat webapps directory. ... > AllowOverride None ... > deny from all ...
    (NT-Bugtraq)
  • RE: Apache issue
    ... AllowOverride All ... Open Systems Technology - Information Technology Services ... Subject: Apache issue ... I've copied the configuration ...
    (Focus-Linux)
  • Re: Apache 1.3.41
    ... Apache isn't starting anymore after having my ports> upgraded today. ... That was a major php5 upgrade and I think it might have> to do something with it. ... > Options Indexes FollowSymLinks MultiViews ExecCGI Includes ... UserDir disabled root ...
    (freebsd-questions)
  • server issues
    ... I am having a problem with my apache in freebsd. ... i set up two virtual hosts, ... AllowOverride None ...
    (freebsd-questions)
  • [opensuse] Blocking IPs using apache and iptables.
    ... I got this IP 75.126.21.163 spam my site, I try to block using apache ... Options Indexes FollowSymLinks ... Deny from 75.126.21.163 ...
    (SuSE)