diff options
-rw-r--r-- | config/apache_mod_security/apache_mod_security.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/config/apache_mod_security/apache_mod_security.xml b/config/apache_mod_security/apache_mod_security.xml index 89ad57a1..f0053a75 100644 --- a/config/apache_mod_security/apache_mod_security.xml +++ b/config/apache_mod_security/apache_mod_security.xml @@ -83,10 +83,17 @@ <type>input</type> </field> <field> - <fielddescr>Site IP address</fielddescr> - <fieldname>siteipaddress</fieldname> - <description>IP address of web server. If it is behind the firewall this will generally be a private IP address in non-bridged situations. Leave blank to use the Firewalls DNS resolution. (EX: 10.2.3.1)</description> - <type>input</type> + <fielddescr>none</fielddescr> + <fieldname>none</fieldname> + <type>rowhelper</type> + <rowhelper> + <rowhelperfield> + <fielddescr>Location</fielddescr> + <fieldname>siteipaddress</fieldname> + <description>IP address of web server. If it is behind the firewall this will generally be a private IP address in non-bridged situations. Leave blank to use the Firewalls DNS resolution. (EX: 10.2.3.1)</description> + <type>input</type> + </rowhelperfield> + </rowhelper> </field> </fields> <service> |