From 37a662442d7d73eb319f4c26c14d6045d6a39398 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Sat, 20 Jul 2013 11:30:24 -0700 Subject: [PATCH] apache.conf: load modules conditionally Signed-off-by: Yehuda Sadeh --- teuthology/task/apache.conf.template | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/teuthology/task/apache.conf.template b/teuthology/task/apache.conf.template index a6083d660bd15..87e92728a9066 100644 --- a/teuthology/task/apache.conf.template +++ b/teuthology/task/apache.conf.template @@ -1,7 +1,15 @@ -LoadModule env_module {mod_path}/mod_env.so -LoadModule rewrite_module {mod_path}/mod_rewrite.so -LoadModule fastcgi_module {mod_path}/mod_fastcgi.so -LoadModule log_config_module {mod_path}/mod_log_config.so + + LoadModule env_module {mod_path}/mod_env.so + + + LoadModule rewrite_module {mod_path}/mod_rewrite.so + + + LoadModule fastcgi_module {mod_path}/mod_fastcgi.so + + + LoadModule log_config_module {mod_path}/mod_log_config.so + Listen 7280 ServerName rgwtest.example.com -- 2.39.5