- Nov 10, 2001
-
-
William A. Rowe Jr authored
Same IDE enforcement of InstallBin as the 'default' project from the 2.0 tree, so when the user first confronts Apache sources they have the right top-level project. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91837 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Prevent an Apache module from being loaded or added twice due to duplicate LoadModule or AddModule directives (or a missing ClearModuleList directive). LoadModule dupcheck (for 2.0) by Brian Pane <bpane@pacbell.net> Ported and added AddModule dupcheck by Will Rowe Identified by an old collegue of Will's who tripped over this. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91836 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91831 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 31, 2001
-
-
Joshua Slive authored
PR: 8577 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91704 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 29, 2001
-
-
William A. Rowe Jr authored
Thought this had been here git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91685 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91684 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91679 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 26, 2001
-
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91671 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Some platforms varf on a setgid(-1) and hence httpd will fall over immediately after being started. However, since 'Group #-1' is syntactically correct, apachectl won't catch this and will assume the server started successfully. This checkgid app will return -1 if any of the Apache-understandable group values (i.e., name or "#n") are invalid. apachestl still needs to be enhanced to use this. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91668 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91666 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
announced)... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91665 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91663 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 23, 2001
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91645 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91644 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
build process git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91643 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 18, 2001
-
-
Jeff Trawick authored
this, but binbuild-install.sh does not. This patch tweaks install-bindist.sh to make the DSOs executable. As with "make install", the DSOs will be marked executable for all platforms, not just HP-UX. (Actually, install-sh is invoked by "make install" a little differently for DSOs on rhapsody/darwin, but there is no special processing for rhapsody/darwin in install-bindist.sh currently so they shouldn't be hurt by the change below.) PR: 7428 Submitted by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91545 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 17, 2001
-
-
Bill Stoddard authored
MaxRequestsPerChild be set to 0 to prevent the child process from ever recycling. However, for those that do require a non-zero setting, this patch fixes a serious bug that can cause an apparent 'server-hang' condition where the server stops responding to requests for a period of time. Prior to this fix, when the child process handled MaxRequestsPerChild connnections, the child process would stop accepting new connections and begin allowing inactive threads to exit. The problem was that a new process would not be created to begin handling requests until the old process fully exited. The old process can take an indeterminate amount of time to exit because it may be sending large responses to clients connected over slow links, or it may have threads blocked in read awaiting requests (eg, one attack mode of the Nimda worm is to establish a connection to the server but not send an HTTP request. This connection will be timed out according to the setting of the Timeout directive, 300 seconds). This fix allows the new process to be immediately started and begin accepting requests when the old child process reaches MaxRequestsPerChild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91523 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
across a shutdown/restart. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91522 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 16, 2001
-
-
Bill Stoddard authored
setting. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91503 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91487 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 12, 2001
-
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91439 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 11, 2001
-
-
Dirk-Willem van Gulik authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91438 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
another platform git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91429 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
As with .ncb files, .opt files for Win32 projects don't belong in source control [machine specific-on the fly resources] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91427 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91426 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 10, 2001
-
-
William A. Rowe Jr authored
.ncb/.opt files don't belong in source control for msvc projects. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91408 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 09, 2001
-
-
Jeff Trawick authored
AIX 4.3.3 has socklen_t too, but a) I don't know if all 4.3 (e.g., 4.3.0) has it b) I don't see the warning on 4.3 c) it isn't a possible 64-bit vs. 32-bit problem, so I'm not worried about run-time breakage git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91392 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91390 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Just the facts git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91389 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Parse individual paths listed in the UserDir directive for correctness. This also addresses the 'quote' problem, where quoted paths would fail the is absolute redirect or absolute path test on Netware/Win32, given a "/somepath" designation. PR: 8238 Submitted by: Dustin Mitchell <dustin@cs.uchicago.edu> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91388 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91383 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91381 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 08, 2001
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91369 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Apache builds and runs without this, but the expected default mutex mechanism isn't used and the DSO implementation is not as expected either. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91367 13f79535-47bb-0310-9956-ffa450edef68
-
Mark J. Cox authored
Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91365 13f79535-47bb-0310-9956-ffa450edef68
-
Mark J. Cox authored
them to be cross-referenced with other security publications easily PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91364 13f79535-47bb-0310-9956-ffa450edef68
-
Dirk-Willem van Gulik authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91362 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91361 13f79535-47bb-0310-9956-ffa450edef68
-
Dirk-Willem van Gulik authored
> Before C99 the correct way to print a size_t is to use %lu, since > long was guaranteed to be the widest integral type, so redoing the > fix on that basis would be better. However with C99 size_t can be > as wide as unsigned long long so you need to use that format to > be safe, but then you compromise portability. So options; simply cast to (int) as I know the value is small; use %lu without a cast - but get warnings later on >C99. Or kind of the compromize below; do %lu but cast to be sure. Feel free to patch in a better fix ! Dw PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91360 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91357 13f79535-47bb-0310-9956-ffa450edef68
-