dgaudet 97/07/13 20:24:27
Modified: htdocs/manual/misc compat_notes.html
Log:
PR#862: Apache doesn't implement OnDeny.
Revision Changes Path
1.13 +4 -0 apache/htdocs/manual/misc/compat_notes.html
Index: compat_notes.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/compat_notes.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -C3 -r1.12 -r1.13
*** compat_notes.html 1997/07/14 03:20:21 1.12
--- compat_notes.html 1997/07/14 03:24:27 1.13
***************
*** 123,128 ****
--- 123,132 ----
the address). Whereas in NCSA the default is to fail booting unless
an added <code>optional</code> keyword is included.
+ <LI>Apache does not implement <CODE>OnDeny</CODE> use
+ <a href="../mod/core.html#errordocument"><code>ErrorDocument</code></a>
+ instead.
+
</OL>
More to come when we notice them....