diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-06-24 18:40:33 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-06-24 18:40:33 -0400 |
commit | d6b9133dec4cae3e1a7b65568deb7b81e0e98a9e (patch) | |
tree | 398c3ff2150f603bae1578439a0b3ff2c09a5075 /config | |
parent | 4ee461275d0283f99dd78e6f0617ca1e0952b598 (diff) | |
download | pfsense-packages-d6b9133dec4cae3e1a7b65568deb7b81e0e98a9e.tar.gz pfsense-packages-d6b9133dec4cae3e1a7b65568deb7b81e0e98a9e.tar.bz2 pfsense-packages-d6b9133dec4cae3e1a7b65568deb7b81e0e98a9e.zip |
Download and install apache_mod_security_view_logs.php as well
Diffstat (limited to 'config')
-rw-r--r-- | config/apache_mod_security/apache_mod_security.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/apache_mod_security/apache_mod_security.xml b/config/apache_mod_security/apache_mod_security.xml index 6b9d2c2e..21026de5 100644 --- a/config/apache_mod_security/apache_mod_security.xml +++ b/config/apache_mod_security/apache_mod_security.xml @@ -57,6 +57,11 @@ <chmod>0644</chmod> <item>http://www.pfsense.com/packages/config/apache_mod_security/apache_mod_security_settings.xml</item> </additional_files_needed> + <additional_files_needed> + <prefix>/usr/local/www/</prefix> + <chmod>0644</chmod> + <item>http://www.pfsense.com/packages/config/apache_mod_security/apache_mod_security_view_logs.php</item> + </additional_files_needed> <tabs> <tab> <text>Proxy Server Settings</text> |