- Feb 13, 2001
-
-
Martin Kraemer authored
a NULL-"server" pointer when being dereferenced by invoking "httpd -S". See Message-ID: <20010213231854.A20932@deejai2.mch.fsc.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88149 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fit the command line syntax back into one 24 line screen for Win32. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88136 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Keep window open on configtest and dumpvhostsettings. Also reverse the logic as Win32 is the 'exception' that needs to return error 1 to trigger the keep-console-open trick. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88134 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88133 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 12, 2001
-
-
William A. Rowe Jr authored
Apply Martin's patch to the win/nw default files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88114 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
and mod_dir/mod_autoindex displaying a directory listing instead of the index.html.* files, if a very long path was created artificially by using many slashes. Now a 403 FORBIDDEN is returned. Reviewed by: Jim Jagielski, Tony Finch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88112 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
because there were known problems with them. Submitted by: "William A. Rowe, Jr." <wrowe@rowe-clan.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88111 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
*) Changed ap_os_is_filename_valid on NetWare to accept SERVER/VOLUME:/PATH/FILE as a valid filename pattern. [Brad Nicholes <BNICHOLES@novell.com>] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88109 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Time for sleep git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88108 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
*) Win32/Netware: correct relative paths and eliminate trailing slash in the -d serverroot argument. -d Serverroot may be relative to the path of the Apache.exe file. [William Rowe] *) Win32; fix the ServerRoot as the path of the Apache.exe file. Eliminates the requirement of a 'backup' registry key to locate the server root. [William Rowe] Also eliminates the cwd path (==ap_server_root) and cleans up a ton of cruft. Cleans up any trailing slash from ap_server_root per the comment in httpd.conf-dist. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88107 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 09, 2001
-
-
Martin Kraemer authored
"fastest to slowest" (as was already partially done in proxy_http.c). Minor speed improvement. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88033 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
No other changes whatsoever applied. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88030 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 08, 2001
-
-
William A. Rowe Jr authored
Relocate .h files within the mod_proxy (didn't take well to being moved.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88026 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88020 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
*) NetWare MOD_TLS fixes to disable nagles properly when making an SSL connection, and properly detect an SSL connection based on the port and work around the r->server->port 80 bug. [Brad Nicholes <BNICHOLES@novell.com>] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88017 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 07, 2001
-
-
Martin Kraemer authored
Submitted by: "Todd T. Fries" <todd@fries.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88015 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88008 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 06, 2001
-
-
William A. Rowe Jr authored
Fix a subtle problem in the Win32 build - some versions of msvc will not backtrack to the build parent directory for /I lookups git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87999 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87985 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 03, 2001
-
-
William A. Rowe Jr authored
Fix the same relativity problem for ap_alloc.h and readdir.h when they are both copied to $(target)/include git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87967 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix a significant Win32 problem that the os/win32 path is in all the project include lists, and the relative paths fail when ap_config and os are both copied to the $(target)/include directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87966 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 02, 2001
-
-
William A. Rowe Jr authored
Well... seems solid. If there is a one-time hiccup in setup or uninstall, it would still beat waiting to download the binaries. Watching the newslist for any problems or frustration. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87953 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 01, 2001
-
-
Jim Jagielski authored
next week git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87951 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87945 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR: Obtained from: Submitted by: David McCreedy <McCreedy@us.ibm.com> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87944 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87943 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
Submitted by: Kunihiro Tanaka <tanaka@apache.or.jp> PR: 7154 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87941 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
find a fully-qualified domain name at startup. PR: 7170 Submitted by: Danek Duvall <dduvall@eng.sun.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87940 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87937 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
find_char_in_brackets(). Reported by: Carsten Gaebler <cg@schlund.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87936 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 31, 2001
-
-
William A. Rowe Jr authored
*) Fixed a problem with file extensions being truncated during the call to ap_os_canonical_filename(). [Brad Nicholes <BNICHOLES@novell.com>] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87932 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 30, 2001
-
-
William A. Rowe Jr authored
Acknowledge the netware platform (thanks Brad!) and assign the OGP to Windows. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87927 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87926 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 26, 2001
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87860 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87859 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87857 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87853 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87850 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87846 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 25, 2001
-
-
William A. Rowe Jr authored
The netware solution is far safer, IMHO, for the OS2/Win32 code path as well. There is no remaining issue here for the three platforms. It fails if the * isn't suffixed by a slash, but that is the correct form in the context of security. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87844 13f79535-47bb-0310-9956-ffa450edef68
-