- Apr 03, 2001
-
-
William A. Rowe Jr authored
Here they are, real working examples [well, perhaps working.] [Ben Laurie, Will Rowe] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88667 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 02, 2001
-
-
Greg Ames authored
We haven't seen this problem on daedalus since the ap_getline() assert was fixed a week and a half ago. It is hereby declared fixed. Here's a theory: the garbage in c->remaining caused header lines to be sucked in on persistant/pipelined connections when only the http request line was desired, causing mime headers to get logged, including the \n delimiters. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88661 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
format and arg git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88660 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: Obtained from: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88659 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
the directly following proxy keepalive request to fail. PR: Obtained from: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88657 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
Basically, this allows linker flags to be passed for the httpd executable and DSOs only. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88655 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
a function pointer; but we don't need to save the old signal pointer anyway so drop the variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88653 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88651 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88650 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
"<Directory>" followed by "</Directory" and "<Directory>" followed by "</Directoryz>" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88649 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
*) Changed mod_proxy ap_proxy_http_handler() to support APR properly. PR: Obtained from: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88648 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
location for the config.layout file, and it makes us a bit more portable. PR: 7482 Submitted by: jun-ichiro hagino <itojun@iijlab.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88647 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
makes lines longer than is normally acceptable but I'd like to see anyone come up with an awk script that handles these things broken over multiple lines... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88646 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
loadable modules as OS/2 DLLs. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88645 13f79535-47bb-0310-9956-ffa450edef68
-
Dirk-Willem van Gulik authored
ab from 1.3 into 2.0. SSL work not completed; I need to move some of the autoconf detection of mod_wtls to a more central place first. Any suggestions appreciated :-) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88628 13f79535-47bb-0310-9956-ffa450edef68
-
Dirk-Willem van Gulik authored
Either MacOS-X is much more sensitive for border conditions - or I am just being unlucky. This allows for apr_send() to do consequitive partial write's; by keeping a buffer and TO within ab itself. Ab was already doing that for read anyway. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88627 13f79535-47bb-0310-9956-ffa450edef68
-
Dirk-Willem van Gulik authored
little more pushy. Ran into this whilst' porting the -1.3 changes forward. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88626 13f79535-47bb-0310-9956-ffa450edef68
-
Dirk-Willem van Gulik authored
right; we ough to call apr_send again if len != requested_len - but then our timeout could be len * timeout if we happen to only stuff one byte down the pipe each time. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88625 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 31, 2001
-
-
Jeff Trawick authored
sendfile nor mmap. Get mod_file_cache to compile on systems with sendfile but !mmap. Submitted by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88623 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
"/replace/with/path/to/perl/interpreter" for the path when substituting in split-logfiles et al so that an unlucky user will have a better clue about why these programs won't work git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88622 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 30, 2001
-
-
Greg Stein authored
Reviewed by: David McCreedy <mccreedy@us.ibm.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88619 13f79535-47bb-0310-9956-ffa450edef68
-
David Reid authored
this can be done once again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88618 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
way there, but there may yet be some symbols missing. Working on a script to keep this in line. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88617 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 29, 2001
-
-
Jeff Trawick authored
after the last change, but we were losing the pool and its retained storage git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88612 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
each request was not cleaned up. This removes the nastiest symptom of some excess pipes being created (i.e., we don't run out of file descriptors), though something additional is needed to keep from creating the pipes to begin with. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88611 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 28, 2001
-
-
Ken Coar authored
Change the links to point to the new distribution directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88609 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
1) mismatches between printf format strings and arguments 2) wrong type for last parm to ap[r]_xml_to_text 3) missing time.h decls git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88603 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Otherwise, the error message from apr or apr-util (e.g., invalid libtool version) is lost in the stream of output. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88602 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
(header) through the filter stack, which just wrapped that response in another set of headers. Instead, just set the Allow header and return. The EOS will then flush that header with the rest of the data through the header filter, and generate the proper response. Also, cleaned out the unused header_filter_ctx and the "len" variable from the header filter, and added some comments here and there. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88600 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
*) revamp the set_target stuff -- latest draft calls this UPDATE *) update the CHECKIN method handling *) liveprop providers can catch/define "core" properties before the core gets a chance. Submitted by: John Vasta <jvasta@rational.com> Reviewed by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88599 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 27, 2001
-
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88597 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
very beginning of the request processing before location_walk, translate_name, etc. This hook is useful for URI keyed content caches like Mike Abbott's Quick Shortcut Cache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88596 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88594 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88593 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88592 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 26, 2001
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88591 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Get the Tru64 compiler to shut up about an incompatibility between void ** and struct **. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88589 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
for a small performance boost. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88586 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88583 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88582 13f79535-47bb-0310-9956-ffa450edef68
-