- Feb 26, 2001
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88356 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88354 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88353 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88352 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
Submitted by: "Jeffrey W. Baker" <jwbaker@acm.org> Reviewed by: Martin Kraemer, William A. Rowe, Jim Jagielski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88351 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88350 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88349 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88348 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
I have fixed the problem described in bug report 7114 regarding the missing WWW-Authenticate header in responses to directory URL's, while using the DirectoryIndex directive. PR: 7114 Submitted by: Gertjan van Wingerde <gwingerde@home.nl> Reviewed by: William A. Rowe, Jim Jagielski, Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88347 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 24, 2001
-
-
Jim Jagielski authored
document that tmpnam() warnings on later Linuxes with recent gnu toolchain installed git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88301 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
board. See msgid: <Pine.LNX.4.33.0102231235031.11699-100000@twinlark.arctic.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88297 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 23, 2001
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88293 13f79535-47bb-0310-9956-ffa450edef68
-
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@88290 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 22, 2001
-
-
William A. Rowe Jr authored
As martin points out, no2slash took care of the loop, and testing the first char is far quicker than testing strlen() > 0. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88276 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
versions of MSIE and Netscape. PR: 7142 Submitted by: Clive Lin <clive@CirX.ORG> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88269 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 21, 2001
-
-
William A. Rowe Jr authored
Whoops ... have a new string, and forgot to remember it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88254 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
*) Fixed a potential bug in the 1.3.18 candidate that had the possibility of corrupting a module's string space if they replaced the r->hostname argument provided by the Apache core prior to http_vhost unescaping the hostname string. [Greg Stein, William Rowe] *) Fixed system shutdown on Windows 2000 to assure that the modules have an opportunity to clean up. Note there is a _very_ limited amount of time in which to execute all cleanups [see MSKB Q146092] so all of the modules may still not be given an opportunity to complete their cleanups if they require more than 20 seconds total. [William Rowe] *) Tidied up os/win32/service.c adding several info level debugging messages that helped resolve the second bullet point, and eliminated the service_cd() function since we 'do the right thing' in main() and now get our serverroot from the module's path instead of the current directory on Win32. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88253 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 19, 2001
-
-
David Reid authored
up the defines we need. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88243 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88236 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88234 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 18, 2001
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88231 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 17, 2001
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88218 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
now. I've got a good feeling at this point for Jim's proposed release date for 1.3.18 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88217 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88216 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88215 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88212 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
The assumption is that these come from a misconfiguration, and don't hurt the running server (because the vhost resolution works in the opposite direction, from server to vhost). It only hurts in the "-S" command, and that can be avoided by printing a WARNING about the misconfiguration. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88211 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88210 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
patch for the ap_unparse_uri_components() routine, and can be safely applied independently. Submitted by: "Jeffrey W. Baker" <jwbaker@acm.org> Reviewed by: Jim Jagielski, Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88209 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88208 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
easiest. (having just gone through all the parsing code again i'm thinking it would have been nice to have all the parsing and validity checks in one place.) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88206 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Very obscure bug; once installed or configured with -w argument, any error stopping and uninstalling the Apache/Win32 service always prompts the user to press escape, even if the stop or uninstall command didn't specify the -w argument. This is the fix. Reported by: Ryan Gilfillan <rgilfill@covalent.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88205 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 16, 2001
-
-
Jim Jagielski authored
#1 since I don't like the idea of 'assuming' http. #3 is a bit much for 1.3.18, but should be looked at after we release git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88201 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A quick fix from Brad Nicholes <bnicholes@novell.com> for mod_userdir to recognize the user's home directory, since Netware doesn't implement the get home directory mechanics. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88198 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88196 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
About Apache, or about time :? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88194 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
-Wmissing-declarations': http_protocol.c: In function `ap_set_byterange': http_protocol.c:274: warning: `one_start' might be used uninitialized in this function http_protocol.c:274: warning: `one_end' might be used uninitialized in this function clearly, this isn't the case... PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88193 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
for possible inclusion in 1.3.18. At present, I think we should investigate it, with the knowledge that including it will most likely push out the release. It's a big change. But I'm not ready to -1 it for 1.3.18 at present. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88192 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Compaq NonStopUX. Allow to build on that platform. PR: Obtained from: Submitted by: Tom Bates <tom.bates@compaq.com> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88191 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88190 13f79535-47bb-0310-9956-ffa450edef68
-