- Nov 02, 2001
-
-
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
-
Greg Stein authored
when the copy/move takes place. Specifically, the new location might imply a different type from the original, so updating the type is bad mojo. In the observed case, a resource was copied into a working collection; the type of the new resource is supposed to be WORKING. Copying the type would be wrong if the source was REGULAR. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91732 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
instance of Apache from the console. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91731 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
NetWare git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91730 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
added the NLM startup code for NLMs that require Winsock support. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91729 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91728 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91727 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
*readbytes again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91726 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 01, 2001
-
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91721 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91719 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix a typo and URL. [Gotta get this keyboard cleaned.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91718 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Make this a bit more formal, as in httpd.conf. Also should cite the contributor, but only Ralf knows who all should be the primary citation, if not simply "the modssl project". I don't know if this conf is all new material, significantly created by the modssl project, or if much of it goes all the way back to ApacheSSL. Rather that miss-attribute, I'm leaving line one for someone else [Ralf?] to add, vis-a-vie the citation in httpd-std.conf line 2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91717 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
there is no point in any of it if SSL is not defined, just wrap the whole thing in one IfDefine. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91716 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 31, 2001
-
-
Greg Ames authored
with this and a request line that goes on forever, I now get: [Wed Oct 31 17:45:45 2001] [error] [client 127.0.0.1] request failed: URI too long ...in the error log, and a 414 in the access log. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91715 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
to an input line. This is more like the 1.3 behavior which should help the callers recognize this condition. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91714 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
looks like the line may never end. This lets ap_getline determine whether there's excessive bytes or not, depending on the size of its caller's buffers. If the buffer can accomodate more bytes, ap_getline will continue to read. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91713 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91712 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
The core input filter would happily consume all the data you gave it in a header line, looking for that one LF. This patch limits that "getline" functionality to HUGE_STRING_LEN (8192 bytes). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91711 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91708 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Introduce an Apache mod_ssl initial configuration template (ssl.conf, generated from ssl-std.conf). [Ralf S. Engelschall] Revised Cliff's intro paragraph to point folks at docs until docs are provided. [Will Rowe] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91707 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91706 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
PR: 8556 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91705 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
2.0.26 has been discarded. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91703 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
and not just a zero-byte thingy. :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91702 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91701 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91700 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 30, 2001
-
-
Graham Leggett authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91697 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
Without this, we see an extra socket read + timeout on POSTs. If the client sends in another request, we loop consuming memory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91695 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91694 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 29, 2001
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91693 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91692 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91691 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
conditions git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91690 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91689 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
can be very difficult to read. No logic was changed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91688 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Bring it up-to-date while I'm a'fixin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91686 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91683 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
The routine that prints the Via: header now takes a length for the port string. Submitted by: Zvi Har'El <rl@math.technion.ac.il> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91682 13f79535-47bb-0310-9956-ffa450edef68
-