From 9ab019ea02f7cb3587805d54acd79ca9b7e90c3d Mon Sep 17 00:00:00 2001 From: Artyom Beilis Date: Sat, 5 Sep 2009 19:02:05 +0000 Subject: [PATCH] Fixed apache support of proxy --- cppcms_run | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cppcms_run b/cppcms_run index fd326f9..c563e70 100755 --- a/cppcms_run +++ b/cppcms_run @@ -407,9 +407,9 @@ if ! [ -f "$APACHE_MOD_DIR/mod_scgi.$APACHE_MOD_EXT" ] && [ "$API" == "scgi" ]; fi fi -if ! [ -f "$APACHE_MOD_DIR/mod_proxy.$APACHE_MOD_EXT" ] && [ "$API" == "http" ]; then +if ! [ -f "$APACHE_MOD_DIR/mod_proxy_http.$APACHE_MOD_EXT" ] && [ "$API" == "http" ]; then if [ "$1" == "exit" ] ; then - echo "Can't find apache proxy modue" + echo "Can't find apache proxy_http modue" exit 1 else WEB_SERVER="" @@ -503,6 +503,7 @@ then cat >>$DIR/apache.conf <