summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/samples/store-python
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsca-cpp/trunk/modules/http/httpd-event-conf (renamed from sca-cpp/trunk/samples/store-python/redirect)18
-rwxr-xr-xsca-cpp/trunk/samples/store-python/uec2-start2
2 files changed, 16 insertions, 4 deletions
diff --git a/sca-cpp/trunk/samples/store-python/redirect b/sca-cpp/trunk/modules/http/httpd-event-conf
index f73b342bf8..58923d9dd9 100755
--- a/sca-cpp/trunk/samples/store-python/redirect
+++ b/sca-cpp/trunk/modules/http/httpd-event-conf
@@ -17,7 +17,19 @@
# specific language governing permissions and limitations
# under the License.
-# Redirect ports 80 and 443
-../../ubuntu/ip-redirect-all 80 8090
-../../ubuntu/ip-redirect-all 443 8453
+# Configure HTTPD to run with the event MPM
+here=`readlink -f $0`; here=`dirname $here`
+mkdir -p $1
+root=`readlink -f $1`
+
+modules_prefix=`cat $here/httpd-modules.prefix`
+
+mkdir -p $root
+mkdir -p $root/conf
+cat >$root/conf/mpm.conf <<EOF
+# Generated by: httpd-event-conf $*
+# Use HTTPD event MPM
+LoadModule mpm_event_module ${modules_prefix}/modules/mod_mpm_event.so
+
+EOF
diff --git a/sca-cpp/trunk/samples/store-python/uec2-start b/sca-cpp/trunk/samples/store-python/uec2-start
index af98e1ac7f..84c170e596 100755
--- a/sca-cpp/trunk/samples/store-python/uec2-start
+++ b/sca-cpp/trunk/samples/store-python/uec2-start
@@ -24,7 +24,7 @@ else
host="localhost"
fi
-# Ports 80, 443, 8090, 8453 need to be open
+# Ports 80, 443, 444, 8090, 8453, 8454 need to be open
sudo ../../ubuntu/ip-redirect-all 80 8090
sudo ../../ubuntu/ip-redirect-all 443 8453