From: Ken Coar Date: Tue, 26 Aug 1997 16:49:51 +0000 (+0000) Subject: Update the list of directives for BrowserMatch*'s new location, X-Git-Tag: APACHE_1_3b1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6007d0217019056372263a3ce1b3a10265b48987;p=apache Update the list of directives for BrowserMatch*'s new location, add the SetEnvIf* directives, and apply Lars' fix to mod_mime. Submitted by: Lars Eilebrecht git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79090 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html index 69c5a4a0f5..52855abd6f 100644 --- a/docs/manual/mod/directives.html +++ b/docs/manual/mod/directives.html @@ -57,8 +57,8 @@
  • AuthType
  • AuthUserFile
  • BindAddress -
  • BrowserMatch -
  • BrowserMatchNoCase +
  • BrowserMatch +
  • BrowserMatchNoCase
  • CacheDefaultExpire
  • CacheDirLength
  • CacheDirLevels @@ -173,6 +173,8 @@
  • ServerRoot
  • ServerType
  • SetEnv +
  • SetEnvIf +
  • SetEnvIfNoCase
  • SetHandler
  • StartServers
  • ThreadsPerChild diff --git a/docs/manual/mod/mod_mime.html b/docs/manual/mod/mod_mime.html index aade3108ae..cc3fe664d2 100644 --- a/docs/manual/mod/mod_mime.html +++ b/docs/manual/mod/mod_mime.html @@ -65,6 +65,12 @@ copies may still be used by a client or proxy, with the previous headers.

    +Please note that changing a file's type or encoding does not change +the value of the Last-Modified header. Previously cached +copies may still be used by a client or proxy. + +

    +

    Directives