1. 14 Aug, 2012 3 commits
    • Jim Jagielski's avatar
      Merge r1364695, r1369477, r1369808, r1370288, r1370225, r1370763, r1371684 from trunk: · c749d61f
      Jim Jagielski authored
      mod_lbmethod_heartbeat, mod_heartmonitor: Respect DefaultRuntimeDir/
      DEFAULT_REL_RUNTIMEDIR for the heartbeat storage file.
      
      
      core: Respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR for the
      scoreboard (ScoreBoardFile).
      
      
      The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid()
      now respect DefaultRuntimeDir
      
      
      Mutex directive: finish support of DefaultRuntimeDir
      
      a partial conversion was made in r1299718, but I'm not
      sure when that change is effective
      
      
      mod_socache_shmcb and mod_socache_dbm: finish support of
      DefaultRuntimeDir
      
      a partial conversion was made in r1299718, affecting cases
      where no filename was specified
      
      
      mod_slotmem_plain: make the "filename" key relative to
      DefaultRuntimeDir if not absolute
      
      mod_slotmem_plain does not externalize or check the full path
      in any way, so this change is just for consistency with other
      modules which build paths to run-time artifacts.
      
      
      make LDAPSharedCacheFile relative to DefaultRuntimeDir
      
      Submitted by: trawick
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1373105 13f79535-47bb-0310-9956-ffa450edef68
      c749d61f
    • Jim Jagielski's avatar
      Merge r1364133, r1371791 from trunk: · 8755c7ff
      Jim Jagielski authored
      When -B is specified, search for a host address in the
      same family as the specified outbound interface.  If 
      impossible, fail at name resolution instead of bind().
      
      
      ab: Fix read failure when targeting SSL server.
      
      Submitted by: trawick
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1373084 13f79535-47bb-0310-9956-ffa450edef68
      8755c7ff
    • Jim Jagielski's avatar
      Merge r1371387 from trunk: · a92be597
      Jim Jagielski authored
      mod_auth_digest now respects DefaultRuntimeDir
      Submitted by: trawick
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1373081 13f79535-47bb-0310-9956-ffa450edef68
      a92be597
  2. 13 Aug, 2012 1 commit
  3. 09 Aug, 2012 1 commit
  4. 05 Aug, 2012 1 commit
  5. 04 Aug, 2012 3 commits
    • Rainer Jung's avatar
      Big mod_lua backport: · 437b42b1
      Rainer Jung authored
      r1201460: Add some todos from apachecon notes.
                Submitted by: covener
      
      r1351012: Change prototype of vm_construct, to work around gcc bug which
                causes a segfault.  PR: 52779
                Submitted by: Dick Snippe <Dick Snippe tech omroep nl>
      
      r1351013: Allow tail call optimization in log methods, remove foo method.
                Submitted by: sf
      
      r1351014: Add a few missing request_rec fields. Rename remote_ip to
                client_ip to match conn_rec.
                Submitted by: sf
      
      r1351017: Change various strings from char * to const char *.
                Submitted by: sf
      
      r1351018: Factor common code into utility function.
                Also improve logging a bit and adjust some log levels.
                Submitted by: sf
      
      r1351019: Use macro to make definition of integer fields more compact.
                Submitted by: sf
      
      Reviewed by: humbedooh, covener, sf
      Backported by: humbedooh, rjung
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1369494 13f79535-47bb-0310-9956-ffa450edef68
      437b42b1
    • Rainer Jung's avatar
      MPM event: · d8af3cad
      Rainer Jung authored
      - Keep track of the number of clogged, lingering, and suspended connections.
      - Don't count connections in lingering close state when calculating
        how many additional connections may be accepted
      
      Backport of r1361773 and r 1361778 from trunk.
      
      Submitted by: sf
      Reviewed by: rjung, jim
      Backported by: rjung
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1369473 13f79535-47bb-0310-9956-ffa450edef68
      d8af3cad
    • Rainer Jung's avatar
      mod_ssl: Pass the server_rec to ssl_die() and use it to log a message to · 992ba0b5
      Rainer Jung authored
      the main error log, pointing to the appropriate virtual host error log.
      
      Backport of r1348660 from trunk.
      
      Submitted by: sf
      Reviewed by: rjung, covener
      Backported by: rjung
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1369464 13f79535-47bb-0310-9956-ffa450edef68
      992ba0b5
  6. 02 Aug, 2012 1 commit
    • Jim Jagielski's avatar
      Merge r1334343 from trunk: · fec53e93
      Jim Jagielski authored
      Use short lived pool to avoid memory leaks
      
      Remove the comment about binding upstream and downstream connections. It
      seems to be obsolete since r104604, r104605, r105108.
      
      Also avoid allocating memory if we are not handling the connection.
      
      PR: 52275
      Submitted by: Naohiro Ooiwa <naohiro ooiwa miraclelinux com>, Stefan Fritsch
      
      Submitted by: sf
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1368450 13f79535-47bb-0310-9956-ffa450edef68
      fec53e93
  7. 28 Jul, 2012 2 commits
  8. 25 Jul, 2012 5 commits
  9. 24 Jul, 2012 1 commit
  10. 23 Jul, 2012 8 commits
  11. 22 Jul, 2012 7 commits
  12. 20 Jul, 2012 1 commit
  13. 16 Jul, 2012 1 commit
  14. 13 Jul, 2012 2 commits
  15. 10 Jul, 2012 3 commits