- Jan 17, 2003
-
-
Jeff Trawick authored
AIX git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98307 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 16, 2003
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98296 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98295 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 14, 2003
-
-
David McCreedy authored
dependency instead of hardcoded os/unix/os.h file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98271 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 09, 2003
-
-
Martin Kraemer authored
"AddModule mod_alias.dll" instead of "AddModule mod_alias.c" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98220 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
versions of the TCP stack) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98219 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 23, 2002
-
-
David McCreedy authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98099 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98094 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 19, 2002
-
-
William A. Rowe Jr authored
Teach win32 about magic_cleanups to toggle the INHERIT bit for handles. This can only work for NT, since 9x cannot alter a handle's INHERIT bit without a DuplicateHandle() and then closing the original handle, which just doesn't fit into this API very well. {Actually, could be done with a bit of convolutions for FILE and fd, but this won't work by the ap_note_cleanups_for_h() api.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98045 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 18, 2002
-
-
Jim Jagielski authored
overlap. Who knows, maybe a 3rd format might pop up one day. If this breaks, note who to blame for it PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98034 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Another day, another bug while slogging through 1.3. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98033 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Apply a fix already in Apache 2.0 (and add quality weights) to prevent us from attempting to serve .gif or any other flavor of negotiated resources. This patch fixes the Accept: header of the autoindex request so that it's subrequests look for text/ only, with weights applied to recover .html, then .txt, then some other flavor of text/* in their absense. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98032 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Resolve 80% of the HEADER/README not recognized on Win32 bug (PR 7300). Since Apache 1.3 does NOT normalize file names, but instead always lower cases the names, HEADER.txt or HEADER.html would never, ever be noted as a match. This is different from Apache 2.0, which can deal with the proper names and match only HEADER.* or header.* files based on the origin filename. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98031 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Resolve an unused variables warning on win32. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98030 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Now we need ntohl() linkage git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98014 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Went a little #endif happy in rev 1.1863 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98013 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Quietly tolerate opening Apache.dsw from within VC7.0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98012 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 17, 2002
-
-
David McCreedy authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97990 13f79535-47bb-0310-9956-ffa450edef68
-
David McCreedy authored
Also improved shutdown/restart of the server on TPF. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97983 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 16, 2002
-
-
Jim Jagielski authored
for the tracking cookie to have an arbitrary string prepended or to choose a normal or "compact" cookie. PR: Obtained from: Fast Search & Transfer (contributed) Submitted by: P�l L�berg <pallo@initio.no> Reviewed by: Rasmus, Jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97962 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 12, 2002
-
-
Jim Jagielski authored
magic cleanups to close fds (lock files, log files and sockets) to prevent them from leaking into 3rd party modules that don't call ap_cleanup_for_exec() before forking off subprocesses. Expect some possible fine-tuning. Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97896 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 11, 2002
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97866 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97843 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97842 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 10, 2002
-
-
Bill Stoddard authored
proxy) and multiple processes are serving the same backend file at the same time. Only one of the processes will actually succeed at saving the file, the others will fail with the message "[error] (17)File exists: proxy: error linking cache file ...". Changing the message level from APLOG_ERR to APLOG_INFO will keep this message out of the logs w/o major overhaul of this code. PR: 2746 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97837 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 09, 2002
-
-
Jim Jagielski authored
of precision causing a buffer to be clobbered in the vformatter function (eg: ap_snprintf) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97822 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
default port based on the request method. This fixes a problem with URL reconstruction on a redirect. Submitted by: Pavel Novy (novy@feld.cvut.cz) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97821 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 08, 2002
-
-
Jim Jagielski authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97799 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
for a "magic" cleanup function to be run at register time rather than at cleanup time. Also added the ap_note_cleanups_for_(socket|fd|file)_ex() API functions which allows for control over whether that magic cleanup should be called or not. This does not change the default behavior of the non-"ex" function (eg: ap_register_cleanup). At present, the magic cleanup is simply code that performs a CLOSEXEC, but that can be modified (hmmm... maybe an API issue?) PR: Obtained from: Submitted by: Reviewed by: Martin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97798 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 25, 2002
-
-
Martin Kraemer authored
initial secret Submitted by: Henning Brauer <hb-apache-dev@bsws.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97643 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 20, 2002
-
-
Aaron Bannert authored
Obtained from: Philippe M. Chiasson <gozer@cpan.org>, Geoffrey Young <geoff@modperlcookbook.org> Submitted by: Aaron Bannert git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97578 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 18, 2002
-
-
Justin Erenkrantz authored
we'll change port to be a long and then do the correct range checking and downcasting. Suggested by: Roy Fielding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97564 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 17, 2002
-
-
Justin Erenkrantz authored
this case is ambiguous. ('Listen 127.0.0.1' doesn't make any sense.) (Rich came up with the problem. Cliff came up with the error text. Justin did the ap_strtol call.) Reviewed by: Cliff Woolley, Rich Bowen git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97553 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 14, 2002
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97518 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 12, 2002
-
-
Bill Stoddard authored
a few times before going into a 3 second sleep. Often we find that the subprocess will exit within milliseconds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97500 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Submitted by: Jim Jagielski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97499 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
to allow conditional setting according to the IP address on which the server received the request. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97496 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 05, 2002
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97403 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 04, 2002
-
-
Richard Bowen authored
to/instead of/ Thanks to Peter Nelson for pointing this out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97392 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 31, 2002
-
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97361 13f79535-47bb-0310-9956-ffa450edef68
-