You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2006/02/28 16:35:40 UTC

svn commit: r381677 - /httpd/apreq/branches/apr-build-system/module/apache2/config.m4

Author: joes
Date: Tue Feb 28 07:35:38 2006
New Revision: 381677

URL: http://svn.apache.org/viewcvs?rev=381677&view=rev
Log:
Name of module is mod_apreq2; and set apreq_module struct name.

Modified:
    httpd/apreq/branches/apr-build-system/module/apache2/config.m4

Modified: httpd/apreq/branches/apr-build-system/module/apache2/config.m4
URL: http://svn.apache.org/viewcvs/httpd/apreq/branches/apr-build-system/module/apache2/config.m4?rev=381677&r1=381676&r2=381677&view=diff
==============================================================================
--- httpd/apreq/branches/apr-build-system/module/apache2/config.m4 (original)
+++ httpd/apreq/branches/apr-build-system/module/apache2/config.m4 Tue Feb 28 07:35:38 2006
@@ -1,14 +1,8 @@
 dnl modules enabled in this directory by default
-
-dnl Authentication (authn), Access, and Authorization (authz)
-
 dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
 
 APACHE_MODPATH_INIT(apreq)
 
-dnl Authentication modules; modules checking a username and password against a
-dnl file, database, or other similar magic.
-dnl
-APACHE_MODULE(apreq, apreq POST-data filter, filter.lo handle.lo, , yes)
+APACHE_MODULE(apreq2, apreq POST-data filter, filter.lo handle.lo, apreq_module, yes)
 
 APACHE_MODPATH_FINISH