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

1999-12-14 Thread rbb
rbb 99/12/14 12:37:59 Modified:src/modules/standard mod_cgi.c Log: Make CGI's work correctly in Apache 2.0. APR wants the first element in the argument list to be the program name. This is exactly what POSIX requires, and what Windows wants, but Apache 1.3 would create the

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

1999-12-14 Thread rbb
rbb 99/12/14 12:02:52 Modified:src/modules/mpm/prefork prefork.c Log: Make prefork compile. Revision ChangesPath 1.59 +5 -1 apache-2.0/src/modules/mpm/prefork/prefork.c Index: prefork.c =

cvs commit: apache-2.0/src/lib/apr/file_io/win32 open.c

1999-12-14 Thread rbb
rbb 99/12/14 10:25:51 Modified:src/lib/apr/file_io/win32 open.c Log: Add support for ap_open_stderr Revision ChangesPath 1.13 +19 -0 apache-2.0/src/lib/apr/file_io/win32/open.c Index: open.c =

cvs commit: apache-2.0/src/lib/apr/network_io/unix networkio.h

1999-12-14 Thread rbb
rbb 99/12/14 10:11:09 Modified:src/lib/apr configure.in src/lib/apr/network_io/unix networkio.h Log: Fix some warnings when compiling with -Wall Revision ChangesPath 1.35 +1 -0 apache-2.0/src/lib/apr/configure.in Index: configure.in ===

cvs commit: apache-devsite devnotes.html

1999-12-14 Thread fanf
fanf99/12/14 09:46:15 Modified:.devnotes.html Log: the agent may have more than one key Revision ChangesPath 1.14 +1 -1 apache-devsite/devnotes.html Index: devnotes.html === RCS

cvs commit: apache-devsite devnotes.html

1999-12-14 Thread fanf
fanf99/12/14 09:45:17 Modified:.devnotes.html Log: One of my colleages noted that this page recommends using unencrypted ssh keys. It's better to use the ssh-agent. Submitted by: Mike Bristow <[EMAIL PROTECTED]> Revision ChangesPath 1.13 +6 -5 ap

cvs commit: apache-2.0/src/lib/apr/lib apr_snprintf.c

1999-12-14 Thread rbb
rbb 99/12/14 07:28:23 Modified:src/lib/apr/include apr_winconfig.h src/lib/apr/lib apr_snprintf.c Log: Fix a build break in APR. Revision ChangesPath 1.2 +1 -0 apache-2.0/src/lib/apr/include/apr_winconfig.h Index: apr_winconfig.h =

cvs commit: apache-2.0/src/modules/mpm/prefork Makefile.am

1999-12-14 Thread manoj
manoj 99/12/13 22:40:15 Added: src/modules/mpm/prefork Makefile.am Log: Part of the stuff needed to get prefork working with autoconf. Untested. Revision ChangesPath 1.1 apache-2.0/src/modules/mpm/prefork/Makefile.am Index: Makefile.am ==