- Oct 24, 2000
-
-
Ryan Bloom authored
ap_finalize_request_protocol on the main request, then we find the last internally re-directed request, and send the EOS on that request. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86735 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
instead of in non-blocking mode. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86734 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
. mod_charset_lite is now a bit naughty, looking in core_dir_config to see if its filter is coded in Add{Input|Output}Filter. There are various weird scenarios that happen when one of the filters gets added both by mod_charset_lite and due to Add{Input|Output}Filter. It is much nicer (to the code and to the user) to avoid the problem rather than to trying to keep things from blowing up when we are misconfigured in this manner. It may be generally useful to add API functions a module can call to see if its filter is configured on input/output. Note that CharsetOptions [No]ImplicitAdd is no longer interesting, but that code has not yet been removed. . Fix input filtering so that we handle translating a brigade in multiple passes when our translation buffer fills up. . xlate_brigade is cleaned up a bit and hopefully has less bugs (far too many changes in one commit, but I couldn't access locus from 30,000 feet) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86733 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Get everything working with suexec patches again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86731 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
since suexec isn't built by default anyway, it makes sense to treat mod_suexec similarly. Submitted by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86730 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
(No, it wasn't a simple issue to get the suexec patch working.) The suexec support doesn't apply to the external mapping process, which is not related to any particular request. Instead, [IMHO] the external mapping process should switch to the configured user/group that the daemon processes switch to. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86729 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: Chris Pepper@mail.reppep.com git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86728 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 23, 2000
-
-
Joshua Slive authored
plus update of keep-alive documentation. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86727 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86726 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86725 13f79535-47bb-0310-9956-ffa450edef68
-
David Reid authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86724 13f79535-47bb-0310-9956-ffa450edef68
-
David Reid authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86723 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Improve legability for new Win32 hackers (I hope) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86722 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Answer says... -X is redundant and inappropriate. Submitted by: Bill Rowe Reviewed by: Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86721 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix foobar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86720 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
out Unix-specific portions for now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86719 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
successful, the race condition is not particularly important (people deleting users in the middle of a request), and the attempt introduces more thread-safeness problems. Oh, and I thought I had taken this out already. :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86718 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A more thorough example is appropriate. Also simplify the behavior and always return root (/) if n < 1, which is no worse than returning elems if n > elems. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86717 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
Submitted by: Joe Orton Reviewed by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86713 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86712 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86711 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
APR functions (grumble). This is needed for apr_stat, which will be in the suexec path coming up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86710 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
BUFF. This has been tested, but all we can determine is that it doesn't fail, not that it works. This needs to be tested much better. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86709 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
from that function. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86708 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
instance, and we need to remove the main-request's HTTP_HEADER. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86707 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 22, 2000
-
-
Bill Stoddard authored
Submitted by: Greg Stein Reviewed by: Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86706 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
already been removed from the stack. Hummm, seems to me we should not attempt to remove filters multiple times.... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86705 13f79535-47bb-0310-9956-ffa450edef68
-
Sascha Schumann authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86704 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Submitted by: Jon Travis <jtravis@covalent.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86703 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
ap_finalize_request_protocol()'s sole purpose in Apache 2.0 is to send the EOS bucket. Probably need to reimplement ap_send_error_response() to be consistent with ap_finalize...'s new mission. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86702 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
wasn't letting any assbackwards brigades get past it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86701 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
of places and doing ap_bread() in ap_lingering_close. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86700 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86699 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86698 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86697 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 21, 2000
-
-
Ryan Bloom authored
remove itself once it has actually sent the headers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86690 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
static integer Submitted by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86689 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Reviewed by: Roy Fielding and Tony Finch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86688 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
fixed, but it is good enough for now. The idea is that headers shouldn't flow through the BUFF anymore. Now, we have a header filter that is called at the end of the request-filter chain. This filter writes the headers directly to the connection filters. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86687 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86686 13f79535-47bb-0310-9956-ffa450edef68
-