- Oct 31, 2000
-
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86774 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86773 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
accomplished by moving suexec out of it's own file and into unixd.[ch]. The problem was that suexec.c wasn't being linked into the server unless a module was actually using ap_os_create_process. This is still not clean, but it works now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86772 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 30, 2000
-
-
Ryan Bloom authored
forces Apache to link in all of the APR functions whether they are used by any static modules or not. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86770 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86769 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86768 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86767 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86766 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86765 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 28, 2000
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86760 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86759 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
Submitted by: erik quanstrom <quanstro@clark.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86758 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 27, 2000
-
-
Sascha Schumann authored
and thus cannot be shared by multiple build trees. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86756 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 26, 2000
-
-
Jeff Trawick authored
Submitted by: Cliff Woolley <cliffwoolley@yahoo.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86755 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86754 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86753 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
ap_send_header_field(); change terminate_header() to build the CRLF in ASCII to begin with. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86752 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
the EBCDIC support. They are noops on ASCII machines, so this type of translation doesn't have to be surrounded by #ifdef CHARSET_EBCDIC. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86751 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 25, 2000
-
-
Jeff Trawick authored
since we don't compute digests of filtered (e.g., translated) response bodies this way anymore. (Note that we don't do it at all at the present; somebody needs to write a filter to do so.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86750 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
generated output. Otherwise, it doesn't look too cool. XXX This isn't a perfect fix because this doesn't trigger us to convert from the charset of the source code to ASCII. The general solution seems to be to allow a generator to set an indicator in the r specifying that the body is coded in the implementation character set (i.e., the charset of the source code). This would get several different types of documents translated properly: mod_autoindex output, mod_status output, mod_info output, hard-coded error documents, etc. Problem reported by: Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86749 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
This can happen when the config doesn't tell us to do anything but the administrator coded us in Add{Input|Output}Filter. Instead of segfaulting, we turn into a noop. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86748 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86747 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Submitted by: Chris Pepper <pepper@mail.reppep.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86746 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
PR: 6742 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86745 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86744 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
compiler option. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86743 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86742 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
types I introduced yesterday. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86741 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Ok here it is: Win32 utf-8 native unicode filename support. There are just too many folks to credit... so this goes out from the entire ApacheCon hacking team :-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86740 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
again by ensuring that the chunk filter gets added after the http headers filter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86739 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 24, 2000
-
-
Tony Finch authored
bare or in single quotes, not double quotes. PR: 6736 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86738 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
bugs in get_tag. This also allows mod_include to save buckets with partial tags in them. Submitted by: Ryan Bloom and David Reid git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86737 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
AP_DEBUG is defined. (no_set_limit() is compiled only if we are missing one of the RLIMIT definitions.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86736 13f79535-47bb-0310-9956-ffa450edef68
-
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
-