cvs commit: apache/src http_main.c

1997-08-10 Thread Marc Slemko
marc97/08/10 00:23:28 Modified:src http_main.c Log: Add lockfile name to error message printed out when USE_FLOCK_SERIALIZED_ACCEPT is defined. Revision ChangesPath 1.149.2.7 +1 -1 apache/src/http_main.c Index: http_main.c ==

cvs commit: apache/src http_main.c

1997-08-04 Thread Dean Gaudet
dgaudet 97/08/04 02:21:17 Modified:src http_main.c Log: The 1.3 version of the solaris hup patch that was just committed to 1.2.x. Now that we can test specific revs of solaris, don't do the workaround for >= 2.6. Revision ChangesPath 1.196 +42 -30apache

cvs commit: apache/src http_main.c

1997-08-03 Thread Roy Fielding
fielding97/08/03 22:42:47 Modified:src Tag: APACHE_1_2_X http_main.c Log: Really fix solaris -HUP problem with slack dup of sockets. Undo prior change and move ap_slack after all of the rest of the socket initialization, which apparently is needed for SO_REUSEADDR to surv

cvs commit: apache/src http_main.c

1997-08-03 Thread Marc Slemko
marc97/08/03 13:37:20 Modified:src http_main.c Log: Fix file based scoreboards; reopen_scoreboard had been moved to after the setuid(), where it didn't have permissions to open the scoreboard file. Reviewed by: Dean Gaudet Revision ChangesPath 1.195

cvs commit: apache/src http_main.c CHANGES

1997-08-01 Thread Dean Gaudet
dgaudet 97/08/01 23:49:36 Modified:src http_main.c CHANGES Log: - exponential spawning and SIGUSR1 were interacting a bit badly with each other (while 1; kill -USR1 would quickly fill the scoreboard) - reduce the need to call signal() for SIGUSR1, SIGPIPE, and SIGALRM - p

cvs commit: apache/src http_main.c

1997-07-28 Thread Dean Gaudet
dgaudet 97/07/28 23:57:21 Modified:src http_main.c Log: Defensive coding -- protect against a possible future where while just_die() is in effect something might be muddling in alloc.c's internal structure, and one of the child_exit handlers may want to muddle there too.

cvs commit: apache/src http_main.c

1997-07-28 Thread Dean Gaudet
dgaudet 97/07/28 04:02:32 Modified:src http_main.c Log: Log a failed listen... perhaps it will help with diagnosing the bizarre accept() error loops. Revision ChangesPath 1.189 +10 -3 apache/src/http_main.c Index: http_main.c ===

cvs commit: apache/src http_main.c

1997-07-28 Thread Dean Gaudet
dgaudet 97/07/28 02:59:23 Modified:src http_main.c Log: Solaris whines about the const struct sockaddr_in. Silly solaris. Revision ChangesPath 1.188 +1 -1 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src http_main.c

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 11:18:59 Modified:src Tag: APACHE_1_2_X http_main.c Log: PR#832: Fix Solaris -HUP problem introduced in 1.2.1. Reviewed by: Roy Fielding, (and it's been in 1.3 for a few weeks) Revision ChangesPath No revision No

cvs commit: apache/src http_main.c

1997-07-19 Thread Dean Gaudet
dgaudet 97/07/19 21:05:58 Modified:src http_main.c Log: Dean whistles innocently as he fixes the ordering of the arguments to kill(). Revision ChangesPath 1.182 +1 -1 apache/src/http_main.c Index: http_main.c =

cvs commit: apache/src http_main.c

1997-07-11 Thread Marc Slemko
marc97/07/11 20:49:57 Modified:src http_main.c Log: Print name of lock file we can't open. Already is printed for fcntl but flock must have been missed. Revision ChangesPath 1.177 +1 -1 apache/src/http_main.c Index: http_main.c ===

cvs commit: apache/src http_main.c

1997-07-09 Thread Dean Gaudet
dgaudet 97/07/09 11:07:41 Modified:src http_main.c Log: PR#832: fix broken solaris SIGHUP Revision ChangesPath 1.175 +33 -20apache/src/http_main.c Index: http_main.c === RCS file: /expo

cvs commit: apache/src http_main.c

1997-07-01 Thread Marc Slemko
marc97/07/01 21:09:07 Modified:src http_main.c Log: Fix calls to ap_snprintf. Revision ChangesPath 1.173 +2 -2 apache/src/http_main.c Index: http_main.c === RCS file: /export/home/

cvs commit: apache/src http_main.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 08:17:49 Modified:src http_main.c Log: Check error code from accept() on Win32 correctly. Submitted by: Paul Sutton Revision ChangesPath 1.167 +1 -1 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src http_main.c

1997-06-28 Thread Marc Slemko
marc97/06/28 17:03:18 Modified:src http_main.c Log: Fix lockfile directive change; ap_snprintf always null terminates, unlike strncpy. Revision ChangesPath 1.166 +1 -2 apache/src/http_main.c Index: http_main.c ==

cvs commit: apache/src http_main.c

1997-06-27 Thread Dean Gaudet
dgaudet 97/06/27 01:13:15 Modified:src http_main.c Log: bogus comments corrected Revision ChangesPath 1.161 +4 -6 apache/src/http_main.c Index: http_main.c === RCS file: /export/home/c

cvs commit: apache/src http_main.c

1997-06-26 Thread Dean Gaudet
dgaudet 97/06/26 19:31:16 Modified:src Tag: APACHE_1_2_X http_main.c Log: Report shmget error on linux with more verbosity. Revision ChangesPath No revision No revision 1.149.2.3 +7 -0 apache/src/http_main.c

cvs commit: apache/src http_main.c

1997-06-24 Thread Dean Gaudet
dgaudet 97/06/24 11:15:20 Modified:src http_main.c Log: Eliminate a compiler warning. Revision ChangesPath 1.160 +0 -1 apache/src/http_main.c Index: http_main.c === RCS file: /export/h

cvs commit: apache/src http_main.c

1997-06-21 Thread Dean Gaudet
dgaudet 97/06/21 13:48:15 Modified:src http_main.c Log: Fix a bug with USR1 introduced by the NT port. Revision ChangesPath 1.156 +1 -1 apache/src/http_main.c Index: http_main.c === RC

cvs commit: apache/src http_main.c

1997-06-20 Thread Dean Gaudet
dgaudet 97/06/20 14:56:47 Modified:src http_main.c Log: Be more verbose with the Linux shmget error. Reviewed by: Randy Revision ChangesPath 1.155 +7 -0 apache/src/http_main.c Index: http_main.c =

cvs commit: apache/src http_main.c multithread.h

1997-06-15 Thread Ben Laurie
ben 97/06/15 15:27:14 Modified:src http_main.c multithread.h Log: Recover from the NT Experience. Revision ChangesPath 1.151 +8 -8 apache/src/http_main.c Index: http_main.c === RCS

cvs commit: apache/src http_main.c http_protocol.c httpd.h

1997-05-28 Thread Roy Fielding
fielding97/05/28 20:10:56 Modified:src http_main.c http_protocol.c httpd.h Log: Revert the logging 408 changes, since it is unsafe to set method_number to a negative value (it is used in bit shift operations) and because there is a much easier way to do the same thing.

cvs commit: apache/src http_main.c http_protocol.c httpd.h

1997-05-28 Thread Jim Jagielski
jim 97/05/28 16:52:02 Modified:src http_main.c http_protocol.c httpd.h Log: Eds patches which Virtual Hosts on different ports and timeout logging Revision ChangesPath 1.147 +5 -0 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src http_main.c

1997-04-27 Thread Dean Gaudet
dgaudet 97/04/27 17:14:29 Modified:src http_main.c Log: Fix a warning. Revision ChangesPath 1.141 +2 -0 apache/src/http_main.c Index: http_main.c === RCS file: /export/home/cvs/apache/

cvs commit: apache/src http_main.c

1997-03-16 Thread Jim Jagielski
jim 97/03/16 10:22:01 Modified:src http_main.c Log: Don't count starting child processes as idle, since they really aren't Revision ChangesPath 1.130 +1 -2 apache/src/http_main.c Index: http_main.c ==

cvs commit: apache/src http_main.c

1997-02-28 Thread Jim Jagielski
jim 97/02/28 05:58:08 Modified:src http_main.c Log: Description: Minor MPE portability fixes Revision ChangesPath 1.126 +5 -1 apache/src/http_main.c Index: http_main.c === RCS file

cvs commit: apache/src http_main.c

1997-02-19 Thread Marc Slemko
marc97/02/19 19:20:19 Modified:src http_main.c Log: Add code to detect when a child process did not exit properly after a HUP and give it a prod. We do everything we can to make it die, since if it doesn't chances are the server won't be able to bind to the port on r

cvs commit: apache/src http_main.c

1997-02-18 Thread Roy Fielding
fielding97/02/18 00:06:15 Modified:src http_main.c Log: Avoid rare but potential problems if errno is reset while syncing scoreboard or if timeout intercepts after lingering_close. Reviewed by: Marc Slemko, Jim Jagielski, Chuck Murcko, Randy Terbush Revision Change

cvs commit: apache/src http_main.c httpd.h

1997-01-26 Thread Randy Terbush
randy 97/01/26 13:11:57 Modified:src http_main.c httpd.h Log: Correct a critical typo and ready to re-roll 1.2b5. Revision ChangesPath 1.114 +1 -1 apache/src/http_main.c Index: http_main.c ===

cvs commit: apache/src http_main.c

1997-01-24 Thread Brian Behlendorf
brian 97/01/24 13:06:37 Modified:src http_main.c Log: Reviewed by: Brian Behlendorf, Randy Terbush, Roy T. Fielding Submitted by: [EMAIL PROTECTED], Adrian Filipi-Martin <[EMAIL PROTECTED]> > Adrian Filipi-Martin <[EMAIL PROTECTED]> writes: > When starting httpd or

cvs commit: apache/src http_main.c

1997-01-23 Thread Roy Fielding
fielding97/01/23 18:49:58 Modified:src http_main.c Log: Multiple fixes to the lingering_close code in order to avoid being interrupted by a stray timeout, to avoid lingering on a connection that has already been aborted or never really existed, to ensure that we stop ling

cvs commit: apache/src http_main.c

1997-01-12 Thread Randy Terbush
randy 97/01/12 12:38:14 Modified:src http_main.c Log: Check another return value and do a bit more error logging in lingering_close(). Reviewed by: Chuck Murcko Revision ChangesPath 1.106 +2 -1 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src http_main.c CHANGES

1997-01-10 Thread Chuck Murcko
chuck 97/01/10 10:47:40 Modified:src http_main.c CHANGES Log: Reviewed by: Chuck Murcko, Rob Hartill, Brian Behlendorf Remove duplicate pcalloc() call from new_connection(). Revision ChangesPath 1.105 +1 -2 apache/src/http_main.c Index: http_main.

cvs commit: apache/src http_main.c

1997-01-10 Thread Brian Behlendorf
brian 97/01/10 03:26:23 Modified:src http_main.c Log: Reviewed by: Garey Smiley, Brian Behlendorf Submitted by: Marc Slemko Removed unused memory allocation. Revision ChangesPath 1.104 +0 -1 apache/src/http_main.c Index: http_main.c ===

cvs commit: apache/src http_main.c

1997-01-10 Thread Chuck Murcko
chuck 97/01/10 01:26:00 Modified:src http_main.c Log: Get rid of warning for UnixWare 2.1.1 Revision ChangesPath 1.103 +4 -0 apache/src/http_main.c Index: http_main.c === RCS file: /

cvs commit: apache/src http_main.c CHANGES

1997-01-09 Thread Chuck Murcko
chuck 97/01/09 19:39:20 Modified:src http_main.c CHANGES Log: Reviewed by: Jim Jagielski, Brian Behlendorf, Chuck Murcko Submitted by: Ed Korthof <[EMAIL PROTECTED]> There is one incorrect comparison (which still doesn't allow for more children than HARD_SERVER_LIMIT,

cvs commit: apache/src http_main.c

1996-12-05 Thread Roy Fielding
fielding96/12/05 13:39:44 Modified:src http_main.c Log: Corrected magic number mistaken identity problem by replacing the old magic number (which looked like a bug) with DEFAULT_VHOST_ADDR and an appropriate comment. Revision ChangesPath 1.94 +6 -1 apa

cvs commit: apache/src http_main.c

1996-11-26 Thread Ben Laurie
ben 96/11/26 12:11:45 Modified:src http_main.c Log: Squash a bug with non-DNSed virtual hosts. Revision ChangesPath 1.90 +5 -0 apache/src/http_main.c Index: http_main.c === RCS fi

cvs commit: apache/src http_main.c

1996-11-21 Thread Roy Fielding
fielding96/11/21 19:17:09 Modified:src http_main.c Log: Fixed the problems with kill -USR1 leaving children around too long and causing server crash at next kill -HUP. I.e., fixed graceful restarts. Submitted by: Ben Laurie ([EMAIL PROTECTED]) Reviewed by: Roy Fielding, P

cvs commit: apache/src http_main.c

1996-11-17 Thread Brian Behlendorf
brian 96/11/17 13:09:39 Modified:src http_main.c Log: Submitted by: Rob Hartill <[EMAIL PROTECTED]> Added warnings in the code related to use of USR1. Should be added to any release documentation as well. Revision ChangesPath 1.88 +4 -0 apache/sr

cvs commit: apache/src http_main.c mod_status.c scoreboard.h

1996-11-08 Thread Jim Jagielski
jim 96/11/08 05:50:50 Modified:src http_main.c mod_status.c scoreboard.h Log: remove Ptime stuff Revision ChangesPath 1.86 +0 -4 apache/src/http_main.c Index: http_main.c === RCS

cvs commit: apache/src http_main.c

1996-10-31 Thread Brian Behlendorf
brian 96/10/31 09:51:37 Modified:src http_main.c Log: Reviewed by: Dirk vanGulik, Brian Behlendorf Submitted by: Sameer Parekh Introduced a sleep() if the fork() call fails, to prevent apache from running away with the CPU in case the process table fills up. Re

cvs commit: apache/src http_main.c

1996-10-23 Thread Mark J Cox
mjc 96/10/23 06:28:19 Modified:src http_main.c Log: Truncate virtual host correctly Revision ChangesPath 1.79 +2 -2 apache/src/http_main.c Index: http_main.c === RCS file: /export

cvs commit: apache/src http_main.c

1996-09-30 Thread Roy Fielding
fielding96/09/30 17:12:28 Modified:src http_main.c Log: Fixed printf of null variable during "httpd -h". Reviewed by: Ben Laurie ([EMAIL PROTECTED]) Revision ChangesPath 1.74 +3 -2 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src http_main.c

1996-09-30 Thread Brian Behlendorf
brian 96/09/30 13:48:02 Modified:src http_main.c Log: Submitted by: Tom Tromey changed exit status for -v and -h. Revision ChangesPath 1.73 +3 -3 apache/src/http_main.c Index: http_main.c ==

cvs commit: apache/src http_main.c

1996-09-25 Thread Chuck Murcko
chuck 96/09/25 13:07:54 Modified:src http_main.c Log: Submitted by: Chuck Murcko Remove nokeepalive environment variable checks. Really. Revision ChangesPath 1.72 +3 -5 apache/src/http_main.c Index: http_main.c ==

cvs commit: apache/src http_main.c

1996-09-24 Thread Mark J Cox
mjc 96/09/24 05:21:16 Modified:src http_main.c Log: Submitted-by: [EMAIL PROTECTED] Reviewed-by: [EMAIL PROTECTED], [EMAIL PROTECTED] Fixes virtual hosts on main IP address where the port address is not the same as the "Port" command. Revision ChangesPath

cvs commit: apache/src http_main.c

1996-09-23 Thread Ben Laurie
ben 96/09/23 02:53:34 Modified:src http_main.c Log: Add more interesting stuff to the -h option. Revision ChangesPath 1.69 +33 -2 apache/src/http_main.c Index: http_main.c === RCS

cvs commit: apache/src http_main.c http_protocol.c

1996-09-17 Thread Chuck Murcko
chuck 96/09/17 07:53:56 Modified:src http_main.c http_protocol.c Log: Submitted by: Chuck Murcko Fix for Netscape 2.x keepalive problems. This also removes the HTTP header flush which was causing TCP slow start/delayed ACK/delayed segment on keepalives, eating up ~400

cvs commit: apache/src http_main.c alloc.c

1996-09-12 Thread Jim Jagielski
jim 96/09/12 17:24:54 Modified:src http_main.c alloc.c Log: simple error checking for malloc() Revision ChangesPath 1.67 +5 -1 apache/src/http_main.c Index: http_main.c === RCS fi

cvs commit: apache/src http_main.c

1996-09-08 Thread Ben Laurie
ben 96/09/08 10:15:00 Modified:src http_main.c Log: Move reap_children out of the middle of wait_or_timeout stuff. Revision ChangesPath 1.65 +15 -15apache/src/http_main.c Index: http_main.c

cvs commit: apache/src http_main.c

1996-09-06 Thread Jim Jagielski
jim 96/09/06 11:36:11 Modified:src http_main.c Log: Description: Make sure that the scoreboard array and file are synced as needed. Revision ChangesPath 1.64 +7 -4 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src http_main.c

1996-08-19 Thread Ben Laurie
ben 96/08/19 11:44:17 Modified:src http_main.c Log: Add directive listing option. Revision ChangesPath 1.61 +22 -2 apache/src/http_main.c Index: http_main.c === RCS file: /export/h

cvs commit: apache/src http_main.c

1996-08-15 Thread Jim Jagielski
jim 96/08/15 16:00:11 Modified:src http_main.c Log: No need for memcpy... just assign the struct Revision ChangesPath 1.59 +1 -2 apache/src/http_main.c Index: http_main.c === RCS

cvs commit: apache/src http_main.c

1996-08-13 Thread Roy Fielding
fielding96/08/13 22:18:46 Modified:src http_main.c Log: Removed global static declaration of wait_or_timeout_retval that was never used (because it is overridden by a local declaration of wait_or_timeout_retval in the only routine where it is used). Revision Changes

cvs commit: apache/src http_main.c

1996-07-27 Thread Alexei Kosut
akosut 96/07/27 17:03:17 Modified:src http_main.c Log: Fix compiler warning on HP-UX Revision ChangesPath 1.56 +9 -0 apache/src/http_main.c Index: http_main.c === RCS file: /export/h

cvs commit: apache/src http_main.c

1996-07-26 Thread Randy Terbush
randy 96/07/26 21:09:05 Modified:src http_main.c Log: Disable Nagle algorithm. HTTP != telnet Reviewed by: Chuck Murko, Ben Laurie, Robert Thau and a cast of thousands Submitted by: John Heidemann <[EMAIL PROTECTED]> Revision ChangesPath 1.55 +26 -1 a

cvs commit: apache/src http_main.c

1996-07-18 Thread Ben Laurie
ben 96/07/18 11:27:20 Modified:src http_main.c Log: Fix compiler warning. Revision ChangesPath 1.52 +3 -1 apache/src/http_main.c Index: http_main.c === RCS file: /export/home/cvs/

cvs commit: apache/src http_main.c

1996-07-16 Thread Ben Laurie
ben 96/07/16 15:14:57 Modified:src http_main.c Log: Fix warning. Revision ChangesPath 1.50 +1 -1 apache/src/http_main.c Index: http_main.c === RCS file: /export/home/cvs/apache/sr

cvs commit: apache/src http_main.c mod_status.c scoreboard.h

1996-07-12 Thread Jim Jagielski
jim 96/07/12 18:47:41 Modified:src http_main.c mod_status.c scoreboard.h Log: add process-time and prevent rollover Revision ChangesPath 1.47 +14 -9 apache/src/http_main.c Index: http_main.c ===

cvs commit: apache/src http_main.c

1996-07-09 Thread Jim Jagielski
jim 96/07/09 14:44:59 Modified:src http_main.c Log: Adding lingering-close in addition to SO_LINGER Revision ChangesPath 1.45 +68 -2 apache/src/http_main.c Index: http_main.c === R

cvs commit: apache/src http_main.c

1996-06-11 Thread Chuck Murcko
chuck 96/06/11 08:40:50 Modified:src http_main.c Log: Submitted by: Chuck Murcko Fix compile warnings and error (on NEXT) from incorrect variable declaration. Revision ChangesPath 1.38 +1 -1 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src http_main.c

1996-06-10 Thread Alexei Kosut
akosut 96/06/10 23:21:50 Modified:src http_main.c Log: Fix handling of inetd requests, so that error responses, etc... get properly sent. Revision ChangesPath 1.37 +3 -0 apache/src/http_main.c Index: http_main.c ==

cvs commit: apache/src http_main.c

1996-06-08 Thread Chuck Murcko
chuck 96/06/08 14:34:23 Modified:src http_main.c Log: Submitted by: Chuck Murcko Corrected 1st parameter to siglongjmp() and sigsetjmp() calls to be declared as sigjmp_buf; was incorrectly declared jmp_buf. Revision ChangesPath 1.36 +1 -1 apache/src/

cvs commit: apache/src http_main.c

1996-06-07 Thread Chuck Murcko
chuck 96/06/07 19:47:22 Modified:src http_main.c Log: Submitted by: Robert S. Thau Switch uid to the uid in the User config file directive, if run as root from an inetd. Revision ChangesPath 1.35 +5 -2 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src http_main.c

1996-06-07 Thread Chuck Murcko
chuck 96/06/07 13:02:05 Modified:src http_main.c Log: Reviewed by: Chuck Murcko Submitted by: Cliff Skolnick Obtained from: [EMAIL PROTECTED] Sending a SIGTERM (as user root using /bin/sh as shell) doesn't terminate apache under Solaris 2.5 (but other SVR4 systems

cvs commit: apache/src http_main.c

1996-06-07 Thread Chuck Murcko
chuck 96/06/07 12:51:18 Modified:src http_main.c Log: Reviewed by: Chuck Murcko Submitted by: Cliff Skolnick Obtained from: [EMAIL PROTECTED] When the server listens to multiple ports (via the httpd.conf 'Listen ' directive), a SIGHUP sent to the main server doesn

cvs commit: apache/src http_main.c

1996-05-31 Thread Ben Laurie
ben 96/05/31 13:16:31 Modified:src http_main.c Log: Fix HPUX compiler warning. Submitted by: Rob Hartill Revision ChangesPath 1.31 +5 -1 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src http_main.c mod_status.c scoreboard.h

1996-05-28 Thread Jim Jagielski
jim 96/05/28 02:14:27 Modified:src http_main.c mod_status.c scoreboard.h Log: expand conn_bytes from short to long Revision ChangesPath 1.30 +3 -3 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src http_main.c httpd.h

1996-05-15 Thread Ben Laurie
ben 96/05/15 05:57:47 Modified:src http_main.c httpd.h Log: Update version number to 1.1b3-dev. [Note: http_main.c is not really modified, this is a result of a merge conflict]. Revision ChangesPath 1.27 +2 -1 apache/src/http_main.c Index: http_

cvs commit: apache/src http_main.c

1996-05-12 Thread Jim Jagielski
jim 96/05/12 15:30:57 Modified:src http_main.c Log: Use sigaction if desired; feel free to change the #define Revision ChangesPath 1.26 +16 -4 apache/src/http_main.c Index: http_main.c =

cvs commit: apache/src http_main.c mod_status.c scoreboard.h

1996-05-07 Thread Jim Jagielski
jim 96/05/07 11:29:38 Modified:src http_main.c mod_status.c scoreboard.h Log: status module improvements + tables Revision ChangesPath 1.25 +11 -3 apache/src/http_main.c Index: http_main.c =

cvs commit: apache/src http_main.c

1996-04-18 Thread Mark Cox
mjc 96/04/18 04:16:39 Modified:src http_main.c Log: Submitted by: Robert S. Thau <[EMAIL PROTECTED]> Nuke the "memory hog alert" error message from http_main.c. This originally crept into the code back when the current code base was still the Shambhala project. I

cvs commit: apache/src http_main.c

1996-04-17 Thread Ben Laurie
ben 96/04/17 09:36:36 Modified:src http_main.c Log: Various system calls were not logging errors properly. Fixed. Revision ChangesPath 1.23 +4 -4 apache/src/http_main.c Index: http_main.c =

cvs commit: apache/src http_main.c

1996-04-11 Thread Jim Jagielski
jim 96/04/11 12:38:40 Modified:src http_main.c Log: centralize shared memory support mmap/shmget Revision ChangesPath 1.22 +39 -39apache/src/http_main.c Index: http_main.c === RCS

cvs commit: apache/src http_main.c mod_status.c scoreboard.h

1996-04-06 Thread Jim Jagielski
jim 96/04/06 12:45:10 Modified:src http_main.c mod_status.c scoreboard.h Log: use unsigned for status counter for BUSY sites Revision ChangesPath 1.20 +4 -4 apache/src/http_main.c Index: http_main.c ==

cvs commit: apache/src http_main.c http_protocol.c

1996-04-02 Thread Jim Jagielski
jim 96/04/02 04:02:18 Modified:src http_main.c http_protocol.c Log: Stop spinning child patch Revision ChangesPath 1.19 +1 -0 apache/src/http_main.c Index: http_main.c === RCS fil

cvs commit: apache/src http_main.c mod_status.c scoreboard.h

1996-04-01 Thread Jim Jagielski
jim 96/04/01 15:03:34 Modified:src http_main.c mod_status.c scoreboard.h Log: Add host and request info to scoreboard Revision ChangesPath 1.18 +22 -9 apache/src/http_main.c Index: http_main.c =

cvs commit: apache/src http_main.c

1996-03-30 Thread Jim Jagielski
jim 96/03/30 08:43:51 Modified:src http_main.c Log: Set BSD signals and syscall behavior for A/UX Revision ChangesPath 1.17 +4 -0 apache/src/http_main.c Index: http_main.c === RCS

cvs commit: apache/src http_main.c

1996-03-29 Thread Mark Cox
mjc 96/03/29 00:35:48 Modified:src http_main.c Log: The status of a child should not be reset when the child dies. If it is then we lose all the information that child had within it and our total access counts and bytes served are meaningless. Revision Changes

Re: cvs commit: apache/src http_main.c

1996-03-29 Thread Mark J Cox
> jim 96/03/28 11:47:44 > Reset STATUS counters for dead servers See http://www.apacheorg/docs/1.1/mod_status.html under "Notes": Notes When a child dies (it may have a bug or you may have limited the number of transactions per child) the statistics for

cvs commit: apache/src http_main.c

1996-03-28 Thread Jim Jagielski
jim 96/03/28 11:47:44 Modified:src http_main.c Log: Reset STATUS counters for dead servers Revision ChangesPath 1.13 +4 -0 apache/src/http_main.c Index: http_main.c === RCS file:

cvs commit: apache/src http_main.c

1996-03-28 Thread Alexei Kosut
akosut 96/03/28 00:02:42 Modified:src http_main.c Log: "just making things clearer" Submitted by: sameer <[EMAIL PROTECTED]> Revision ChangesPath 1.12 +1 -1 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src http_main.c scoreboard.h CHANGES

1996-03-25 Thread Mark Cox
mjc 96/03/25 02:54:33 Modified:src http_main.c scoreboard.h CHANGES Log: Reviewed by: Ben Laurie Changes to core Apache to allow a module to obtain information from the scoreboard (in file or memory). Addition of an extra server BUSY state to distinguish between a