From: Marc Slemko Date: Sat, 1 Nov 1997 04:22:53 +0000 (+0000) Subject: Document that we don't support the referer directive. X-Git-Tag: APACHE_1_3b3~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b80b86dc1a21fc777d2d2c55bcd1640473a1866;p=thirdparty%2Fapache%2Fhttpd.git Document that we don't support the referer directive. PR: 968 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79489 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/compat_notes.html b/docs/manual/misc/compat_notes.html index 620de2b9b73..a009523a17f 100644 --- a/docs/manual/misc/compat_notes.html +++ b/docs/manual/misc/compat_notes.html @@ -136,6 +136,11 @@ it added one automatically if the .asis file contained a Location header. before the space. Apache treats backslashes as normal characters. To embed spaces surround the argument with double-quotes instead. +
  • Apache does not implement the NCSA referer + directive. See + PR#968 for a few brief suggestions on alternative ways to + implement the same thing under Apache. + More to come when we notice them....