cvs commit: apache/src/regex Makefile

1996-07-28 Thread Ben Laurie
ben 96/07/28 03:32:19 Modified:src Configuration.tmpl Makefile.tmpl src/regex Makefile Log: Make ranlib work, when it doesn't (as it were). Clean up regex inheritance of Apache flags. Revision ChangesPath 1.22 +6 -0

cvs commit: apache/src buff.c buff.h http_config.h http_core.c http_protocol.c http_protocol.h http_request.c httpd.h mod_actions.c mod_alias.c mod_cgi.c mod_include.c mod_negotiation.c mod_proxy.c util.c

1996-07-28 Thread Alexei Kosut
akosut 96/07/28 12:27:58 Modified:src buff.c buff.h http_config.h http_core.c http_protocol.c http_protocol.h http_request.c httpd.h mod_actions.c mod_alias.c mod_cgi.c mod_include.c mod_negotiation.c

cvs commit: apache/src mod_cookies.c

1996-07-28 Thread Alexei Kosut
akosut 96/07/28 12:34:57 Modified:src mod_cookies.c Log: Add CookieExpires and CookieEnable directives. Reviewed by: Brian Behlendorf, Rob Hartill, Jim Jagielski Revision ChangesPath 1.11 +130 -7apache/src/mod_cookies.c Index: mod_cookies.c

cvs commit: apache/src http_core.c

1996-07-28 Thread Alexei Kosut
akosut 96/07/28 12:35:51 Modified:src http_core.c Log: Add IfModule section. Reviewed by: Brian Behlendorf, Jim Jagielski Revision ChangesPath 1.26 +36 -0 apache/src/http_core.c Index: http_core.c

cvs commit: apache/src CHANGES mod_proxy.c

1996-07-28 Thread Chuck Murcko
chuck 96/07/28 15:17:55 Modified:src CHANGES mod_proxy.c Log: Submitted by: Chuck Murcko added NoCache * directive to enable proper operation w/o caching changed #tmp to tmp in temp file template, for broken link/unlink changed Expire to Expires in

cvs commit: apache/src mod_negotiation.c

1996-07-28 Thread Chuck Murcko
chuck 96/07/28 15:40:56 Modified:src mod_negotiation.c Log: Reviewed by: Chuck Murcko Submitted by: Ralf S. Engelschall Prevent conflicts when ProxyRemote is in use Revision ChangesPath 1.11 +3 -0 apache/src/mod_negotiation.c Index: