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

cvs commit: apache-1.3/src/modules/standard mod_cgi.c

1999-06-30 Thread stoddard
stoddard99/06/29 21:36:56 Modified:src/modules/standard mod_cgi.c Log: Win32: On CGI script failure, direct the CGI's stderr to the error log. Revision ChangesPath 1.92 +11 -0 apache-1.3/src/modules/standard/mod_cgi.c Index: mod_cgi.c

cvs commit: apache-1.3/src/include httpd.h

1999-06-30 Thread stoddard
stoddard99/06/30 01:12:49 Modified:src/include httpd.h Log: Win32: Set HARD_SERVER_LIMIT to a more reasonable value. Mulling over the idea of moving it to ap_config. Maybe change the name to PROCESS_LIMIT and add a new one, THREAD_LIMIT? Revision ChangesPath 1.284

cvs commit: apache-1.3/src CHANGES

1999-06-30 Thread stoddard
stoddard99/06/30 02:00:37 Modified:src CHANGES Log: Sleepless in Raleigh... Revision ChangesPath 1.1391+3 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache-1.3/src/support htpasswd.dsp htpasswd.mak

1999-06-30 Thread stoddard
stoddard99/06/30 02:09:45 Modified:src ApacheCore.dsp ApacheCore.mak src/include ap_config.h src/modules/proxy ApacheModuleProxy.dsp ApacheModuleProxy.mak src/os/win32 ApacheModuleRewrite.dsp

cvs commit: apache-1.3/src CHANGES

1999-06-30 Thread stoddard
stoddard99/06/30 02:22:02 Modified:src CHANGES Log: Bigger, Longer Uncut Revision ChangesPath 1.1392+9 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache-site index.html

1999-06-30 Thread brian
brian 99/06/30 08:54:52 Modified:.index.html Log: Point to the right page. Revision ChangesPath 1.3 +1 -1 apache-site/index.html Index: index.html === RCS file:

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

1999-06-30 Thread manoj
manoj 99/06/30 12:01:10 Modified:.STATUS pthreads/src/main http_accept.c Log: Blah. Since poll probably shouldn't be called from multiple threads on the same pollfd strucuture at the same time, and also because restarts will be hosed otherwise, disable

cvs commit: apache-2.0/mpm/src/modules/mpm/mpmt_pthread http_accept.c

1999-06-30 Thread manoj
manoj 99/06/30 12:10:40 Modified:mpm/src/modules/mpm/mpmt_pthread http_accept.c Log: Take out support for SINGLE_LISTEN_UNSERIALIZED_ACCEPT, at least for now. Revision ChangesPath 1.4 +7 -16 apache-2.0/mpm/src/modules/mpm/mpmt_pthread/http_accept.c