- Nov 07, 2001
-
-
Aaron Bannert authored
Submitted by: Madhu Mathihalli <madhusudan_mathihalli@hp.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91791 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91790 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
This will output the value of the note (subprocess_env) into a header field git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91789 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
group decided to keep. Obtained from: mod_ssl 2.x by RSE Submitted by: Madhu Mathihalli git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91788 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91787 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Reorder so InstallBin is the _default_ top level project, and add htdbm to the dependencies of InstallBin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91786 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
calling ap_get_brigade. This takes care of the loop with short request bodies seen on 2.0.27. This eliminates the use of r->remaining within ap_get_client_block. http_filter has the equivalent in its context. r->remaining is still used in ap_setup_client_block for a "body too long" check. But that check can't cover chunked bodies, so it probably should happen elsewhere. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91785 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
Submitted by: Arisi Raul <rarisi@ascom.it> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91784 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
Use entities for accented a' and e' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91783 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91782 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
into a local buffer. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91781 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add htdbm.c to the windows build - if someone on Unix could check that it builds and add it to that build it would be appreciated. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91780 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
change declaration from AP_CORE_DECLARE to AP_DECLARE so it can be used used outside the core PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91778 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
AP_MPMQ_MAX_REQUESTS_DAEMON macros. Better to do it now rather than later. **WARNING** This will of course break the compile on any third-party MPMs you might have floating around, but it's a really quick change to make. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91777 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91776 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91774 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 06, 2001
-
-
William A. Rowe Jr authored
Thanks for the catch, Mr. Woolley, I left an out-of-place close paren. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91772 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91771 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
tools. Mostly I've only touched the top and the bottom of each doc. I also got rid of the old cover page and the overview, since they seemed obsolete. Once again, I apologize for wrecking Ralf's nice work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91769 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Eliminate 'library'+'executable' cruft. Yes - this would be a dandy library at some point in the future (perhaps 2.1?) but for this moment, simplify. Also simplify over-decorated apu_htdbm_ prefixes to simply htdbm_ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91768 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Submitted by: Mladen Turk <mturk@mappingsoft.com> htdbm provides a compiled interface to dbm authentication databases, using the compiled-in dbm manager and auth schema. Resolves the hassles of grabbing the appropriate cpan package for md5 and fixing the dbm engine for dbmmanage.pl. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91767 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91766 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
for wrecking Ralf's nice formating work, but I didn't see an alternative. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91765 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
to be the baseline. The next commit will put it in the correct format. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91764 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91758 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 05, 2001
-
-
Ian Holsman authored
proxy. Problem was ErrorHandler thought it was in some kind of recursion and couldn't find the custom error document Obtained from: Jin Hong <jinh@cnet.com> Submitted by: Reviewed by: Ian Holsman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91757 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91756 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91755 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
understands the -kb flag :-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91754 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91753 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91752 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91750 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
Submitted by: Roy Fielding, Cliff Woolley git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91748 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 04, 2001
-
-
Justin Erenkrantz authored
ap_directory_walk. The strlen calls, in particular, had ranked as a top bottleneck in the usr-space code in recent performance profiling. Submitted by: Brian Pane <bpane@pacbell.net> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91746 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 02, 2001
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91739 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91738 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
and will do so on this file in a sec, then re-commit this file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91737 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
is difficult and sometimes impossible to relocate executables that are both setuid and dependent on dynamically loaded libraries. (that is: setuid binaries ignore LD_* environment variables). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91736 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91734 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
example: CFLAGS = -DSUEXEC_BIN='"bin/suexec" PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91733 13f79535-47bb-0310-9956-ffa450edef68
-