- Feb 27, 2001
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88368 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
One more notable exception to escape. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88366 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add the Win32 service 'description', of our running server_version. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88365 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
module symbols before it shuts down. void ap_os_dso_unsym(void *handle, const char *symname) This is necessary so that Apache on NetWare can shutdown cleanly in an error condition such as a failure while reading the .CONF file. Submitted by: Brad Nicholes <BNICHOLES@novell.com> Reviewed by: William Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88364 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 26, 2001
-
-
William A. Rowe Jr authored
Clean up this mess ... stripped out all the bogus absolute paths from win32 the .mak structure. Our immunity has been that our master makefile.win doesn't recurse the .mak projects, and we simply build all .mak targets in the order we choose. Use src/helpers/fixwin32mak.pl when exporting these .mak files to keep up with it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88360 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A little bit of Win32 magic to eliminate absolute paths from .mak output of the Developer Studio - export .mak files result. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88359 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Introduce NUL device pipes for stdin and stdout for the parent Win32 service process. This solves bugs such as PR7198 that report "dup2(stdin) failed" when trying to use piped logs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88358 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88357 13f79535-47bb-0310-9956-ffa450edef68
-
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
-