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

1996-11-25 Thread Sameer Parekh
sameer 96/11/25 22:52:27 Modified:htdocs/manual/mod core.html Log: Add docs for files/ifmodule/sendbuffersize Revision ChangesPath 1.5 +35 -3 apache/htdocs/manual/mod/core.html Index: core.html ===

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

1996-11-25 Thread Sameer Parekh
sameer 96/11/25 22:42:25 Modified:htdocs/manual/mod core.html Log: missed two Revision ChangesPath 1.4 +2 -0 apache/htdocs/manual/mod/core.html Index: core.html === RCS file: /export/hom

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

1996-11-25 Thread Sameer Parekh
sameer 96/11/25 22:27:56 Modified:htdocs/manual/mod core.html Log: list undocumented core directives Revision ChangesPath 1.3 +7 -0 apache/htdocs/manual/mod/core.html Index: core.html ===

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

1996-11-25 Thread Sameer Parekh
sameer 96/11/25 22:20:30 Modified:htdocs/manual/mod mod_cgi.html Log: Add Script* directives Revision ChangesPath 1.3 +36 -0 apache/htdocs/manual/mod/mod_cgi.html Index: mod_cgi.html ===

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

1996-11-25 Thread Sameer Parekh
sameer 96/11/25 22:13:48 Modified:htdocs/manual/mod mod_alias.html Log: Add redirecttemp/perm directives Revision ChangesPath 1.3 +26 -1 apache/htdocs/manual/mod/mod_alias.html Index: mod_alias.html ==

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

1996-11-25 Thread Sameer Parekh
sameer 96/11/25 22:03:48 Modified:htdocs/manual/mod mod_browser.html Log: now that I know what status is for, fix mod_browser Revision ChangesPath 1.2 +2 -2 apache/htdocs/manual/mod/mod_browser.html Index: mod_browser.html =

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

1996-11-25 Thread Sameer Parekh
sameer 96/11/25 22:03:27 Modified:htdocs/manual/mod mod_log_common.html Log: Say that this has been replaced Revision ChangesPath 1.3 +4 -3 apache/htdocs/manual/mod/mod_log_common.html Index: mod_log_common.html

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

1996-11-25 Thread Sameer Parekh
sameer 96/11/25 22:02:03 Modified:htdocs/manual/mod mod_log_config.html Log: Update mod_log_config to reflect standard status and new directive Revision ChangesPath 1.3 +16 -8 apache/htdocs/manual/mod/mod_log_config.html Index: mod_log_config.html =

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

1996-11-25 Thread Sameer Parekh
sameer 96/11/25 21:50:53 Added: htdocs/manual/mod mod_browser.html Log: Docs for BrowserMatch

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

1996-11-25 Thread Sameer Parekh
sameer 96/11/25 21:36:43 Modified:htdocs/manual bind.html custom-error.html install.html install_1_1.html new_features_1_1.html virtual-host.html htdocs/manual/misc security_tips.html Log: Fix links to core.html

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

1996-11-25 Thread Sameer Parekh
sameer 96/11/25 21:29:26 Modified:htdocs/manual/misc FAQ.html Log: Update small things in FAQ Revision ChangesPath 1.4 +2 -2 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html === RCS fi

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

1996-11-25 Thread Sameer Parekh
sameer 96/11/25 21:26:25 Modified:htdocs/manual/misc FAQ.html Log: fix typo Revision ChangesPath 1.3 +1 -1 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html === RCS file: /export/home/c

cvs commit: apache/src httpd.h

1996-11-25 Thread Randy Terbush
randy 96/11/25 09:18:21 Modified:src httpd.h Log: Preparing for first internal Beta 1.2b0 Revision ChangesPath 1.64 +1 -1 apache/src/httpd.h Index: httpd.h === RCS file: /export/hom

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

1996-11-25 Thread Chuck Murcko
chuck 96/11/25 07:22:13 Modified:src/modules/proxy proxy_cache.c Log: Cleanup promised earlier which didn't make it in. Revision ChangesPath 1.7 +3 -7 apache/src/modules/proxy/proxy_cache.c Index: proxy_cache.c

cvs commit: apache/htdocs/manual/mod directives.html index.html

1996-11-25 Thread Paul Sutton
pcs 96/11/25 05:56:40 Modified:htdocs/manual/mod directives.html index.html Log: Link to mod_headers documentation from lists of modules and directives Revision ChangesPath 1.2 +1 -0 apache/htdocs/manual/mod/directives.html Index: directives.html ==

cvs commit: apache/src mod_cgi.c

1996-11-25 Thread Ben Laurie
ben 96/11/25 05:32:49 Modified:src mod_cgi.c Log: Squash a warning. Revision ChangesPath 1.22 +1 -1 apache/src/mod_cgi.c Index: mod_cgi.c === RCS file: /export/home/cvs/apache/src

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

1996-11-25 Thread Paul Sutton
pcs 96/11/25 03:54:11 Added: htdocs/manual/mod mod_headers.html Log: Add documentation for the new headers module (mod_headers)

cvs commit: apache/src/modules/proxy mod_proxy.c proxy_http.c

1996-11-25 Thread Roy Fielding
* handle it back-compatibly, or at least signal an error). */ ! #define MODULE_MAGIC_NUMBER 19961125 #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL /* Generic accessors for other modules to get at their own module-specific 1.13 +