summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* As mentioned inline in comments, correctly handle more sophisticatedWilliam A. Rowe Jr2009-05-051-34/+36
* REVERT 771581 modules/proxy/ changes (miscommitted)William A. Rowe Jr2009-05-051-34/+34
* complete r771579, refactoring mod_watchdog as loadable on win32William A. Rowe Jr2009-05-056-59/+441
* MPM's are now dynamically loadable; so must mod_watchdog be.William A. Rowe Jr2009-05-051-23/+9
* Add balancer module targetsWilliam A. Rowe Jr2009-05-054-0/+492
* add creation type parameter per r771286Chris Darroch2009-05-051-3/+1
* silence warningsChris Darroch2009-05-051-1/+1
* * Remove unused locking functions.Ruediger Pluem2009-05-041-11/+0
* * Optimize access to server_rec.Ruediger Pluem2009-05-041-3/+3
* Simple style fix, this message still is nonsensicalWilliam A. Rowe Jr2009-05-041-2/+2
* Add a parameter for slotmem_create for the persistancy of the slotmem area.Jean-Frederic Clere2009-05-041-2/+3
* Fix shared memory permisson problems.Jean-Frederic Clere2009-05-041-0/+61
* Remove ap_slotmem_lock / ap_slotmem_unlock from the slotmem API.Jean-Frederic Clere2009-05-041-2/+1
* Whoops! cleanup r771144, which had some local/dev stuff left inNick Kew2009-05-031-16/+0
* mod_privileges: introduce PrivilegesMode: fast mode as before vs secureNick Kew2009-05-031-6/+182
* * As proposed by wrowe on list always define SSLStrictSNIVHostCheck, but errorRuediger Pluem2009-05-023-6/+6
* Prevent key=value being accepted as url.Jean-Frederic Clere2009-04-301-9/+13
* * Don't assign pointers to int's. This is a nightmare when changeingRuediger Pluem2009-04-291-4/+4
* * Set SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN to on by default.Ruediger Pluem2009-04-291-2/+2
* * Improve and simplify the implementation of SSLProxyCheckPeerExpire byRuediger Pluem2009-04-291-39/+10
* Fold in initial template for methods to be able toJim Jagielski2009-04-276-0/+44
* don't use literal '100' for HTTP_CONTINUE (searchability)Jeff Trawick2009-04-271-1/+2
* * Add SSLStrictSNIVHostCheck to allow / disallow non SNI clients to connect toRuediger Pluem2009-04-254-2/+35
* * The state vinfo doesn't matter here: no client verification done at all.Ruediger Pluem2009-04-251-1/+1
* * r->connection->aborted signals that the client aborted the connection, butRuediger Pluem2009-04-251-2/+2
* * Add partial support for name based virtual hosting for non SNI clients.Ruediger Pluem2009-04-251-38/+83
* Fix module scope, to avoid this, copy and past from loadable modules, not coreWilliam A. Rowe Jr2009-04-232-2/+2
* Introduce mod_remoteip to trunk from httpd/sandbox/mod_remoteipWilliam A. Rowe Jr2009-04-233-0/+600
* mod_dbd: add DBDInitSQL command. PR 46827Nick Kew2009-04-212-15/+91
* * Add missing include to fix compiler warningsRuediger Pluem2009-04-161-0/+1
* mod_cgid: Improve handling of long AF_UNIX socket names (ScriptSock).Jeff Trawick2009-04-161-13/+12
* write Ok to tomcat.Jean-Frederic Clere2009-04-141-1/+7
* Add a logic to use an handler and HTTP.Jean-Frederic Clere2009-04-141-29/+68
* * Check more strictly that the backend follows the AJP protocol.Ruediger Pluem2009-04-111-0/+22
* * Avoid delivering content from a previous request which failed to send a req...Ruediger Pluem2009-04-081-15/+11
* Remove the C++ style comment and use 1 for keep_running.Jean-Frederic Clere2009-04-081-2/+1
* Arrange traces.Jean-Frederic Clere2009-04-071-17/+18
* Set keep_running and clean pool if not.Jean-Frederic Clere2009-04-071-0/+2
* The remote port information was forgotten from the builtinRainer Jung2009-04-022-0/+28
* handle an unfortunate implication of loadable MPMs:Jeff Trawick2009-04-022-22/+33
* * Fix comment and optimize retrieval of loglevel.Ruediger Pluem2009-04-021-8/+3
* ap_strchr_p() is the one that takes (protects) a const char *Jeff Trawick2009-04-011-2/+2
* clean up apr_time_from_msec() compatibility macrosJeff Trawick2009-04-013-15/+4
* * Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives to enableRuediger Pluem2009-04-015-0/+109
* stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever necessa...Jeff Trawick2009-03-311-4/+0
* * Removed unused variables.Ruediger Pluem2009-03-301-7/+0
* Use named watchdog for heartmonitor.Mladen Turk2009-03-301-177/+98
* Run the callback from pool cleanup.Mladen Turk2009-03-301-0/+13
* Use correct check logicMladen Turk2009-03-301-1/+1
* If there are multiple hook watchdog threads registered, make sure we fire on ...Mladen Turk2009-03-301-1/+1