You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2007/11/27 15:30:56 UTC

svn commit: r598651 - in /httpd/httpd/trunk/modules: experimental/ filters/

Author: jim
Date: Tue Nov 27 06:30:51 2007
New Revision: 598651

URL: http://svn.apache.org/viewvc?rev=598651&view=rev
Log:
move mod_substitute from exp to filters

Added:
    httpd/httpd/trunk/modules/filters/NWGNUsubstitute
      - copied unchanged from r598650, httpd/httpd/trunk/modules/experimental/NWGNUsubstitute
    httpd/httpd/trunk/modules/filters/mod_substitute.c
      - copied unchanged from r598650, httpd/httpd/trunk/modules/experimental/mod_substitute.c
    httpd/httpd/trunk/modules/filters/mod_substitute.dsp
      - copied unchanged from r598650, httpd/httpd/trunk/modules/experimental/mod_substitute.dsp
Removed:
    httpd/httpd/trunk/modules/experimental/NWGNUsubstitute
    httpd/httpd/trunk/modules/experimental/mod_substitute.c
    httpd/httpd/trunk/modules/experimental/mod_substitute.dsp
Modified:
    httpd/httpd/trunk/modules/filters/NWGNUmakefile
    httpd/httpd/trunk/modules/filters/config.m4

Modified: httpd/httpd/trunk/modules/filters/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/filters/NWGNUmakefile?rev=598651&r1=598650&r2=598651&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/filters/NWGNUmakefile (original)
+++ httpd/httpd/trunk/modules/filters/NWGNUmakefile Tue Nov 27 06:30:51 2007
@@ -155,6 +155,7 @@
 	$(OBJDIR)/extfiltr.nlm \
 	$(OBJDIR)/charsetl.nlm \
 	$(OBJDIR)/mod_filter.nlm \
+	$(OBJDIR)/substitute.nlm \
 	$(EOLIST)
 
 # If the zlib libraries source exists then build the mod_deflate module

Modified: httpd/httpd/trunk/modules/filters/config.m4
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/filters/config.m4?rev=598651&r1=598650&r2=598651&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/filters/config.m4 (original)
+++ httpd/httpd/trunk/modules/filters/config.m4 Tue Nov 27 06:30:51 2007
@@ -7,6 +7,7 @@
 APACHE_MODULE(ext_filter, external filter module, , , most)
 APACHE_MODULE(include, Server Side Includes, , , yes)
 APACHE_MODULE(filter, Smart Filtering, , , yes)
+APACHE_MODULE(substitute, response content rewrite-like filtering, , , most)
 
 if test "$ac_cv_ebcdic" = "yes"; then
 # mod_charset_lite can be very useful on an ebcdic system,