- Dec 15, 2000
-
-
William A. Rowe Jr authored
More stale bits git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87361 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Older link git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87360 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Shorter, to the point on Win32 issues git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87358 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
More stale links git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87357 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Finding some broken .txt/readme links git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87356 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Whoops ... very old links git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87355 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Overly protective with a code block, let that return run free again... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87351 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 14, 2000
-
-
William A. Rowe Jr authored
Thanks again, Andrew Braund... a little testing and sleuthing revealed we were trying to load kernel32.dll as we unloaded, which is badness. Right there, in my face, was the 'won't stay alive on logout' bug. Squashed. So Win95/98 are working as they were in 1.3.14, only better! Happy day, time to roll once the remaining showstopper is cleaned up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87349 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87347 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87346 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
WinNT/2K service can be started from the command line with any desired args (e.g. Apache -k start -n apache-1.3 -D FOO starts the service with the -D FOO option.) This extends what Apache on Win9x already does, even running as a service. Now all methods and platforms of Apache/Win32 accept arguments in a similar manner. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87339 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 13, 2000
-
-
Tony Finch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87336 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Solve several potential stability issues with Apache on NT/2K as a service ... resolve the true argv[0], append the service name as args[n..n+1] (-n ServiceName), and run through apache_main() as our service process. Resolves Windows2K's failure to NULL terminate the argv[] list for the service process. And finally, this patch allows the user to pass the service manager startup args (e.g. -D FOO) or the operator to do so using the "Start Parameters" field of the service control panel. Also, added the -k install / -k uninstall compatibility with 2.0, as many users will be adopting and using both for the near future. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87335 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87334 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87333 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
*) mod_cgi on Win32 and Netware now does a more effective job of capturing all stderr output from user's scripts. PR6161 Submitted by: Hardy Braunsdorf <hardy.braunsdorf@metechnology.com> Reviewed by: William Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87332 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87331 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix the makefile build for win32 Submitted by: Randy Kobes <randy@theoryx5.uwinnipeg.ca> Reviewed by: William Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87327 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Where did that atol go... it was there when I tested the patch !?! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87325 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
mod_status now tests the refresh value, and will only pass values for ?refresh= that are 1 or greater. Otherwise defaults to 1 (per ?refresh). PR: 5067 Submitted by: Dirk Ahlers <there@darkride.net> Reviewed by: William Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87324 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Sorry bout that... have a newline git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87323 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fishing for undefined symbols, came across only this one. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87320 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Going ... going ... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87318 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 12, 2000
-
-
Greg Stein authored
Submitted by: Joe Orton <jorton@redhat.com> Message-ID: <Pine.LNX.4.21.0012122253520.21043-100000@ecstasy.localnet> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87317 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Some minor PLAN info and a ping to see what the status of the sole showstopper :) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87313 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Boy that snow is deep. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87295 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
To enable debugging, uncomment the line commented out below. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87294 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Here's what should work flawlessly... WinNT/2K as a service or a console app, Win9x as a console app or hidden service, the ctrl+c, ctrl+break and close button on all platforms. Now the rough part, Win9x, while the processes set themselves up as services, are dieing on logoff. My guess, the hooks are deregistered regardless on logoff, unloading the 'partner' .dll that is sitting in WinOldAp's process. Anyway, before rebooting 1,000 more times, and possibly loosing some fruits of my effort, here is the working code. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87292 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 11, 2000
-
-
Chuck Murcko authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87289 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@87286 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
So close we can taste it, this patch adds necessary delay timers for the win32 console window detection, gobs of documentation and some streamlined and more debuggable structure, pardon the reorg of the source for Win9xConHook. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87285 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Win32 Make files must die :-/ Here's the current revised guts. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87283 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Clear out the old cruft, moving function declarations to win9xconhook's own header. Update the build to reflect the changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87282 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Incorporate Win9xConHook into the Apache/Win9x build, removing several gobs of 9x code that is moved to Win9xConHook. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87280 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This prepares to eliminate all 9x Apache issues. We isolate most of the 9x issues into this module. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87279 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 08, 2000
-
-
Chuck Murcko authored
configuration file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87259 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 07, 2000
-
-
Manoj Kasichainula authored
PR: 6942 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87244 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 04, 2000
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87185 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 03, 2000
-
-
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@87166 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Fix a typo and update the date. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87158 13f79535-47bb-0310-9956-ffa450edef68
-