1. 17 Jun, 1999 2 commits
  2. 16 Jun, 1999 3 commits
  3. 14 Jun, 1999 3 commits
  4. 13 Jun, 1999 3 commits
  5. 11 Jun, 1999 1 commit
  6. 10 Jun, 1999 1 commit
  7. 09 Jun, 1999 10 commits
  8. 08 Jun, 1999 1 commit
  9. 07 Jun, 1999 3 commits
  10. 06 Jun, 1999 5 commits
  11. 05 Jun, 1999 6 commits
  12. 04 Jun, 1999 2 commits
    • Ken Coar's avatar
      · 9be7ec1d
      Ken Coar authored
      	A minor enhancement to SetEnvIf*: allow it to test envariables
      	as well as request attributes.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@83294 13f79535-47bb-0310-9956-ffa450edef68
      9be7ec1d
    • Ken Coar's avatar
      · b03b6aa2
      Ken Coar authored
      	mod_autoindex was only checking for exact matches of "text/html"
      	for ScanHTMLTitles, which meant that "text/html;charset=foo"
      	documents wouldn't be scanned.  As a side effect of this patch,
      	add ap_field_noparam(), which returns the unparameterised value
      	for any HTTP field that can use '*( ";" parameter)'.
      
      PR:		4524
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@83291 13f79535-47bb-0310-9956-ffa450edef68
      b03b6aa2