Skip to content
  1. Oct 13, 1997
  2. Oct 10, 1997
  3. Oct 04, 1997
  4. Sep 30, 1997
  5. Sep 24, 1997
  6. Sep 18, 1997
  7. Sep 17, 1997
  8. Sep 16, 1997
    • dgaudet's avatar
      |From Martin.Kraemer@mch.sni.de Mon Sep 15 21:04:46 1997 · 6f3c4177
      dgaudet authored
      |Date: Fri, 5 Sep 1997 14:22:32 +0200 (MET DST)
      |From: Martin Kraemer <Martin.Kraemer@mch.sni.de>
      |Reply-To: new-httpd@apache.org
      |To: Apache Mailing List <new-httpd@apache.org>
      |Subject: [DOC] mod_auth_anon.html corrections
      |
      |The mod_auth_anon.html documentation describes the default of
      |the Anonymous_LogEmail and Anonymous_MustGiveEmail being "off", but in
      |the code, the default seems to be "on".
      |
      |The "Example" section could be improved because when used as-is, the
      |server returns a [500] server error (configuration error:  couldn't check
      |user.  No user file?). I added a comment to clarify things.
      
      Submitted by:	Martin Kraemer
      Reviewed by:	Dean Gaudet
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79267 13f79535-47bb-0310-9956-ffa450edef68
      6f3c4177
  9. Sep 12, 1997
  10. Sep 11, 1997
  11. Sep 09, 1997
  12. Sep 07, 1997
  13. Aug 28, 1997
  14. Aug 26, 1997
  15. Aug 25, 1997
  16. Aug 24, 1997
  17. Aug 23, 1997
  18. Aug 17, 1997
  19. Aug 14, 1997
  20. Aug 11, 1997
  21. Aug 08, 1997
  22. Aug 07, 1997
  23. Aug 06, 1997
  24. Aug 05, 1997
    • Ralf S. Engelschall's avatar
      Enhanced and cleaned up the URL rewriting engine for 1.3: · fe1d7dcc
      Ralf S. Engelschall authored
      First the grouped parts of RewriteRule pattern matches (parenthesis!) can be
      accessed now via backreferences $1..$9 in RewriteConds test-against strings in
      addition to RewriteRules subst string. Second the grouped parts of RewriteCond
      pattern matches (parenthesis!) can be accessed now via backreferences %1..%9
      both in following RewriteCond test-against strings and RewriteRules subst
      string. This provides maximum flexibility through the use of backreferences.
      Additionally the rewriting engine was cleaned up by putting common code to the
      new expand_backrefs_inbuffer() function.
      
      Submitted by:	Ralf S. Engelschall
      Reviewed by:	Dean Gaudet, Ralf S. Engelschall
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78903 13f79535-47bb-0310-9956-ffa450edef68
      fe1d7dcc