- Aug 21, 2002
-
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96466 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96463 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 20, 2002
-
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96462 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96461 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96459 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
This has been wrong for a LONG time, and it could really use a review by some of the worker MPM developers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96458 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix bug reported as PR 11854. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96456 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 19, 2002
-
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96452 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
Bug #11213 Obtained from: Ian Darwin <ian779@darwinsys.com> Reviewed by: Ian Holsman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96449 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96443 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
Submitted by: Thom May <thom@planetarytramp.net> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96441 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
(Justin tweaked one character in this patch.) Submitted by: Thom May <thom@planetarytramp.net> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96440 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 18, 2002
-
-
Ian Holsman authored
Obtained from: Submitted by: Alexey Panchenko alexey@liwest.ru Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96439 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96438 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96435 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
Submitted by: David Shane Holden <dpejesh@yahoo.com> Additionally added 'virtual host' to context-details. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96434 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96433 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
Submitted by: Eric Prud'hommeaux Reviewes by: Paul Reder, Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96432 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
connections (previously, the setaside code in the core output filter would copy file buckets <8KB into the heap, resulting in poor keepalive performance) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96431 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
big enough to drive a truck through, and it is NOT production quality, but I have successfully passed file descriptors between processes and served requests over the passed descriptors. This code needs documenting, and vetting still. Also, in order to make things work, I had to insert the socket and the data read by the original process into the bottom of the filter stack so that the new process could use that information. Unfortunately, that isn't possible to do cleanly, so I search for the CORE_IN filter, and I insert a brigade that I have created into it's ctx pointer. This is a hack, and it means that Perchild _only_ works if you use the core filters. Until I find a better way to get that information to the bottom of the filter stack, that is just how it is going to be. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96430 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96429 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96428 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 17, 2002
-
-
Erik Abele authored
Submitted by: Andre Malo <nd@perlig.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96427 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96426 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96425 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
and update a few transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96424 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 16, 2002
-
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96423 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96422 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
reviewed by: Andr� Malo <nd@perlig.de> Michael Schroepl <Michael.Schroepl@telekurs.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96420 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
reviewed by: Andr� Malo <nd@perlig.de> Michael Schroepl <Michael.Schroepl@telekurs.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96418 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96417 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
<virtualhost> section with name-virtual-hosts. This is already clearly documented a few paragraphs below, but judging by questions on the newsgroup/mailing list, people don't read past the example. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96416 13f79535-47bb-0310-9956-ffa450edef68
-
rasmus authored
code, but I can at least document the braindead obvious issues people might face. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96415 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
and, in particular, Mark Crispin's posts. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96413 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96412 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
safety. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96411 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96410 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
Add commentary on why zlib is threadsafe (fully threadsafe as of 1.1.2 if default zalloc and zfree used - see zlib's changelog) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96409 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96408 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
blame it on the error checking. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96407 13f79535-47bb-0310-9956-ffa450edef68
-