cvs commit: apache-apr/pthreads/src Configure

1999-02-04 Thread manoj
manoj 99/02/03 16:26:00 Modified:pthreads/src Configure Log: Make this compile out of the box on Linux. Revision ChangesPath 1.2 +1 -1 apache-apr/pthreads/src/Configure Index: Configure

cvs commit: apache-apr/pthreads/src/main http_config.c http_protocol.c

1999-02-04 Thread manoj
manoj 99/02/03 22:52:41 Modified:pthreads/src/main http_config.c http_protocol.c Log: Temporarily fix bug where server threads would lock up after a single request under Linux. LinuxThreads uses SIGUSR1 (and SIGUSR2) so they aren't available to us. We need to find an alternate

cvs commit: apache-1.3/htdocs/manual/misc FAQ.html

1999-02-04 Thread coar
coar99/02/04 10:15:07 Modified:htdocs/manual/misc FAQ.html Log: Fix a typo.. PR: 3831 Submitted by: William Lipp [EMAIL PROTECTED] Reviewed by: Ken Coar Revision ChangesPath 1.137 +2 -2 apache-1.3/htdocs/manual/misc/FAQ.html

cvs commit: apache-apr/pthreads/src/os/win32 os.h

1999-02-04 Thread manoj
manoj 99/02/04 12:31:27 Modified:pthreads/src/include multithread.h pthreads/src/modules/standard mod_mime_magic.c pthreads/src/os/unix multithread.c os-inline.c os.h pthreads/src/os/win32 os.h Log: Minor cleanup of spawnvp operations.