coar        97/08/26 09:49:53

  Modified:    htdocs/manual/mod directives.html mod_mime.html
  Log:
        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 <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.32      +4 -2      apachen/htdocs/manual/mod/directives.html
  
  Index: directives.html
  ===================================================================
  RCS file: /export/home/cvs/apachen/htdocs/manual/mod/directives.html,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- directives.html   1997/08/26 01:20:35     1.31
  +++ directives.html   1997/08/26 16:49:50     1.32
  @@ -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>
  @@ -173,6 +173,8 @@
   <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>
  
  
  
  1.15      +6 -0      apachen/htdocs/manual/mod/mod_mime.html
  
  Index: mod_mime.html
  ===================================================================
  RCS file: /export/home/cvs/apachen/htdocs/manual/mod/mod_mime.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- mod_mime.html     1997/08/26 02:10:49     1.14
  +++ mod_mime.html     1997/08/26 16:49:51     1.15
  @@ -65,6 +65,12 @@
   
   <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>
  
  
  

Reply via email to