marc 97/10/31 20:22:54
Modified: htdocs/manual/misc compat_notes.html
Log:
Document that we don't support the referer directive.
PR: 968
Revision Changes Path
1.16 +5 -0 apachen/htdocs/manual/misc/compat_notes.html
Index: compat_notes.html
===================================================================
RCS file: /export/home/cvs/apachen/htdocs/manual/misc/compat_notes.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- compat_notes.html 1997/10/17 11:39:59 1.15
+++ compat_notes.html 1997/11/01 04:22:53 1.16
@@ -136,6 +136,11 @@
before the space. Apache treats backslashes as normal characters. To
embed spaces surround the argument with double-quotes instead.
+ <LI>Apache does not implement the NCSA <CODE>referer</CODE>
+ directive. See <A HREF="http://bugs.apache.org/index/full/968">
+ PR#968</A> for a few brief suggestions on alternative ways to
+ implement the same thing under Apache.
+
</OL>
More to come when we notice them....