- Aug 17, 2001
-
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90292 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Submitted by: John Barbee <barbee@veribox.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90290 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
better than spmt_os2 already (graceful restarts actually work). A summary of the process/thread structure is provided in the comments at the start of mpmt_os2.c git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90289 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
(No Error) didn't make much sense - fixes the error report for no default service installed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90288 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Since we expect many users to start experimenting with the next release, and the 'Apache' default server name definately conflicts with a stable 1.3.20 install, changed the AP_DEFAULT_SERVICE_NAME to "Apache2" (unless the user overrides in the compilation.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90287 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
httpd-2.0/docs/manual/ (Some, like the netware/tpf docs, may come back. But for now they are useless.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90286 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Don't retrieve the default service name if the -k run arg is given. -k run represents running 'in a console', and is the default if no -k option is given at all. Perhaps we want to assume -k start as the default (meaning a console user in the future would have to explicitly ask for -k run if they want to test as a console) now that services are far more stable. That can be debated as a seperate patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90285 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Ok, I didn't like the choices I made an hour or two ago. Here are (IMHO) the most appropriate log levels (feel free to debate.) OTOH, this patch fixes the problem with an apache -k start -n foo command simply exiting, when foo isn't installed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90284 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
as doing so makes a multi-process MPM crash & burn.... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90281 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
We must scream certain errors from the rooftop! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90279 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add the ImagePath entry for Win9x services [as later 1.3.x versions do]. This is required for any Apache management/monitoring app on Win9x. Submitted by: Mladen Turk [<mturk@mappingsoft.com>] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90278 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The last of the ignore goodness for tonight git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90275 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Based on the VC6 switch - and pulling the win32 make files from cvs - some more ignores are in order. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90274 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Complete .mak-file-less support for VisualStudio 6.0+. This won't work on VS5.0, those users must still copy in the make files. Also, fixes a small typo in the mod_info build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90273 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The purpose of this patch is to toggle the debugging mode (default) to Program Database (from Program Database for Modify on the fly debugging). The net effect of this patch is to clean up all of the irrelevant entries associated with either the debugging or release command line switches, and generally straighten the projects as they would be exported from VC6/SP5. The outcome of this patch is that VC5 users -should- be able to load and build the workspace without any errors (as they used to have no symbols database at all, the /ZI option doesn't work, they had to use cvtdsp.pl to toggle these to /Zi.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90269 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Given a choice between chasing my tail to keep these updated, and rolling a set when we actually roll a tarball, I'll take the later, thank you. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90268 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Whoops... a ton of extra cruft had landed in the bin/ directory! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90265 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
Submitted by: barbee@veribox.net Reviewed by: orlikowski@apache.org git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90264 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
by allowing a module to disable itself if its prerequisites are not met. This introduces the subtle nuance that if you request a module and you don't meet its prerequisites, it'll refuse to build itself. mod_ssl exits if its prerequisites are not met. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90261 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Thought this had already been axed git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90259 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90258 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Not here anymore git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90257 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Undo a very bad decision. By naming the version file .ver, I lost track of it setting aside the generated resources. This assures that file won't fall through the cracks when we generate zip files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90256 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 16, 2001
-
-
William A. Rowe Jr authored
Good to the last drop, this should be all of it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90251 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Ignore goodness git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90250 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add the red light/green light to ApacheMonitor's popup menu. [Mladen Turk <mturk@mappingsoft.com>] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90248 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Hush git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90247 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The two more Remove flavors needed testing, as well. While I'm at it, add a reasonable explanation of why we are about to copy. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90245 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
previously, we'd die on an assert() (really nasty for threaded MPM) when we hit a keepalive timeout for a browser like netscape which keeps the connection open git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90244 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Spell it right, per Mr. Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90243 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Missed a versioned win32 project in my tree git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90242 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Replacing label after pushing tag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90240 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Push back CHANGES to document the complete mod_mime segfault solution. Rounded out the mod_mime Add/Remove pairs by adding RemoveLanguage and RemoveCharset directives, and rolled in the remove_items handling. This is (effectively) my complete patch, sans pool optimizations. [William Rowe] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90239 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
static nor prototyped, char * vs. const char *, etc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90238 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Build on Greg's fix for the hash copy, and always copy the exinfo elements as well. This should sufficiently demonstrate in benchmarking why we either must optimize, or revert to tables. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90237 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix the 'never disappearing' popup menu - anchor it to our (hidden) global window, which allows TrackPopupMenu to lose focus when any other window is selected. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90236 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
thus, AP_DEBUG flavor of strstr() should declare 2nd parm as const char *, not char *; this eliminates a warning in mod_ssl-land git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90235 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A bit overboard - this registered window message only needs to be retrieved once git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90234 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Wipe out some resource leakage. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90233 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Revised patch to clean up timer and other issues Submitted by: Mladen Turk <mturk@mappingsoft.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90232 13f79535-47bb-0310-9956-ffa450edef68
-