]> granicus.if.org Git - apache/commitdiff
Update the list of directives for BrowserMatch*'s new location,
authorKen Coar <coar@apache.org>
Tue, 26 Aug 1997 16:49:51 +0000 (16:49 +0000)
committerKen Coar <coar@apache.org>
Tue, 26 Aug 1997 16:49:51 +0000 (16:49 +0000)
add the SetEnvIf* directives, and apply Lars' fix to mod_mime.

Submitted by: Lars Eilebrecht <Lars.Eilebrecht@unix-ag.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79090 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/directives.html
docs/manual/mod/mod_mime.html

index 69c5a4a0f563d256f6d91f27e794c11f6cb08841..52855abd6f27c34acff4b9e72fa5fc1b80bb3fb6 100644 (file)
@@ -57,8 +57,8 @@
 <li><A HREF="core.html#authtype">AuthType</A>
 <li><A HREF="mod_auth.html#authuserfile">AuthUserFile</A>
 <li><A HREF="core.html#bindaddress">BindAddress</A>
-<li><A HREF="mod_browser.html#browsermatch">BrowserMatch</A>
-<li><A HREF="mod_browser.html#browsermatchnocase">BrowserMatchNoCase</A>
+<li><A HREF="mod_setenvif.html#BrowserMatch">BrowserMatch</A>
+<li><A HREF="mod_setenvif.html#BrowserMatchNoCase">BrowserMatchNoCase</A>
 <li><A HREF="mod_proxy.html#cachedefaultexpire">CacheDefaultExpire</A>
 <li><A HREF="mod_proxy.html#cachedirlength">CacheDirLength</A>
 <li><A HREF="mod_proxy.html#cachedirlevels">CacheDirLevels</A>
 <li><A HREF="core.html#serverroot">ServerRoot</A>
 <li><A HREF="core.html#servertype">ServerType</A>
 <li><A HREF="mod_env.html#setenv">SetEnv</A>
+<li><A HREF="mod_setenvif.html#setenvif">SetEnvIf</A>
+<li><A HREF="mod_setenvif.html#SetEnvIfNoCase">SetEnvIfNoCase</A>
 <li><A HREF="mod_mime.html#sethandler">SetHandler</A>
 <li><A HREF="core.html#startservers">StartServers</A>
 <li><A HREF="core.html#threadsperchild">ThreadsPerChild</A>
index aade3108ae511da355e275e868a0ac08312d0f17..cc3fe664d23986c23755e5174f0550667f3020b4 100644 (file)
@@ -65,6 +65,12 @@ copies may still be used by a client or proxy, with the previous headers.
 
 <P>
 
+Please note that changing a file's type or encoding does not change
+the value of the <code>Last-Modified</code> header. Previously cached
+copies may still be used by a client or proxy.
+
+<P>
+
 <h2> Directives</h2>
 <ul>
 <li><A HREF="#addencoding">AddEncoding</A>