
ben at hyperreal
Apr 9, 1996, 2:11 PM
Post #1 of 1
(112 views)
Permalink
|
|
cvs commit: apache/src Configuration.tmpl
|
|
ben 96/04/09 14:11:31 Modified: src Configuration.tmpl Log: Make the current status of the proxy module clear. Revision Changes Path 1.12 +5 -1 apache/src/Configuration.tmpl Index: Configuration.tmpl =================================================================== RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v retrieving revision 1.11 retrieving revision 1.12 diff -C3 -r1.11 -r1.12 *** Configuration.tmpl 1996/04/09 08:18:39 1.11 --- Configuration.tmpl 1996/04/09 21:11:30 1.12 *************** *** 164,170 **** Module asis_module mod_asis.o Module imap_module mod_imap.o Module action_module mod_actions.o - Module proxy_module mod_proxy.o Module cern_meta_module mod_cern_meta.o Module env_module mod_env.o Module anon_auth_module mod_auth_anon.o --- 164,169 ---- *************** *** 199,204 **** --- 198,208 ---- # Module dld_module mod_dld.o # Module cookies_module mod_cookies.o + + # Even more finally, the proxy module. Incomplete, buggy and possibly dangerous + # Use it at your own risk. + + # Module proxy_module mod_proxy.o # Finally, this is a *replacement* for mod_log_common which # supports a LogFormat directive which allows you to specify what
|