- Dec 10, 2006
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@485314 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 09, 2006
-
-
Nick Kew authored
already in there! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@485056 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
(1) Key connection pools to virtualhosts (niq, minfrin; reviewed us + wrowe) (2) share per-request database handles across subrequests (chrisd; reviewed niq + rpluem). Including fixing compiler warning (rpluem). More to come on mod_dbd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@485053 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@485015 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@485013 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@485011 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484986 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484984 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484982 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Better detection and clean up of ldap connection that have been terminated by the ldap server. PR#40878 Submitted by: Rob Baily <rbaily servicebench com> Reviewed by: bnicholes Submitted by: bnicholes Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484981 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 08, 2006
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484772 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484771 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484749 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
by creating a root pool for object persistence across requests. This also eliminates the need for custom serialization code. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484642 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484639 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
mod_authnz_ldap: Add an AuthLDAPRemoteUserAttribute directive. If set, REMOTE_USER will be set to this attribute, rather than the username supplied by the user. Useful for example when you want users to log in using an email address, but need to supply a userid instead to the backend. Submitted by: minfrin Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484638 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484637 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484634 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484631 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484618 13f79535-47bb-0310-9956-ffa450edef68
-
http://svn.apache.org/viewvc?view=rev&revision=450089Jim Jagielski authored
longer cleanly applies as is to 2.2 branch. Need a 2.2 specific patch now. Jim will try. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484590 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484588 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR 31759 (mutated) - reported by Jo Rhett Don't return apr_status_t error value from input filter chain. Submitted by: niq Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483980 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
*) mod_cache: Eliminate a bogus error in the log when a filter returns AP_FILTER_ERROR. [Niklas Edmundsson <nikke acc.umu.se>] Reviewed by: minfrin, wrowe, trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483974 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
*) Fix issue which could cause piped loggers to be orphaned and never terminate after a graceful restart. PR 40651. [Joe Orton, Ruediger Pluem] Reviewed by: trawick, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483967 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
*) Fix address-in-use startup failure caused by corruption of the list of listen sockets in some configurations with multiple generic Listen directives. [Jeff Trawick] Reviewed by: jim, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483958 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
proper section (one patch with 3 +1s but an outstanding question left alone) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483956 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 07, 2006
-
-
Nick Kew authored
+1 niq, chrisd, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483732 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483718 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Darroch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483712 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
PR 40470 points out that we no longer handle ate == headlen, where there is a headers-only response from the isapi app to the server. This patch restores the previous behavior of pending those headers until some amount of body response is ready to be sent to the client. Backports: 483613 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483614 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483599 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
in debugging the installed Apache server. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483568 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
change the default dir for command-line make to \Apache22 on Windows, and change the service name to Apache2.2 by default (this *matches* the windows installer.) Resolves recent bug reports and confusion. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483553 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Mostly acks, a couple naks and a Q or two git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483547 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 04, 2006
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@482184 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 28, 2006
-
-
Chris Pepper authored
Add table showing results of match combinations. Fix some tenses. Fix case of CENTER & IP Address. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@479896 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 27, 2006
-
-
Mladen Turk authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@479655 13f79535-47bb-0310-9956-ffa450edef68
-
Mladen Turk authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@479647 13f79535-47bb-0310-9956-ffa450edef68
-
Jean-Frederic Clere authored
BTW: Autoflush (even in trunk) does not work (See PR 19954). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@479636 13f79535-47bb-0310-9956-ffa450edef68
-