- Jan 24, 2009
-
-
Brian McCallister authored
changes headers_in and headers_out handling in mod_lua to map apr_table_t instances as boxed pointers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@737293 13f79535-47bb-0310-9956-ffa450edef68
-
Brian McCallister authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@737290 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 22, 2009
-
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@736822 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
Suggested by: jerenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@736809 13f79535-47bb-0310-9956-ffa450edef68
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@736727 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 21, 2009
-
-
Rainer Jung authored
removal in mpm_winnt). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@736427 13f79535-47bb-0310-9956-ffa450edef68
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@736306 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@736303 13f79535-47bb-0310-9956-ffa450edef68
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@736298 13f79535-47bb-0310-9956-ffa450edef68
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@736296 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 20, 2009
-
-
Jeff Trawick authored
docs; no longer experimental as of 2.2.x Submitted by: Dan Poirier <poirier pobox.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@736155 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@736110 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
friendly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735927 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735925 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735922 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 18, 2009
-
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735556 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
i.e. they should be automatically restarted when they die similar to what happens for access loggers. Patch makes error loggers use the same code path as access loggers. Side effect: patch adds ap_server_root_relative() to the error logger path before spawning. Reviewed by R. Pluem. Patch needs to be tested on Windows. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735516 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
trunk and add removal to CHANGES. The module has been removed in r711470. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735365 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 17, 2009
-
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735316 13f79535-47bb-0310-9956-ffa450edef68
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735305 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 16, 2009
-
-
Nilgun Belma Buguner authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735119 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735116 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Divided into 3 classes, this implements the first two; * AcceptFilter 'data' - much as on Unix, accept will not complete until data is ready to be accepted. Unlike Unix, it will actually fetch the first bucket full of data from the tcp socket, and this patch implements passing that bucket into the core net brigade in front of the accepted socket. * AcceptFilter 'connect' - just as in Apache 2.2, accept will not complete until three way handshake is complete and the endpoints are resolved, and quickly grabs the endpoint addresses using the AcceptEx API (which some people have problems with). This will not be the default. * AcceptFilter 'none' [not yet implemented] - will be the traditional select/WSAAccept style processing for broken network socket stacks and more trivial tcp style connections. If AcceptEx appears to be a problem, the listener will be able to downgrade to 'none'. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735093 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735088 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735087 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735086 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735085 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735081 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
tweak the referral/hoplimit ldap option logic to save the failure reason in the util_ldap_connection_t for later logging old error log message: auth_ldap authenticate: user wbush authentication failed; URI /ldap-status [(null)][Can't contact LDAP server] new error log message: auth_ldap authenticate: user wbush authentication failed; URI /ldap-status [Unable to set LDAP_OPT_REFHOPLIMIT.][Can't contact LDAP server] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735068 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Addon to r734973. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735056 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
for rotatelogs. Prefer adding reliable piped logs to the error loggers in httpd, so that one could simply kill rotatelogs and httpd automatically starts new instances of all loggers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734973 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734896 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 15, 2009
-
-
Ruediger Pluem authored
recover. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734710 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734703 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734694 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734692 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734691 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734678 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 14, 2009
-
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734445 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734431 13f79535-47bb-0310-9956-ffa450edef68
-