You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2015/11/23 16:32:50 UTC

svn commit: r1715846 - in /httpd/test/mod_h2/trunk: Makefile.am conf/mods-available/mpm_motorz.load

Author: icing
Date: Mon Nov 23 15:32:50 2015
New Revision: 1715846

URL: http://svn.apache.org/viewvc?rev=1715846&view=rev
Log:
adding test conf for motorz, currently crashing

Added:
    httpd/test/mod_h2/trunk/conf/mods-available/mpm_motorz.load
Modified:
    httpd/test/mod_h2/trunk/Makefile.am

Modified: httpd/test/mod_h2/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/Makefile.am?rev=1715846&r1=1715845&r2=1715846&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/Makefile.am (original)
+++ httpd/test/mod_h2/trunk/Makefile.am Mon Nov 23 15:32:50 2015
@@ -185,6 +185,12 @@ mpm_prefork: $(SERVER_DIR)/.testdocs-set
 	    ln -s ../mods-available/mpm_prefork.load $(SERVER_DIR)/conf/mods-enabled/ && \
 	    echo "mpm_prefork configured, please restart.")
 
+mpm_motorz: $(SERVER_DIR)/.testdocs-setup
+	@test -L $(SERVER_DIR)/conf/mods-enabled/mpm_motorz.load || \
+	    (rm -f $(SERVER_DIR)/conf/mods-enabled/mpm_*; \
+	    ln -s ../mods-available/mpm_motorz.load $(SERVER_DIR)/conf/mods-enabled/ && \
+	    echo "mpm_motorz configured, please restart.")
+
 
 ################################################################################
 # Setup the local httpd for our tests

Added: httpd/test/mod_h2/trunk/conf/mods-available/mpm_motorz.load
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/conf/mods-available/mpm_motorz.load?rev=1715846&view=auto
==============================================================================
--- httpd/test/mod_h2/trunk/conf/mods-available/mpm_motorz.load (added)
+++ httpd/test/mod_h2/trunk/conf/mods-available/mpm_motorz.load Mon Nov 23 15:32:50 2015
@@ -0,0 +1 @@
+LoadModule mpm_motorz_module modules/mod_mpm_motorz.so
\ No newline at end of file