cvs commit: apache/src/modules/proxy proxy_ftp.c

1996-12-24 Thread Chuck Murcko
chuck 96/12/24 09:23:26 Modified:src/modules/proxy proxy_ftp.c Log: Add PASV to FTP proxy. Make default MIME type text/plain, so folks get their READMEs OK. Merry Christmas. Revision ChangesPath 1.4 +146 -48 apache/src/modules/proxy/proxy_ftp.c

cvs commit: apache/src CHANGES http_request.c

1996-12-24 Thread Randy Terbush
randy 96/12/24 10:06:17 Modified:src CHANGES http_request.c Log: Collapse multiple slashes in path URLs to properly apply handlers defined by Location. Reviewed by: Rob Hart[h]ill, Randy Terbush Submitted by: Alexei Kosut Revision ChangesPath 1.92 +3

cvs commit: apache/support suexec.c suexec.h

1996-12-24 Thread Randy Terbush
randy 96/12/24 10:28:54 Modified:src util_script.c util_script.h Log: Change create_argv() to accept variable number of arguments allowing it to be used with suexec enabled requests. Fixes problem where arguments could not be passed via argv[] to the CGI via suexec.

cvs commit: apache/src CHANGES

1996-12-24 Thread Randy Terbush
randy 96/12/24 10:38:55 Modified:src CHANGES Log: Update CHANGES Revision ChangesPath 1.93 +11 -0 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src CHANGES

1996-12-24 Thread Chuck Murcko
chuck 96/12/24 10:41:10 Modified:src CHANGES Log: Note PASV change to mod_proxy. Revision ChangesPath 1.94 +2 -0 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src CHANGES mod_auth.c mod_auth_db.c mod_auth_dbm.c

1996-12-24 Thread Randy Terbush
randy 96/12/24 11:10:32 Modified:htdocs/manual/mod mod_auth.html mod_auth_db.html mod_auth_dbm.html Log: Update docs to reflect addition of Authoritative directive. Submitted by: Dirk vanGulik Revision ChangesPath 1.4 +27 -0

cvs commit: apache/src Configuration.tmpl

1996-12-24 Thread Chuck Murcko
chuck 96/12/24 11:14:25 Modified:src Configuration.tmpl Log: Stop scaring off the proxy user candidates. 8^) Revision ChangesPath 1.53 +2 -2 apache/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apache/src CHANGES http_main.c

1996-12-24 Thread Randy Terbush
randy 96/12/24 11:17:52 Modified:src CHANGES http_main.c Log: Be more verbose about the error message give for invalded ServerName parameters. Reviewed by: Chuck Murcko, Randy Terbush Submitted by: Dirk vanGulik Revision ChangesPath 1.97 +3 -0

cvs commit: apache/src CHANGES mod_rewrite.c mod_rewrite.h

1996-12-24 Thread Randy Terbush
randy 96/12/24 11:40:20 Modified:src CHANGES mod_rewrite.c mod_rewrite.h Log: Sync mod_rewrite with Patchlevel 10. Submitted by: Ralf Engelschall Revision ChangesPath 1.98 +2 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/htdocs/manual/mod mod_proxy.html

1996-12-24 Thread Chuck Murcko
chuck 96/12/24 11:46:58 Modified:htdocs/manual/mod mod_proxy.html Log: Add additional doc for the NoCache directive. Revision ChangesPath 1.7 +11 -3 apache/htdocs/manual/mod/mod_proxy.html Index: mod_proxy.html

cvs commit: apache/src CHANGES mod_include.c

1996-12-24 Thread Randy Terbush
randy 96/12/24 11:53:06 Modified:src CHANGES mod_include.c Log: find_string() dereferences a NULL pointer when printing during an error. Reviewed by: Chuck Murcko, Randy Terbush Submitted by: Howard Fear Revision ChangesPath 1.100 +2 -0

cvs commit: apache/htdocs/manual/mod mod_proxy.html

1996-12-24 Thread Chuck Murcko
chuck 96/12/24 11:55:58 Modified:htdocs/manual/mod mod_proxy.html Log: Fix misspelled link to common config topics. Revision ChangesPath 1.8 +1 -1 apache/htdocs/manual/mod/mod_proxy.html Index: mod_proxy.html

cvs commit: apache/src CHANGES mod_cgi.c

1996-12-24 Thread Randy Terbush
randy 96/12/24 12:03:25 Modified:src CHANGES mod_cgi.c Log: Fix invalid reference to the correct resource pool. This could cause resources not to be properly freed, or freeing of invalid resources. Reviewed by: Chuck Murcko, Randy Terbush Submitted by: Dean Gaudet

cvs commit: apache/htdocs/manual/misc known_bugs.html

1996-12-24 Thread Chuck Murcko
chuck 96/12/24 12:15:48 Modified:htdocs/manual/misc known_bugs.html Log: Added mention of FIN_WAIT_2 problems, with pointer to example patch for BSDI. Revision ChangesPath 1.6 +8 -0 apache/htdocs/manual/misc/known_bugs.html Index: known_bugs.html

cvs commit: apache/src/modules/proxy mod_proxy.h

1996-12-24 Thread Chuck Murcko
chuck 96/12/24 12:22:46 Modified:src/modules/proxy mod_proxy.h Log: Revise TBD list. Revision ChangesPath 1.5 +8 -13 apache/src/modules/proxy/mod_proxy.h Index: mod_proxy.h === RCS

cvs commit: apache/src mod_env.c

1996-12-24 Thread Randy Terbush
randy 96/12/24 12:45:26 Modified:src mod_env.c Log: Give a better example of PassEnv SetEnv in the source. Submitted by: Rob Hartill Revision ChangesPath 1.8 +3 -3 apache/src/mod_env.c Index: mod_env.c

cvs commit: apache/src mod_auth_db.c

1996-12-24 Thread Randy Terbush
randy 96/12/24 12:55:27 Modified:src mod_auth_db.c Log: Fix typo Revision ChangesPath 1.8 +1 -1 apache/src/mod_auth_db.c Index: mod_auth_db.c === RCS file:

cvs commit: apache/htdocs/manual/mod mod_proxy.html

1996-12-24 Thread Chuck Murcko
chuck 96/12/24 12:57:05 Modified:htdocs/manual/mod mod_proxy.html Log: Change emphasis to agree with other docs. Revision ChangesPath 1.9 +1 -1 apache/htdocs/manual/mod/mod_proxy.html Index: mod_proxy.html

cvs commit: apache/src mod_auth_msql.c

1996-12-24 Thread Randy Terbush
randy 96/12/24 13:00:53 Modified:src mod_auth_msql.c Log: Clean up some warning in mod_auth_msql.c Revision ChangesPath 1.16 +5 -5 apache/src/mod_auth_msql.c Index: mod_auth_msql.c

cvs commit: apache/src httpd.h

1996-12-24 Thread Randy Terbush
randy 96/12/24 13:30:22 Modified:src httpd.h Log: Ok, here we go for release. Changing SERVER_BASEVERSION to 1.2b3 Revision ChangesPath 1.74 +1 -1 apache/src/httpd.h Index: httpd.h

cvs commit: apache/htdocs/manual expand.pl

1996-12-24 Thread Randy Terbush
randy 96/12/24 13:39:39 Modified:htdocs/manual expand.pl Log: Make the path to Perl5 agree with taz. Revision ChangesPath 1.2 +1 -1 apache/htdocs/manual/expand.pl Index: expand.pl ===

cvs commit: apache/src httpd.h

1996-12-24 Thread Randy Terbush
randy 96/12/24 13:48:29 Modified:src httpd.h Log: Rev'd to b4-dev Revision ChangesPath 1.75 +1 -1 apache/src/httpd.h Index: httpd.h === RCS file: