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

1999-02-05 Thread stoddard
stoddard99/02/04 16:37:50 Modified:src/include http_core.h src/main util_script.c http_core.c Log: Add capability to search Win32 registry for script interpreters. Revision ChangesPath 1.53 +15 -0 apache-1.3/src/include/http_core.h Index:

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

1999-02-05 Thread manoj
manoj 99/02/04 23:55:25 Modified:pthreads/src/main http_protocol.c Log: Fix (I think) a bug where pipes could be closed even if there is still data to send, so only part of a CGI's output would sometimes be sent. Revision ChangesPath 1.3 +2 -2

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

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

1999-02-05 Thread pcs
pcs 99/02/05 01:14:57 Modified:src/include httpd.h Log: On most platforms, the default name of the error and access logs is the same as the values on the ErrorLog and CustomerLog lines in the distributed httpd.conf file. For example, on OS/2 the logs are defined as

cvs commit: apache-1.3/htdocs/manual/mod core.html

1999-02-05 Thread pcs
pcs 99/02/05 01:22:44 Modified:htdocs/manual invoking.html htdocs/manual/mod core.html Log: Note change of default error log filename on Windows from error_log to error.log. Revision ChangesPath 1.25 +5 -4

cvs commit: apache-1.3/src CHANGES

1999-02-05 Thread pcs
pcs 99/02/05 01:26:09 Modified:src CHANGES Log: Note the two Win32 changes (-i/-u error messages; error log filename) Revision ChangesPath 1.1230+9 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/ap ap_md5c.c

1999-02-05 Thread rasmus
rasmus 99/02/05 05:11:12 Modified:src/ap ap_md5c.c Log: Should include crypt.h here if available since we are using crypt() Revision ChangesPath 1.21 +3 -0 apache-1.3/src/ap/ap_md5c.c Index: ap_md5c.c

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

1999-02-05 Thread rasmus
rasmus 99/02/05 05:17:33 Modified:src/main http_core.c Log: This Windows stuff was breaking the Unix compile Revision ChangesPath 1.246 +4 -0 apache-1.3/src/main/http_core.c Index: http_core.c

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

1999-02-05 Thread stoddard
stoddard99/02/05 06:02:20 Modified:src CHANGES src/main http_core.c Log: Update CHANGES file. Change Win32InterpreterSource argument from shebang to script. Revision ChangesPath 1.1231+4 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-apr STATUS

1999-02-05 Thread rbb
rbb 99/02/05 06:58:48 Modified:.STATUS Log: Update to the STATUS file to reflect the work done recently on making this a hybrid server. Revision ChangesPath 1.3 +16 -9 apache-apr/STATUS Index: STATUS

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

1999-02-05 Thread rbb
rbb 99/02/05 12:17:24 Modified:pthreads/src/include http_conf_globals.h httpd.h pthreads/src/main http_config.c http_core.c http_main.c Log: Start the server with sensible defaults. 1 requests per child and 50 threads per child. I also fixed size of the fd

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

1999-02-05 Thread rbb
rbb 99/02/05 12:23:12 Modified:pthreads/src/main http_main.c Log: Added back the code to make the server detach from the console. Revision ChangesPath 1.8 +69 -0 apache-apr/pthreads/src/main/http_main.c Index: http_main.c