cvs commit: apache-1.3/src/main http_main.c

1998-01-28 Thread dgaudet
dgaudet 98/01/28 02:00:34 Modified:src CHANGES src/main http_main.c Log: SIGURG doesn't exist everywhere. Submitted by: Mark Andrew Heinrich <[EMAIL PROTECTED]> Reviewed by: Dean Gaudet Revision ChangesPath 1.603 +3 -0 apache-1.3/src/C

cvs commit: apache-1.3/src/main http_main.c

1998-01-30 Thread martin
martin 98/01/30 01:59:24 Modified:src/main http_main.c Log: Add MODULE_MAGIC_NUMBER to the output generated by -V Revision ChangesPath 1.278 +1 -0 apache-1.3/src/main/http_main.c Index: http_main.c =

cvs commit: apache-1.3/src/main http_main.c

1998-01-31 Thread pcs
pcs 98/01/31 06:54:22 Modified:src/main http_main.c Log: The Win32 debug macros now default to logging to the error log, at debug level, rather than to the console. Revision ChangesPath 1.279 +5 -2 apache-1.3/src/main/http_main.c Index: http_main.c =

cvs commit: apache-1.3/src/main http_main.c

1998-01-31 Thread dgaudet
dgaudet 98/01/31 13:44:59 Modified:src/main http_main.c Log: eliminate warning Revision ChangesPath 1.280 +1 -1 apache-1.3/src/main/http_main.c Index: http_main.c === RCS file: /export/home/

cvs commit: apache-1.3/src/main http_main.c

1998-02-06 Thread pcs
pcs 98/02/06 09:59:32 Modified:src/main http_main.c Log: Add a dummy function containing a reference to a function defined in util_script.c to ensure that that file is linked into httpd. Without this, a httpd built with only http_core and mod_so modules would be missing all

cvs commit: apache-1.3/src/main http_main.c

1998-02-07 Thread dgaudet
dgaudet 98/02/07 02:27:53 Modified:src/main http_main.c Log: Eliminate compiler warnings that would surely cause us a half-dozen bug reports from concerned citizens everywhere. Revision ChangesPath 1.283 +3 -2 apache-1.3/src/main/http_main.c Index: http_ma

cvs commit: apache-1.3/src/main http_main.c

1998-02-14 Thread dgaudet
dgaudet 98/02/14 02:43:22 Modified:src/include ap.h src/main http_main.c Log: move ap_killpg to ap.h Revision ChangesPath 1.7 +13 -0 apache-1.3/src/include/ap.h Index: ap.h ===

cvs commit: apache-1.3/src/main http_main.c

1998-02-14 Thread dgaudet
dgaudet 98/02/14 02:54:43 Modified:src CHANGES src/main http_main.c Log: The addition of child_init_modules() and child_exit_modules() has made child initialization a critical section. We can't service a USR1, TERM, or HUP request during this period because a

cvs commit: apache-1.3/src/main http_main.c

1998-02-14 Thread dgaudet
dgaudet 98/02/14 04:17:30 Modified:src CHANGES src/main http_main.c Log: Deal gracefully with unexpected accept() and select() errors in the child_main() loop. This was built based on data from a bunch of PRs, and data from the new-httpd archives, nh.9603 and

cvs commit: apache-1.3/src/main http_main.c

1998-02-14 Thread dgaudet
dgaudet 98/02/14 04:40:31 Modified:src CHANGES src/main http_main.c Log: note a few more PRs Revision ChangesPath 1.632 +2 -2 apache-1.3/src/CHANGES Index: CHANGES === RC

cvs commit: apache-1.3/src/main http_main.c

1998-02-17 Thread dgaudet
dgaudet 98/02/17 03:28:29 Modified:src/main http_main.c Log: Oh foo. I put unblock_alarms() after the setjmp(), so when a timeout occured the child would go to alarms_blocked = -1, and would have alarms blocked forever. Revision ChangesPath 1.291 +3 -3 apach

cvs commit: apache-1.3/src/main http_main.c

1998-02-18 Thread dougm
dougm 98/02/18 14:41:54 Modified:.STATUS src CHANGES src/main http_main.c Log: fix aix processor affinity Submitted by: Doug MacEachern Reviewed by: Dean, Jim, Martin Revision ChangesPath 1.158 +0 -4 apache-1.3/ST

cvs commit: apache-1.3/src/main http_main.c

1998-02-21 Thread dgaudet
dgaudet 98/02/20 17:38:35 Modified:src CHANGES src/main http_main.c Log: Use SA_RESETHAND or SA_ONESHOT when installing the coredump handlers. In particular the handlers could trigger themselves into an infinite loop if RLimitMem was used with a small amount o

cvs commit: apache-1.3/src/main http_main.c

1998-02-22 Thread martin
martin 98/02/22 12:52:35 Modified:src CHANGES src/main http_main.c Log: Apache will, when started with the -X (single process) debugging flag, honor the SIGINT or SIGQUIT signals again now. This capability got lost a while ago during OS/2 signal handling chan

cvs commit: apache-1.3/src/main http_main.c

1998-03-08 Thread dgaudet
dgaudet 98/03/07 20:25:59 Modified:src CHANGES PORTING src/include conf.h src/main http_main.c Log: http_main is way too big. Bleh. Some clean up on scoreboard stuff. Revision ChangesPath 1.693 +4 -0 apache-1.3/src/CHANGES

cvs commit: apache-1.3/src/main http_main.c

1998-03-13 Thread jim
jim 98/03/13 15:44:46 Modified:src Configure src/include conf.h src/main http_main.c Log: Change AUX -> AUX3 to avoid conflict with 'cc' Revision ChangesPath 1.207 +1 -1 apache-1.3/src/Configure Index: Configure =

cvs commit: apache-1.3/src/main http_main.c

1998-03-17 Thread marc
marc98/03/17 15:24:16 Modified:src/main http_main.c Log: Fix warning on Solaris. Using a long format should be safer for everything. I think. Revision ChangesPath 1.308 +1 -1 apache-1.3/src/main/http_main.c Index: http_main.c ==

cvs commit: apache-1.3/src/main http_main.c

1998-03-21 Thread marc
marc98/03/20 18:06:06 Modified:src/main http_main.c Log: Cast getpid() return to unsigned long to stop compilers from whining. Possibly bogus, but without a smarter configuration script we have no other option. Revision ChangesPath 1.309 +2 -1 apache-1.3/

cvs commit: apache-1.3/src/main http_main.c

1998-03-26 Thread dgaudet
dgaudet 98/03/26 11:03:04 Modified:src CHANGES src/main http_main.c Log: After a SIGHUP the listening sockets in the parent weren't properly marked for closure on fork(). PR: 2000 Submitted by: Jürgen Keil <[EMAIL PROTECTED]> Revision Chan

cvs commit: apache-1.3/src/main http_main.c

1998-03-27 Thread dgaudet
dgaudet 98/03/27 00:51:46 Modified:src/main http_main.c Log: Verbose error messages are so much more useful to our users... and to us as well because they can avert "bug" reports. Fix a few more... there's dozens more that could do with improvements. Revision ChangesPa

cvs commit: apache-1.3/src/main http_main.c

1998-03-27 Thread dgaudet
dgaudet 98/03/27 12:18:52 Modified:src CHANGES src/main http_main.c Log: SIGXCPU and SIGXFSZ are now reset to SIG_DFL at boot-time. This is necessary on at least Solaris where the /etc/rc?.d scripts are run with these signals ignored, and "SIG_IGN" settings a

cvs commit: apache-1.3/src/main http_main.c

1998-04-06 Thread rse
rse 98/04/06 00:43:33 Modified:src/include http_conf_globals.h src/main http_main.c Log: One more symbol which is part of the API and already used in modules. Revision ChangesPath 1.26 +1 -1 apache-1.3/src/include/http_conf_globals.h Inde

cvs commit: apache-1.3/src/main http_main.c

1998-04-27 Thread rse
rse 98/04/27 01:17:30 Modified:.STATUS src CHANGES Configuration.tmpl Configure src/main http_main.c Log: Fix SOCKS4 support (missing SOCKSinit, non-portable grep in Configure and wrong if-statement for Solaris) and add additional SOCK

cvs commit: apache-1.3/src/main http_main.c

1998-04-28 Thread brian
brian 98/04/27 22:59:55 Modified:src CHANGES src/main http_main.c Log: Submitted by: Roy Fielding Reviewed by: Brian Behlendorf Fix two select bugs in http_main. Revision ChangesPath 1.801 +3 -0 apache-1.3/src/CHANGES Index: CHA

cvs commit: apache-1.3/src/main http_main.c

1998-05-06 Thread martin
martin 98/05/06 14:00:39 Modified:src/main http_main.c Log: For system requiring the apache "union semun" definition (i.e., the NEED_UNION_SEMUN #define): On 64 bit Unixes (where sizeof(void*) == 8) the "val" field should be a long, not an int. Otherwise the kernel would acces

cvs commit: apache-1.3/src/main http_main.c

1998-05-08 Thread coar
coar98/05/07 20:17:03 Modified:.STATUS src/main http_main.c Log: Fix a broken cleanup registration that was breaking CGI handling. Revision ChangesPath 1.383 +0 -5 apache-1.3/STATUS Index: STATUS ===

cvs commit: apache-1.3/src/main http_main.c

1998-05-08 Thread coar
coar98/05/08 04:35:43 Modified:src/main http_main.c Log: Reposition the OS/2 display of the server version information so it has something to display. Submitted by: Brian Havard <[EMAIL PROTECTED]> Reviewed by: Ken Coar Revision ChangesPath 1.334

cvs commit: apache-1.3/src/main http_main.c

1998-05-08 Thread coar
coar98/05/08 05:09:48 Modified:.STATUS htdocs/manual new_features_1_3.html htdocs/manual/mod core.html src/main http_main.c Log: Change the default setting of AddVersionPlatform to 'on'. Jim, Brian Havard, and Ma

cvs commit: apache-1.3/src/main http_main.c

1998-05-08 Thread martin
martin 98/05/08 08:57:29 Modified:src/main http_main.c Log: Fix signature of routine reset_version() to comply with prototype Revision ChangesPath 1.336 +1 -1 apache-1.3/src/main/http_main.c Index: http_main.c =

cvs commit: apache-1.3/src/main http_main.c

1998-05-08 Thread jim
jim 98/05/08 15:06:10 Modified:src/main http_main.c Log: Keep SERVER_SUBVERSION available Revision ChangesPath 1.337 +3 -7 apache-1.3/src/main/http_main.c Index: http_main.c === RCS file

cvs commit: apache-1.3/src/main http_main.c

1998-05-08 Thread brian
brian 98/05/08 16:08:53 Modified:src/main http_main.c Log: Uh, this is still needed to prevent compilation problems... Revision ChangesPath 1.338 +2 -0 apache-1.3/src/main/http_main.c Index: http_main.c ===

cvs commit: apache-1.3/src/main http_main.c

1998-05-08 Thread coar
coar98/05/08 16:58:37 Modified:src/main http_main.c Log: - Fix type of cleanup routines being registered (Ben Hyde spotted) - Make sure that the "(platform)" comment (if enabled) appears at a known location in the server version (right after the base

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread jim
jim 98/05/08 18:21:48 Modified:src/main http_main.c Log: Fix the order of how the server_version string is built... All extra components are tacked to the _end_ of the string. The front of the server_version string is always SERVER_BASEVERSION. So if we have "Apache/

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread dgaudet
dgaudet 98/05/08 20:25:44 Modified:src CHANGES PORTING src/include conf.h src/main http_main.c Log: The parent does the child signal reporting now. Adds SYS_SIGLIST. Revision ChangesPath 1.837 +5 -0 apache-1.3/src/CHANGES

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread coar
coar98/05/08 21:36:40 Modified:src/main http_main.c Log: Untangle the last patch.. ap_add_version_component() needs to *prepend* the strings it's fed, not append them. This is because the last thing that calls it before the string is locked is ap_s

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread pcs
pcs 98/05/09 06:23:58 Modified:src/main http_main.c Log: Win32 does not have kill(). Use raise() instead. Revision ChangesPath 1.344 +4 -0 apache-1.3/src/main/http_main.c Index: http_main.c ==

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread pcs
pcs 98/05/09 08:26:31 Modified:src/main http_main.c Log: Start cleaning up the Win32 code. This cleans up the code which spawns child processes. The changes are -- remove an unbounded sprintf() -- always check for errors at all stages, and log an error message -- if

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread ben
ben 98/05/09 08:54:40 Modified:src/main http_main.c Log: Report server version correctly on Win32. Revision ChangesPath 1.347 +10 -8 apache-1.3/src/main/http_main.c Index: http_main.c ===

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread ben
ben 98/05/09 08:56:27 Modified:src/main http_main.c Log: Fix a warning. Revision ChangesPath 1.348 +1 -1 apache-1.3/src/main/http_main.c Index: http_main.c === RCS file: /export/home/cvs

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread pcs
pcs 98/05/09 11:49:35 Modified:src/main http_main.c Log: The PID file on Win32 contained the PID of the most recently created child process, not the parent. Revision ChangesPath 1.349 +3 -1 apache-1.3/src/main/http_main.c Index: http_main.c =

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread martin
martin 98/05/09 16:48:04 Modified:src/main http_main.c Log: Define a "apache private" signal names list if the OS does not have one. Note: Currently, this list is initialized at run-time. Additionally, check valid range of siglist array in sig_coredump() routine. Reviewed b

cvs commit: apache-1.3/src/main http_main.c

1998-05-13 Thread martin
martin 98/05/13 08:20:04 Modified:src/main http_main.c Log: Propagated child errors don't set errno Revision ChangesPath 1.352 +1 -1 apache-1.3/src/main/http_main.c Index: http_main.c === R

cvs commit: apache-1.3/src/main http_main.c

1998-05-14 Thread martin
martin 98/05/14 14:58:27 Modified:src/main http_main.c Log: Hide the password (for ftp://user:[EMAIL PROTECTED]/ requests) from the request list displayed by mod_status. This is analogous to the hiding in mod_log_config. Revision ChangesPath 1.353 +11 -2 apac

cvs commit: apache-1.3/src/main http_main.c

1998-05-21 Thread brian
brian 98/05/20 21:07:23 Modified:src CHANGES htdocs/manual/mod core.html src/main http_main.c Log: PR: 2099 Don't commit suicide. Revision ChangesPath 1.857 +2 -0 apache-1.3/src/CHANGES Index: CHANGES =

cvs commit: apache-1.3/src/main http_main.c

1998-05-29 Thread brian
brian 98/05/28 17:16:03 Modified:src CHANGES src/include conf.h httpd.h src/main http_main.c Log: various OS/2 cleanups. Revision ChangesPath 1.873 +2 -0 apache-1.3/src/CHANGES Index: CHANGES ===

cvs commit: apache-1.3/src/main http_main.c

1998-06-06 Thread dgaudet
dgaudet 98/06/06 13:48:55 Modified:src CHANGES Configure src/main http_main.c Log: define WORKAROUND_SOLARIS_BUG for NCR systems as well. PR: 1973 Submitted by: Klaus Weber <[EMAIL PROTECTED]> Revision ChangesPath 1.892 +4 -0

cvs commit: apache-1.3/src/main http_main.c

1998-06-07 Thread ben
ben 98/06/07 06:16:43 Modified:src CHANGES src/main http_main.c Log: Make SCO 5 compile again. Revision ChangesPath 1.893 +2 -0 apache-1.3/src/CHANGES Index: CHANGES ==

cvs commit: apache-1.3/src/main http_main.c

1998-06-08 Thread dgaudet
dgaudet 98/06/08 13:32:18 Modified:src/main http_main.c Log: another tiny bit of fallout from the int -> ap_wait_t change. Submitted by: Dave Dykstra <[EMAIL PROTECTED]> Revision ChangesPath 1.362 +1 -1 apache-1.3/src/main/http_main.c Index: http_main.c

cvs commit: apache-1.3/src/main http_main.c

1998-06-10 Thread rse
rse 98/06/10 04:23:13 Modified:src CHANGES src/main http_main.c Log: Correct initialization of variable `allowed_globals' in http_main.c Submitted by: Justin Bradford <[EMAIL PROTECTED]> Reviewed by: Ralf S. Engelschall PR: 2400 Revision Changes

cvs commit: apache-1.3/src/main http_main.c

1998-06-25 Thread dgaudet
dgaudet 98/06/25 12:51:56 Modified:src CHANGES src/main http_main.c Log: remove broken MAP_FILE test Submitted by: Wilfredo Sanchez <[EMAIL PROTECTED]> Revision ChangesPath 1.932 +3 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/main http_main.c

1998-06-25 Thread jim
jim 98/06/25 14:06:05 Modified:src CHANGES src/main http_main.c Log: Add SIGILL to our dumpable signals Revision ChangesPath 1.933 +2 -0 apache-1.3/src/CHANGES Index: CHANGES =

cvs commit: apache-1.3/src/main http_main.c

1998-06-26 Thread ben
ben 98/06/26 14:15:20 Modified:src/main http_main.c Log: Make Windoze exit cleanly Submitted by: Pierpaolo Fumagalli <[EMAIL PROTECTED]> Revision ChangesPath 1.368 +3 -2 apache-1.3/src/main/http_main.c Index: http_main.c =

cvs commit: apache-1.3/src/main http_main.c

1998-06-29 Thread rse
rse 98/06/29 04:41:50 Modified:src CHANGES src/main http_main.c Log: Move the initial suEXEC-related startup message from plain fprintf()/stderr to a delayed ap_log_error()-based one to avoid problems when Apache is started from inetd (instead of standalon

cvs commit: apache-1.3/src/main http_main.c

1998-07-14 Thread martin
martin 98/07/14 02:49:11 Modified:src/main http_main.c Log: Add missing Usage() line for new -D switch Revision ChangesPath 1.373 +1 -0 apache-1.3/src/main/http_main.c Index: http_main.c ===

cvs commit: apache-1.3/src/main http_main.c

1998-07-14 Thread martin
martin 98/07/14 02:57:58 Modified:src/main http_main.c Log: Adjust SHARED_CORE main() code to accept the same options as the "real" main. Especially -D and -t were rejected. Reviewed by: Ralf Engelschall Revision ChangesPath 1.374 +4 -1 apache-1.3/src/ma

cvs commit: apache-1.3/src/main http_main.c

1998-07-20 Thread dgaudet
dgaudet 98/07/20 09:37:15 Modified:src CHANGES src/include ap_config.h src/main http_main.c Log: serialized accepts for OS/2 Submitted by: Brian Havard Revision ChangesPath 1.972 +2 -0 apache-1.3/src/CHANGES Index: CHA

cvs commit: apache-1.3/src/main http_main.c

1998-08-03 Thread Ralf S. Engelschall
rse 98/08/03 00:34:04 Modified:src CHANGES src/main http_main.c Log: Fix suEXEC start message: Has to be of `notice' level to really get printed together with the standard startup message because the `notice' level is handled special inside ap_log_error()

cvs commit: apache-1.3/src/main http_main.c

1998-08-07 Thread dgaudet
dgaudet 98/08/07 08:35:54 Modified:src CHANGES src/main http_main.c Log: fix os/2 mutex problem Submitted by: Brian Havard Revision ChangesPath 1.1010+2 -0 apache-1.3/src/CHANGES Index: CHANGES =

cvs commit: apache-1.3/src/main http_main.c

1998-08-11 Thread jim
jim 98/08/11 10:40:48 Modified:src/main http_main.c Log: Minor formatting change Revision ChangesPath 1.382 +1 -1 apache-1.3/src/main/http_main.c Index: http_main.c === RCS file: /export

cvs commit: apache-1.3/src/main http_main.c

1998-08-11 Thread jim
jim 98/08/11 11:08:29 Modified:src CHANGES src/main http_main.c Log: Per Brian's request, when processes are in BUSY_READ mode, mod_status no longer shows the old, previous request info Revision ChangesPath 1.1019+4 -0 apache-1.3/src/C

cvs commit: apache-1.3/src/main http_main.c

1998-08-12 Thread martin
martin 98/08/12 03:33:40 Modified:src/main http_main.c Log: Extend the output of the -V switch to include the paths of all compiled-in configuration files, if they were overridden at compile time, for least astonishment of the user. Revision ChangesPath 1.385 +38

cvs commit: apache-1.3/src/main http_main.c

1998-09-10 Thread stoddard
stoddard98/09/10 10:38:02 Modified:src/main http_main.c Log: Remove NT 64 thread limit. Submitted by: Ken Parzygnat, Bill Stoddard Reviewed by: Bill Stoddard Revision ChangesPath 1.389 +43 -3 apache-1.3/src/main/http_main.c Index: http_main.c =

cvs commit: apache-1.3/src/main http_main.c

1998-09-15 Thread fielding
fielding98/09/14 18:19:35 Modified:src/main http_main.c Log: Fix gcc warning on Solaris --> pid_t and %d don't match. Revision ChangesPath 1.391 +4 -3 apache-1.3/src/main/http_main.c Index: http_main.c ==

cvs commit: apache-1.3/src/main http_main.c

1998-09-17 Thread rse
rse 98/09/17 07:43:27 Modified:src CHANGES Configure Makefile.tmpl .Makefile.tmpl src/main http_main.c Log: Fix SHARED_CORE feature for HPUX platform: We now use extension `.sl' instead of `.so' and `SHLIB_PATH' instead of `LD_LIBRARY_

cvs commit: apache-1.3/src/main http_main.c

1998-09-17 Thread rse
rse 98/09/17 09:24:45 Modified:src/main http_main.c Log: Make GCC happy under SHARED_CORE, too. Revision ChangesPath 1.394 +1 -0 apache-1.3/src/main/http_main.c Index: http_main.c === RC

cvs commit: apache-1.3/src/main http_main.c

1998-09-18 Thread rse
rse 98/09/17 23:43:29 Modified:src/main http_main.c Log: Remove nasty GCC messages about `nexted external declarations' under --enable-rule=SHARED_CORE situation. Revision ChangesPath 1.395 +5 -3 apache-1.3/src/main/http_main.c Index: http_main.c ===

cvs commit: apache-1.3/src/main http_main.c

1998-09-20 Thread rse
rse 98/09/20 03:53:54 Modified:src/main http_main.c Log: Use consistenly ANSI C "(void)" instead of "()" inside http_main.c and not a mixture of it. This also removes some gcc -Wstrict-prototype warnings. Revision ChangesPath 1.396 +15 -15apache-1.3/src/ma

cvs commit: apache-1.3/src/main http_main.c

1998-09-21 Thread pcs
pcs 98/09/21 03:16:12 Modified:src/main http_main.c Log: Remove PID file on windows as well as Unix Revision ChangesPath 1.397 +11 -0 apache-1.3/src/main/http_main.c Index: http_main.c ===

cvs commit: apache-1.3/src/main http_main.c

1998-10-06 Thread pcs
pcs 98/10/06 08:36:04 Modified:src/main http_main.c Log: Avoid warning about PID file being overwritten on each start of Apache. This had two causes: first, if "-i", "-u" or "-S" was given (none of which start a daemon) the PID file was being updated with the new PID. Secondl

cvs commit: apache-1.3/src/main http_main.c

1998-10-06 Thread pcs
pcs 98/10/06 08:41:46 Modified:src/main http_main.c Log: WIN32: Add new options to let Apache signal itself to shutdown or restart. The option is -k, used like this: -k shutdown -k restart This lets people signal Apache on Win95 systems (where previously Apache

cvs commit: apache-1.3/src/main http_main.c

1998-10-12 Thread dgaudet
dgaudet 98/10/12 10:15:26 Modified:src/main http_main.c Log: correct inconsistency in error message format Revision ChangesPath 1.400 +2 -2 apache-1.3/src/main/http_main.c Index: http_main.c =

cvs commit: apache-1.3/src/main http_main.c

1998-10-19 Thread marc
marc98/10/19 00:10:17 Modified:src/main http_main.c Log: Be more explicit in OS2/Win32 console box message; ie. print "Apache/x.x.x running..." instead of just "Apache/x.x.x". Revision ChangesPath 1.401 +2 -2 apache-1.3/src/main/http_main.c Index: http

cvs commit: apache-1.3/src/main http_main.c

1998-10-26 Thread coar
coar98/10/26 13:27:42 Modified:src/main http_main.c Log: Parents and children were dealing with the event handles in a suboptimally-synchronised way. PR: 3255 Submitted by: Ken Parzygnat <[EMAIL PROTECTED]> Reviewed by: Ken Coar Revision Ch

cvs commit: apache-1.3/src/main http_main.c

1998-12-10 Thread jim
jim 98/12/10 07:14:10 Modified:src/main http_main.c Log: Add 'reset slot vhost' logic to the ap_update_child_status function and avoid the race as well. Revision ChangesPath 1.409 +11 -9 apache-1.3/src/main/http_main.c Index: http_main.c =

cvs commit: apache-1.3/src/main http_main.c

1998-12-10 Thread jim
jim 98/12/10 12:51:57 Modified:src/main http_main.c Log: Thanks to Dean for making me take a 2nd look Revision ChangesPath 1.410 +11 -10apache-1.3/src/main/http_main.c Index: http_main.c ==

cvs commit: apache-1.3/src/main http_main.c

1998-12-11 Thread jim
jim 98/12/11 07:33:41 Modified:src/main http_main.c Log: This fixes the problem I was seeing on various platforms with non-Graceful restarts. It also explains why Graceful restarts worked OK. It looks like something similar might be needed for the Win32 sections of the code w

cvs commit: apache-1.3/src/main http_main.c

1998-12-23 Thread martin
martin 98/12/22 16:14:11 Modified:src/main http_main.c Log: Fix the SHARED_CORE_BOOTSTRAP main routine. It would not compile after recent changes because the undefined variable ap_server_argv0 was referenced. Revision ChangesPath 1.413 +1 -1 apache-1.3/src/m

cvs commit: apache-1.3/src/main http_main.c

1998-12-24 Thread jim
jim 98/12/24 05:39:49 Modified:src/include scoreboard.h src/main http_main.c Log: Good catch by Ben Hyde. Revision ChangesPath 1.45 +1 -1 apache-1.3/src/include/scoreboard.h Index: scoreboard.h ==

cvs commit: apache-1.3/src/main http_main.c

1998-12-31 Thread jim
jim 98/12/31 07:54:20 Modified:.STATUS src CHANGES src/main http_main.c Log: The "Module Apache Module" Server token problem with DSO fixed Revision ChangesPath 1.580 +3 -4 apache-1.3/STATUS Index: STATUS ==

cvs commit: apache-1.3/src/main http_main.c

1999-01-03 Thread fielding
fielding99/01/03 05:09:49 Modified:src CHANGES src/main http_main.c Log: In order to prevent some errant library code from setting an alarm on one request and having it affect some later connection, force the alarm to be cleared before each connection even if

cvs commit: apache-1.3/src/main http_main.c

1999-01-03 Thread dgaudet
dgaudet 99/01/03 08:45:27 Modified:src CHANGES src/main http_main.c Log: Back out roy's previous change -- this sort of thing should be handled by a cleanup if a module really needs it. Unless someone can demonstrate that there is broken libc code somewhere t

cvs commit: apache-1.3/src/main http_main.c

1999-01-08 Thread martin
martin 99/01/08 00:48:47 Modified:.STATUS src CHANGES src/main http_main.c Log: The query switch "httpd -S" didn't exit after showing the vhost settings. That was inconsistent with the other query functions. Now it exits after printing.

cvs commit: apache-1.3/src/main http_main.c

1999-02-05 Thread pcs
pcs 99/02/05 01:12:45 Modified:src/main http_main.c Log: The patch below prevents ap_open_logs() from being called if we have either a -i or -u command line option. So the user can see the error messages (if any) from -i or -u. It also prevents the printing of the "Apache r

cvs commit: apache-1.3/src/main http_main.c

1999-02-09 Thread stoddard
stoddard99/02/09 05:18:20 Modified:src/main http_main.c Log: OS/2 fix to supress bogus errno based messages and supply OS/2 error code. Submitted by: Brian Havard Revision ChangesPath 1.422 +6 -6 apache-1.3/src/main/http_main.c Index: http_main.c =

cvs commit: apache-1.3/src/main http_main.c

1999-02-22 Thread coar
coar99/02/22 08:50:27 Modified:src/main http_main.c Log: Fix a typo. Submitted by: Shane Owenby <[EMAIL PROTECTED]> Reviewed by: Ken Coar Revision ChangesPath 1.424 +1 -1 apache-1.3/src/main/http_main.c Index: http_main.c

cvs commit: apache-1.3/src/main http_main.c

1999-03-10 Thread rse
rse 99/03/10 03:06:12 Modified:src CHANGES Makefile.tmpl src/main http_main.c Log: Link the shared core bootstrap program (``SHARED_CORE'') also against libap.a and use it's ap_snprintf() instead of sprintf() to avoid possible buffer overflows. Hint g

cvs commit: apache-1.3/src/main http_main.c

1999-03-17 Thread manoj
manoj 99/03/17 15:05:47 Modified:src/main http_main.c Log: Small bugfix. A child process used to exit after MaxRequestsPerChild - 1 requests. This patch puts the increment of requests_this_child after the ap_max_requests_per_child check so the server will process that one las

cvs commit: apache-1.3/src/main http_main.c

1999-04-21 Thread rse
rse 99/04/21 11:08:07 Modified:src/main http_main.c Log: Fix a recently introduced warning: | :> make | gcc -c -I../os/unix -I../include -funsigned-char -DTARGET=\"apache\" -pipe | -O -pedantic -Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes | -Wm

cvs commit: apache-1.3/src/main http_main.c

1999-05-05 Thread coar
coar99/05/05 13:43:02 Modified:src CHANGES src/main http_main.c Log: Fix the grouplist problem caused by setgid() on some systems. PR: 2579 Submitted by: Rob Saccoccio <[EMAIL PROTECTED]> Reviewed by: Ken Coar Revision Changes

cvs commit: apache-1.3/src/main http_main.c

1999-05-07 Thread dgaudet
dgaudet 99/05/06 17:38:13 Modified:src CHANGES src/main http_main.c Log: loop around on EINTR from semop() Revision ChangesPath 1.1352+3 -0 apache-1.3/src/CHANGES Index: CHANGES ==

cvs commit: apache-1.3/src/main http_main.c

1999-05-21 Thread stoddard
stoddard99/05/21 09:49:09 Modified:src/main http_main.c Log: Win32 cleanup: 1. Eliminate unnecessary (I hope :-) call to wait_for_multiple_objects 2. Clean up parent process code that handles shutdown and restart signals 3. Honor shutdown and restart events immediately, even it

cvs commit: apache-1.3/src/main http_main.c http_protocol.c

1998-02-07 Thread brian
brian 98/02/06 18:29:20 Modified:src/main http_main.c http_protocol.c Log: Consensus on this list seemed to be that the "send lost connection" messages, while not a "debug"-level message, was also not a "warning" message, as frequently there's not much that a server administrat

cvs commit: apache-1.3/src/main http_main.c http_request.c

1998-02-08 Thread ben
ben 98/02/08 10:16:05 Modified:src CHANGES src/main http_main.c http_request.c Log: Make sure we use the canonical filename where we need to. Revision ChangesPath 1.621 +3 -0 apache-1.3/src/CHANGES Index: CHANGES ===

cvs commit: apache-1.3/src/main http_main.c http_protocol.c

1998-02-09 Thread fielding
fielding98/02/08 16:45:59 Modified:src/main http_main.c http_protocol.c Log: Reverse last change. Vetoed because they are warnings and because APLOG_NOTICE is always logged regardless of log level. Revision ChangesPath 1.285 +1 -1 apache-1.3/src/main/http_main

cvs commit: apache-1.3/src/main http_main.c http_protocol.c

1998-02-09 Thread fielding
fielding98/02/08 17:09:42 Modified:src CHANGES src/main http_main.c http_protocol.c Log: Improve the error_log message for "lost connection" so that clueless wankers won't automatically think the server is at fault. Revision ChangesPath 1.624 +3

cvs commit: apache-1.3/src/main http_main.c util.c

1998-03-14 Thread dgaudet
dgaudet 98/03/13 18:43:48 Modified:src CHANGES src/main http_main.c util.c Log: Another 1.5% -- this is the basics of the istable patch I posted a few times, but without the compile-time generated table. I still plan to do the compile-time generated table. I

cvs commit: apache-1.3/src/main http_main.c http_protocol.c

1998-03-25 Thread pcs
pcs 98/03/25 02:07:57 Modified:src/main http_main.c http_protocol.c Log: On Win32 it is not valid to check whether the socket descriptor is less than FD_SETSIZE. Also, in http_main.c check that listenmaxfd is not -1 (which would indicate that no sockets are available, an

cvs commit: apache-1.3/src/main http_main.c http_protocol.c

1998-04-05 Thread fielding
fielding98/04/05 16:16:11 Modified:src CHANGES src/main http_main.c http_protocol.c Log: Reduce logging level of "normal" warning messages to APLOG_INFO, since we are now logging APLOG_WARNING by default. Revision ChangesPath 1.757 +3 -0 apa

cvs commit: apache-1.3/src/main http_main.c alloc.c

1998-04-06 Thread rse
rse 98/04/05 23:43:17 Modified:src/include http_main.h alloc.h src/main http_main.c alloc.c Log: Correct definitions of pstrcat() and check_alarm() to get a correct global symbol renaming configuration. Revision ChangesPath 1.27 +1 -1 apache

cvs commit: apache-1.3/src/main http_main.c http_core.c

1998-05-04 Thread martin
martin 98/05/04 09:46:43 Modified:htdocs/manual/mod directives.html core.html src/main http_main.c http_core.c Log: BS2000 Security: BS2000 needs extra authentication Revision ChangesPath 1.44 +1 -0 apache-1.3/htdocs/manual/mod/directives.html

  1   2   >