diff options
author | Scott Ullrich <sullrich@pfSense.geekgod.com> | 2009-06-19 17:44:27 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfSense.geekgod.com> | 2009-06-19 17:44:27 -0400 |
commit | 5b7cd8faa5fd2742df1e3d17d3ac43793d2fd2bd (patch) | |
tree | 058d1f9c19039c6a496310bc7b47b70b240de134 | |
parent | d05438d1b238bed4e0a76b0b343b3a26af49307c (diff) | |
download | pfsense-packages-5b7cd8faa5fd2742df1e3d17d3ac43793d2fd2bd.tar.gz pfsense-packages-5b7cd8faa5fd2742df1e3d17d3ac43793d2fd2bd.tar.bz2 pfsense-packages-5b7cd8faa5fd2742df1e3d17d3ac43793d2fd2bd.zip |
Change directory to /usr/local/apachemodsecurity to ensure we do not lash with Marks hosting package.
-rw-r--r-- | config/apache_mod_security/apache_mod_security.inc | 8 |
1 files 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. # -#<Directory "/usr/local/www/apache/"> +#<Directory "/usr/local/www/apachemodsecurity/"> # # # # Possible values for the Options directive are "None", "All", # # or any combination of: |