cvs commit: apachen/htdocs/manual/mod mod_rewrite.html

1997-11-01 Thread marc
marc97/10/31 19:58:33 Modified:htdocs/manual/mod mod_rewrite.html Log: Document that RewriteEngine on is _not_ inherited by vhosts, unlike many other directives. PR: 570 Revision ChangesPath 1.18 +7 -1 apachen/htdocs/manual/mod/mod_rewrite.html

cvs commit: apachen/src/main explain.c http_main.c

1997-11-01 Thread martin
martin 97/11/01 14:16:02 Modified:src/main explain.c http_main.c Log: Two minor nits for portability: a dummy buffer changed from int[] to char[], and explain.c includes httpd.h now. Paul is right, however: explain.c ought to be eliminated and replaced by aplog_error().

cvs commit: apachen/src/main http_protocol.c

1997-11-01 Thread martin
martin 97/11/01 14:24:09 Modified:src/main http_protocol.c Log: Apache sent wrong replies in response to certain Range: bytes=... headers. The patch is an update to what Ronald Tschalaer [EMAIL PROTECTED] sent. PR: 1329 Submitted by: Ronald Tschalaer [EMAIL PROTECTED]

cvs commit: apache/htdocs/manual/mod core.html mod_actions.html mod_auth_anon.html mod_auth_dbm.html mod_cern_meta.html mod_cgi.html mod_env.html mod_imap.html mod_include.html mod_negotiation.html mod_status.html

1997-11-01 Thread dgaudet
dgaudet 97/11/01 15:39:48 Modified:htdocs/manual Tag: APACHE_1_2_X content-negotiation.html custom-error.html dns-caveats.html env.html host.html index.html install.html invoking.html man-template.html

cvs commit: apachen/src/modules/proxy proxy_util.c

1997-11-01 Thread ben
ben 97/11/01 13:13:25 Modified:src/main alloc.c buff.c http_main.c src/modules/proxy proxy_util.c Log: Remove WSABASERROR bollocks. Improve error checking in sendwithtimeout(). Revision ChangesPath 1.56 +1 -1 apachen/src/main/alloc.c