From 5b7cd8faa5fd2742df1e3d17d3ac43793d2fd2bd Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 19 Jun 2009 17:44:27 -0400 Subject: Change directory to /usr/local/apachemodsecurity to ensure we do not lash with Marks hosting package. --- config/apache_mod_security/apache_mod_security.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/apache_mod_security/apache_mod_security.inc b/config/apache_mod_security/apache_mod_security.inc index 4d30fd33..dc51fc8a 100644 --- a/config/apache_mod_security/apache_mod_security.inc +++ b/config/apache_mod_security/apache_mod_security.inc @@ -6,8 +6,8 @@ require_once("apache_mod_security_physical.inc"); function apache_mod_security_install() { conf_mount_rw(); - if(!is_dir("/usr/local/apache")) - safe_mkdir("/usr/local/apache"); + if(!is_dir("/usr/local/apachemodsecurity")) + safe_mkdir("/usr/local/apachemodsecurity"); } function apache_mod_security_deinstall() { @@ -218,7 +218,7 @@ ServerAdmin {$global_site_email} # documents. By default, all requests are taken from this directory, but # symbolic links and aliases may be used to point to other locations. # -DocumentRoot "/usr/local/apache" +DocumentRoot "/usr/local/apachemodsecurity" # # Each directory to which Apache has access can be configured with respect @@ -244,7 +244,7 @@ DocumentRoot "/usr/local/apache" # # This should be changed to whatever you set DocumentRoot to. # -# +# # # # # Possible values for the Options directive are "None", "All", # # or any combination of: -- cgit v1.2.3