- Feb 17, 2001
-
-
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
-
Martin Kraemer authored
cleans up the OpenBSD section, removes an unnecessary/unused flag which is used only when creating a shared library/module from an archive which is not being done thus it's not needed. From ld man page: -Bforcearchive Force all members of archives to be loaded, whether or not such members contribute a definition to any plain object files. Useful for making a shared library from an archive of PIC objects with- out having to unpack the archive. // Brad Submitted by: brad@openbsd.org git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88188 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 15, 2001
-
-
William A. Rowe Jr authored
Goodness for mod_dav, submitted by Brad Nichoes <bnicholes@novell.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88177 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Gotta remember someone reads these, sooner or later git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88175 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Not certain this shouldn't have already been axed, but here's the update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88174 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
*) mod_user on Win32 bug introduced in 1.3.17 is corrected. The parsing is completely rewritten so all platforms share the same file/redirect logic interpreting UserDir directives. Specifying a Win32 or Netware relative path or a relative path on any platform using an '*' now emits an error when httpd.conf is first parsed. [William Rowe] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88173 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Martin's http_core.c patch was too cool, I want some of that :-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88172 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 14, 2001
-
-
William A. Rowe Jr authored
Win32 build cleanup for cleaned out antique InstallSheild install dll. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88166 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Outch, sticky. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88165 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Sorry, cleaning up the naughty bits that should not have been committed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88164 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Clean up a lingering bogus win32 include git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88161 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Eliminate InstallSheild files that have sat unused for ages, even in the more recent InstallShield packages. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88160 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Massive commit to clean up os/win32 and label some files with the appropriate license blocks and #ifdef WIN32 wrappers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88159 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add third state to track the -w flag. This will prevent command line users and the installer from having the console held open, while the shortcuts will add the -w flag as the first option. This patch also splits the Netware and Win32 getopt arg lists. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88155 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Ensure we stop a Windows9x apache service prior to uninstalling it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88154 13f79535-47bb-0310-9956-ffa450edef68
-
- 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
-