1. 16 Jun, 1999 2 commits
  2. 14 Jun, 1999 3 commits
  3. 13 Jun, 1999 3 commits
  4. 11 Jun, 1999 1 commit
  5. 10 Jun, 1999 1 commit
  6. 09 Jun, 1999 10 commits
  7. 08 Jun, 1999 1 commit
  8. 07 Jun, 1999 3 commits
  9. 06 Jun, 1999 5 commits
  10. 05 Jun, 1999 6 commits
  11. 04 Jun, 1999 5 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
    • Ralf S. Engelschall's avatar
      Ops, yes, The shared memory pools are part of EAPI, too. · 28b83f64
      Ralf S. Engelschall authored
      I'll post a final and complete EAPI patch the next days before anything is
      comitted by me.  Because we've still a few open issues: For instance whether
      we should also include the MM libraries source in src/lib/mm/, whether we then
      really need the ap_mm.[ch] wrapper, whether EAPI should be disabled or enabled
      per default, etc.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@83290 13f79535-47bb-0310-9956-ffa450edef68
      28b83f64
    • dgaudet's avatar
      This patch removes the processing of `mxb' parameters in Accept · 62beb21f
      dgaudet authored
      headers in mod_negotiation.  A second patch updates the manual to
      reflect this (mxb is not documented directly in the manual but support
      for it is implied in one place).
      
      Reasons for removing this feature:
      
      1) As currently implemented, the 'mxb' feature makes possible certain
      denial-of-service attacks on negotiated content.  These attacks are
      posssible for user communities which access an Apache server from
      behind a HTTP/1.1 proxy which implements `Vary' related optimisations.
      Plugging this denial of service hole without removing `mxb' is fairly
      expensive in terms of degrading caching efficiency.
      
      2) `mxb' is not in HTTP/1.0 or HTTP/1.1 or any other standard
      
      3) Nobody seems to make use of 'mxb'.  (Balachander Krishnamurthy
      kindly offered to grep some of his web traffic traces -- he did not
      find a single Accept with mxb in a whole day of recent traffic, nor in
      older traces)
      
      4) Removing a feature makes a nice change from adding features.
      
      Submitted by:	Koen Holtman <Koen.Holtman@cern.ch>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@83289 13f79535-47bb-0310-9956-ffa450edef68
      62beb21f
    • dgaudet's avatar
      still sunny · 6475236a
      dgaudet authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@83287 13f79535-47bb-0310-9956-ffa450edef68
      6475236a