Received: (from majordom@localhost) by hyperreal.com (8.8.4/8.8.4) id SAA09096; Thu, 24 Apr 1997 18:48:27 -0700 (PDT) Received: from blacklodge.c2.net (blacklodge.c2.net [208.139.36.35]) by hyperreal.com (8.8.4/8.8.4) with ESMTP id SAA09089 for ; Thu, 24 Apr 1997 18:48:25 -0700 (PDT) Received: from gabber.c2.net (gabber.c2.net [208.139.36.80]) by blacklodge.c2.net (8.8.5/8.7.3) with ESMTP id SAA21131 for ; Thu, 24 Apr 1997 18:48:18 -0700 (PDT) Received: (from sameer@localhost) by gabber.c2.net (8.8.4/8.8.4) id SAA26754 for new-httpd@hyperreal.com; Thu, 24 Apr 1997 18:47:53 -0700 (PDT) From: sameer Message-Id: <199704250147.SAA26754@gabber.c2.net> Subject: many +1s, but no patch To: new-httpd@hyperreal.com Date: Thu, 24 Apr 1997 18:47:53 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Index: Configuration.tmpl =================================================================== RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v retrieving revision 1.58 diff -c -c -r1.58 Configuration.tmpl *** Configuration.tmpl 1997/04/15 20:00:20 1.58 --- Configuration.tmpl 1997/04/25 01:46:47 *************** *** 138,147 **** Module dir_module mod_dir.o Module cgi_module mod_cgi.o Module userdir_module mod_userdir.o - Module alias_module mod_alias.o Module env_module mod_env.o Module config_log_module mod_log_config.o ## The asis module implemented ".asis" file types, which allow the embedding ## of HTTP headers at the beginning of the document. mod_imap handles internal ## imagemaps (no more cgi-bin/imagemap/!). mod_actions is used to specify --- 138,166 ---- Module dir_module mod_dir.o Module cgi_module mod_cgi.o Module userdir_module mod_userdir.o Module env_module mod_env.o Module config_log_module mod_log_config.o + + ## + ## The next three modules here are URL manipulation + ## + + ## Finally, the proxy module. It's not as complete as it could be yet. + ## But it's getting there. + + # Module proxy_module modules/proxy/libproxy.a + + ## + ## Alias module + + Module alias_module mod_alias.o + + ## mod_rewrite allows for powerful URI-to-filename mapping, using + ## regular expressions. + + # Module rewrite_module mod_rewrite.o + ## The asis module implemented ".asis" file types, which allow the embedding ## of HTTP headers at the beginning of the document. mod_imap handles internal ## imagemaps (no more cgi-bin/imagemap/!). mod_actions is used to specify *************** *** 161,171 **** # Module agent_log_module mod_log_agent.o # Module referer_log_module mod_log_referer.o - ## mod_rewrite allows for powerful URI-to-filename mapping, using - ## regular expressions. - - # Module rewrite_module mod_rewrite.o - ## cern_meta mimics the behavior of the CERN web server with regards to ## metainformation files. --- 180,185 ---- *************** *** 243,250 **** ## the file modules/example/README for details. # Module example_module modules/example/mod_example.o - - ## Finally, the proxy module. It's not as complete as it could be yet. - ## But it's getting there. - - # Module proxy_module modules/proxy/libproxy.a --- 257,259 ---- -- Sameer Parekh Voice: 510-986-8770 President FAX: 510-986-8777 C2Net http://www.c2.net/ sameer@c2.net