1. 03 Apr, 1996 2 commits
  2. 02 Apr, 1996 6 commits
  3. 01 Apr, 1996 2 commits
  4. 31 Mar, 1996 3 commits
  5. 30 Mar, 1996 6 commits
  6. 29 Mar, 1996 3 commits
  7. 28 Mar, 1996 4 commits
  8. 27 Mar, 1996 2 commits
  9. 26 Mar, 1996 5 commits
  10. 25 Mar, 1996 2 commits
  11. 23 Mar, 1996 1 commit
  12. 22 Mar, 1996 2 commits
  13. 21 Mar, 1996 2 commits
    • Alexei Kosut's avatar
      Rewrote the filename extenstion checking code so the order is irrelevant. · 313f8c4b
      Alexei Kosut authored
      i.e. foo.html.en.gz and foo.en.gz.html will give the same headers. The old
      code would ignore the en and gz in the latter example.
      
      Another benefit is that you can, for example, do "AddLanguage en html"
      and all HTML files will be tagged as English as well as content-type
      text/html (asuming this is so defined in mime.types or an AddType).
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@76404 13f79535-47bb-0310-9956-ffa450edef68
      313f8c4b
    • Alexei Kosut's avatar
      Added some more MD5 support to Apache: · 015120f4
      Alexei Kosut authored
      * A new module, mod_digest, which supports digest authentication, as per
        draft-ietf-http-digest-aa-02. Could use some work in terms of being a bit
        more secure in terms of nonce-generating and so forth, and it needs a
        support/ utility to generate htdigest file entries. Use it the same way
        as in NCSA httpd 1.5; AuthType Digest, and use AuthDigestFile to point
        at the file.
      
      * A new server or per-directory directive, ContentDigest. Set it to On,
        and Apache will generate a Content-MD5 header with each file sent. This
        may or may not be useful, and there has been some discussion on http-wg
        about removing this from the spec (it is currently vaugely defined in
        the 1.1 draft), but it doesn't hurt anything.
      
      Reviewed by: Everyone. At least, no one objected during the two weeks given.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@76403 13f79535-47bb-0310-9956-ffa450edef68
      015120f4