aboutsummaryrefslogtreecommitdiffstats
path: root/config/apache_mod_security-dev
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2013-11-12 04:11:14 -0800
committerMarcello Coutinho <marcellocoutinho@gmail.com>2013-11-12 04:11:14 -0800
commitc0380c8b336b1c7709d2116bbb4c5a448c1f9c9e (patch)
tree8c4a9c29858c96b387cc030e33204c13d4fcadb8 /config/apache_mod_security-dev
parentb79756178b145e8f49873c2a59721001d0735d56 (diff)
parentbf4c9ab96057e4b33d30e29d6ce4794645888f6c (diff)
downloadpfsense-packages-c0380c8b336b1c7709d2116bbb4c5a448c1f9c9e.tar.gz
pfsense-packages-c0380c8b336b1c7709d2116bbb4c5a448c1f9c9e.tar.bz2
pfsense-packages-c0380c8b336b1c7709d2116bbb4c5a448c1f9c9e.zip
Merge pull request #539 from djgel/patch-6
Update apache_settings.xml
Diffstat (limited to 'config/apache_mod_security-dev')
-rw-r--r--config/apache_mod_security-dev/apache_settings.xml29
1 files changed, 28 insertions, 1 deletions
diff --git a/config/apache_mod_security-dev/apache_settings.xml b/config/apache_mod_security-dev/apache_settings.xml
index 20ba59c2..e358f5ee 100644
--- a/config/apache_mod_security-dev/apache_settings.xml
+++ b/config/apache_mod_security-dev/apache_settings.xml
@@ -278,9 +278,36 @@
<type>input</type>
<size>10</size>
</field>
+ <field>
+ <name>Status Page</name>
+ <type>listtopic</type>
+ </field>
+ <field>
+ <fielddescr>Status Page</fielddescr>
+ <fieldname>statuspage</fieldname>
+ <description>
+ <![CDATA[Enable a Status Page for Apache and Mod_proxy. Acess htt://DefaultBindIP:DefaultBindPort/status-server]]>
+ </description>
+ <type>select</type>
+ <options>
+ <option><name>On</name><value>On</value></option>
+ <option><name>Off</name><value>Off</value></option>
+ </options>
+ </field>
+ <field>
+ <fielddescr>Network Access Status Page</fielddescr>
+ <fieldname>netaccessstatus</fieldname>
+ <description>
+ <![CDATA[
+ Network can access a status page. Ex: 172.16.1.0/24
+ <br/>
+ NOTE: Leave blank define all networks
+ ]]>
+ </description>
+ <type>input</type>
</fields>
<custom_php_resync_config_command>
apache_mod_security_resync();
</custom_php_resync_config_command>
<include_file>/usr/local/pkg/apache_mod_security.inc</include_file>
-</packagegui> \ No newline at end of file
+</packagegui>