akosut 96/08/14 10:45:17
Modified: src Configuration.tmpl Added: src mod_rewrite.c mod_rewrite.h Log: Add mod_rewrite to Apache distribution Submitted by: Ralf S. Engelschall Reviewed by: Alexei Kosut, Chuck Murcko, Jim Jagielski, Randy Terbush, Aram Mirzadeh Revision Changes Path 1.30 +5 -0 apache/src/Configuration.tmpl Index: Configuration.tmpl =================================================================== RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v retrieving revision 1.29 retrieving revision 1.30 diff -C3 -r1.29 -r1.30 *** Configuration.tmpl 1996/08/12 18:59:44 1.29 --- Configuration.tmpl 1996/08/14 17:45:14 1.30 *************** *** 176,181 **** --- 176,186 ---- # 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 mimicks the behavior of the CERN web server with regards to ## metainformation files.