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

2000-02-05 Thread rse
rse 00/02/05 04:01:55 Modified:src CHANGES src/main http_main.c Log: Cast integer ap_wait_t values in http_main.c to get rid of compile time errors on platforms where "ap_wait_t" is not defined as "int" (currently only the NEXT and UTS21 platforms). If you

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

2000-01-26 Thread wsanchez
wsanchez00/01/26 12:10:45 Modified:.STATUS conf httpd.conf-dist src/main http_main.c Log: STATUS Revision ChangesPath 1.801 +2 -2 apache-1.3/STATUS Index: STATUS

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

2000-01-12 Thread fielding
fielding00/01/11 19:38:25 Modified:src CHANGES src/main http_main.c Log: this patch is intended to avoid a problem witnessed in apache installations with certain third party libraries: if there are many children, and then take sufficiently long to shut down, t

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

1999-12-08 Thread stoddard
stoddard99/12/08 10:51:06 Modified:src/main http_main.c Log: I like David Whitmarsh's fix for this a bit better. Revision ChangesPath 1.483 +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-12-01 Thread stoddard
stoddard99/12/01 14:41:35 Modified:src/main http_main.c Log: Maybe this will help eliminate some of the 'ws2_32.dll is missing' PRs. Revision ChangesPath 1.482 +5 -10 apache-1.3/src/main/http_main.c Index: http_main.c ===

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

1999-11-04 Thread stoddard
stoddard99/11/04 11:49:43 Modified:src/main http_main.c Log: At one time the assumption we made about InitSecurityDescriptor was true, but on NT 4/SP 5 this is not the case. It's safer to set the last error beforehand. Without this, net start apache & apache -k shutdown is broke

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

1999-10-29 Thread martin
martin 99/10/29 00:48:00 Modified:src/main http_main.c Log: This got lost in the NETWARE commit Revision ChangesPath 1.480 +1 -1 apache-1.3/src/main/http_main.c Index: http_main.c === RCS f

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

1999-10-11 Thread martin
martin 99/10/11 16:08:23 Modified:src/main http_main.c Log: Pull in httpd.h to get the prototype for ap_validate_password() for SHARED_CORE variants Revision ChangesPath 1.478 +1 -0 apache-1.3/src/main/http_main.c Index: http_main.c

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

1999-09-20 Thread manoj
manoj 99/09/20 13:34:44 Modified:src CHANGES src/main http_main.c Log: Add some compile-time flags to the output when -V is used for TPF Submitted by: David McCreedy <[EMAIL PROTECTED]> Revision ChangesPath 1.1432+3 -0 apache-1.3/src/CH

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

1999-09-07 Thread stoddard
stoddard99/09/07 13:47:26 Modified:src/main http_main.c Log: Missed a continue on the last patch. Simplified the code a bit. Revision ChangesPath 1.475 +15 -12apache-1.3/src/main/http_main.c Index: http_main.c ===

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

1999-09-07 Thread stoddard
stoddard99/09/07 13:37:25 Modified:src/main http_main.c Log: errno on WIN32 is not thread safe. Use h_errno (which resolves to WSAGetLastError) instead. Revision ChangesPath 1.474 +22 -42apache-1.3/src/main/http_main.c Index: http_main.c ==

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

1999-08-31 Thread stoddard
stoddard99/08/31 08:01:47 Modified:src/main http_main.c Log: Quote all arguments on call to CreateProcess(). Problem reported on news group. Revision ChangesPath 1.472 +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-08-10 Thread rse
rse 99/08/10 06:54:49 Modified:src/support httpd.8 src/main http_main.c Log: Fix the -T stuff Revision ChangesPath 1.15 +11 -0 apache-1.3/src/support/httpd.8 Index: httpd.8

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

1999-08-09 Thread fielding
fielding99/08/09 00:54:54 Modified:src/main http_main.c Log: Fix last warning fix -- uid_t is long on some platforms. Revision ChangesPath 1.470 +3 -2 apache-1.3/src/main/http_main.c Index: http_main.c ==

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

1999-08-08 Thread dirkx
dirkx 99/08/08 06:31:51 Modified:src/main http_main.c Log: Warning on *BSD, Solaris (uid_t <-> int) on printf. Revision ChangesPath 1.469 +2 -2 apache-1.3/src/main/http_main.c Index: http_main.c ===

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

1999-08-08 Thread coar
coar99/08/08 05:05:15 Modified:src/main http_main.c Log: Fix a miniscule compilation warning. Revision ChangesPath 1.468 +1 -0 apache-1.3/src/main/http_main.c Index: http_main.c ===

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

1999-08-05 Thread manoj
manoj 99/08/05 13:04:05 Modified:src/ap ap_sha1.c src/include ap_md5.h ap_sha1.h src/main http_main.c Log: Fix a couple of nits which also cause problems on TPF: - get rid of the "const" in a const void function definition - prefix BYTE and LO

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

1999-07-28 Thread coar
coar99/07/28 11:20:56 Modified:src ApacheCore.def src/include ap_mmn.h src/main http_main.c Log: Note some recent API changes in a couple of places; correct docco on *SecurityDescriptor safety. Revision ChangesPath 1.15

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

1999-07-28 Thread coar
coar99/07/28 10:58:24 Modified:src/main http_main.c Log: Note that *SecurityDescriptor() resets the last error if it succeeds. Revision ChangesPath 1.463 +5 -0 apache-1.3/src/main/http_main.c Index: http_main.c ===

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

1999-07-27 Thread stoddard
stoddard99/07/27 06:46:07 Modified:src/main http_main.c Log: Win32: Fix problem where Apache would not run if either the executable or the configuration file has spaces in the path. Clean up a couple of handle leaks. Thanks Tim! Obtained from: [EMAIL PROTECTED] Reviewed by: B

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

1999-07-26 Thread martin
martin 99/07/26 02:26:10 Modified:src/main http_main.c Log: The "-V" switch now omits printing of the SHARED_CORE_DIR when the SHARED_CORE feature is not in effect. Revision ChangesPath 1.461 +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-07-23 Thread stoddard
stoddard99/07/23 12:52:06 Modified:src/main http_main.c Log: Win32: Add a few error messages. Revision ChangesPath 1.460 +5 -1 apache-1.3/src/main/http_main.c Index: http_main.c === RCS file

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

1999-07-23 Thread stoddard
stoddard99/07/23 12:33:12 Modified:src/main http_main.c Log: Exit the child process immediately upon MaxRequestPerChild being hit. Revision ChangesPath 1.459 +7 -26 apache-1.3/src/main/http_main.c Index: http_main.c =

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

1999-07-23 Thread stoddard
stoddard99/07/23 08:31:26 Modified:src CHANGES src/main http_main.c Log: Complete apache -k restart work. Now, restarts are honored immediately without loosing connections in the listen queue. Revision ChangesPath 1.1398+10 -1 apache-1.3/src/

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

1999-07-21 Thread martin
martin 99/07/21 05:23:22 Modified:src/main http_main.c Log: Oops! Sorry! Something killed 700 lines in my last commit. Here's the fixed source. Revision ChangesPath 1.457 +678 -1apache-1.3/src/main/http_main.c Index: http_main.c =

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

1999-07-21 Thread martin
martin 99/07/21 04:44:02 Modified:src/main http_main.c Log: When the network layer has been shut down, there is not much use in just exiting: the parent would simply re-create us (and we'd fail again). Use the CHILDFATAL code to tear the server down. This fixed a nasty fork-

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

1999-07-20 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > > coar99/07/20 10:44:21 > > Modified:src/main http_main.c > Log: > *SecurityDescriptor() should be returning an error on Win98, but > sometimes doesn't -- so check the last error if it claims all > went well, just in case it's fib

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

1999-07-20 Thread coar
coar99/07/20 10:44:21 Modified:src/main http_main.c Log: *SecurityDescriptor() should be returning an error on Win98, but sometimes doesn't -- so check the last error if it claims all went well, just in case it's fibbing. Submitted by: Allan Edwards <[E

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

1999-07-02 Thread stoddard
stoddard99/07/02 08:55:10 Modified:src/main http_main.c Log: Win32: More master_main cleanup. Revision ChangesPath 1.454 +80 -134 apache-1.3/src/main/http_main.c Index: http_main.c === RCS file

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

1999-06-30 Thread jim
jim 99/06/29 20:34:38 Modified:src/main http_main.c Log: Final phase - add to getopt string Revision ChangesPath 1.453 +4 -3 apache-1.3/src/main/http_main.c Index: http_main.c === RCS fi

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

1999-06-29 Thread rse
rse 99/06/29 07:27:43 Modified:src CHANGES src/main http_main.c Log: Fixed `httpd' usage display: -D was missing. PR: 4614 Revision ChangesPath 1.1389+3 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1999-06-22 Thread randy
randy 99/06/22 14:55:31 Modified:src CHANGES Configure src/helpers TestCompile Log: Add support for DSO on DGUX using gcc. Tested on x86 platforms. Revision ChangesPath 1.1384+3 -0 apache-1.3/src/CHANGES Index: CHANGES ===

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

1999-06-09 Thread stoddard
stoddard99/06/09 06:37:52 Modified:src/main http_main.c Log: Exit after dumping vhost settings (apache -S) to be consistent with how Apache for Unix works. Revision ChangesPath 1.444 +4 -0 apache-1.3/src/main/http_main.c Index: http_main.c ===

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

1999-06-04 Thread bjh
bjh 99/06/03 21:43:49 Modified:src/main http_main.c Log: Code to force linking of Expat shouldn't be in the shared core loader. Revision ChangesPath 1.443 +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-06-02 Thread dgaudet
dgaudet 99/06/02 11:20:40 Modified:src/main http_main.c Log: oops I committed that SIGUSR2 change by mistake ages ago... rev 1.433 Revision ChangesPath 1.441 +1 -2 apache-1.3/src/main/http_main.c Index: http_main.c =

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

1999-06-02 Thread dgaudet
dgaudet 99/06/01 23:30:07 Modified:src CHANGES src/main http_main.c Log: Piped error logs could cause a segfault if an error occured during configuration after a restart. PR: 4456 Submitted by: Aidan Cully <[EMAIL PROTECTED]> Revision Chan

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

1999-05-25 Thread rse
rse 99/05/25 04:49:49 Modified:src/main http_main.c Log: Give EGCS a prototype to make it happy. Keep in mind that "static" doesn't work here (causes a new warning) because the stuff isn't used anywhere, of course. Revision ChangesPath 1.439 +2 -1 apache

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

1999-05-25 Thread gstein
gstein 99/05/25 03:15:07 Modified:src Configuration.tmpl Configure Makefile.tmpl src/main http_main.c Log: Add RULE_EXPAT. Add src/lib/ handling. Revision ChangesPath 1.113 +7 -0 apache-1.3/src/Configuration.tmpl Index: Configuration.tmp

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

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-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-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 http_protocol.c

1999-04-20 Thread dgaudet
dgaudet 99/04/20 12:15:46 Modified:src CHANGES src/main http_main.c http_protocol.c Log: r->request_time wasn't being set in certain error cases PR: 4156 Revision ChangesPath 1.1313+3 -0 apache-1.3/src/CHANGES Index: CHANGE

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-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-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-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-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-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-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-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

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

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-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-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-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 ==

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

1998-12-10 Thread Dean Gaudet
This doesn't avoid the race. You just added a huge race in the in-memory scoreboards. I'll be re-instating the second chunk of this patch. Dean On 10 Dec 1998 [EMAIL PROTECTED] wrote: > jim 98/12/10 07:14:10 > > Modified:src/main http_main.c > Log: > Add 'reset slot vhost'

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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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 http_protocol.c

1998-08-02 Thread fielding
fielding98/08/01 21:43:19 Modified:src CHANGES src/main http_main.c http_protocol.c Log: Allow ap_read_request errors to propagate through the normal request handling loop so that the connection can be properly closed with lingering_close, thus avoiding a pote

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-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-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 rfc1413.c

1998-07-08 Thread dgaudet
dgaudet 98/07/08 09:54:37 Modified:src CHANGES src/main http_main.c rfc1413.c Log: yet more signal race conditions Revision ChangesPath 1.953 +3 -0 apache-1.3/src/CHANGES Index: CHANGES ==

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-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-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-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-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-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-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-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 http_protocol.c util.c

1998-06-06 Thread dgaudet
dgaudet 98/06/06 12:30:53 Modified:src CHANGES Configure src/include conf.h src/main http_main.c http_protocol.c util.c Log: Updated support for UTS 2.1.2. PR: 2320 Submitted by: Dave Dykstra <[EMAIL PROTECTED]> Revision Chang

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-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-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-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-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-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 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 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 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 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 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

  1   2   >