ErrorDocument 403 "Sorry can't allow you access today"
</code></p></div>
+ <p>Additionally, the special value <code>default</code> can be used
+ to specify Apache's simple hardcoded message. While not required
+ under normal circumstances, <code>default</code> will restore
+ Apache's simple hardcoded message for configurations that would
+ otherwise inherit an existing <code class="directive">ErrorDocument</code>.</p>
+
+ <div class="example"><p><code>
+ ErrorDocument 404 /cgi-bin/bad_urls.pl<br /><br />
+ <Directory /web/docs><br />
+ <span class="indent">
+ ErrorDocument 404 default<br />
+ </span>
+ </Directory>
+ </code></p></div>
+
<p>Note that when you specify an <code class="directive">ErrorDocument</code>
that points to a remote URL (ie. anything with a method such as
<code>http</code> in front of it), Apache will send a redirect to the
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 1.81 (outdated: 1.82) -->
+<!-- English Revision: 1.81 (outdated: 1.83) -->
<!--
Copyright 2003-2004 The Apache Software Foundation
<?xml version="1.0" encoding="iso-2022-jp"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 1.80 (outdated: 1.82) -->
+<!-- English Revision: 1.80 (outdated: 1.83) -->
<!--
Copyright 2003-2004 The Apache Software Foundation