Browse Source

Duplicate jail "php-url-fopen"

pull/610/head
Aarón Nieves Fernández 11 years ago
parent
commit
993b7d3dfb
  1. 10
      config/jail.conf

10
config/jail.conf

@ -448,16 +448,6 @@ maxretry = 5
# of usage in production environments.
[php-url-fopen]
enabled = false
action = iptables-multiport[name=php-url-open, port="http,https"]
filter = php-url-fopen
logpath = /var/www/*/logs/access_log
maxretry = 1
# Ban attackers that try to use PHP's URL-fopen() functionality
# through GET/POST variables. - Experimental, with more than a year
# of usage in production environments.
[php-url-fopen]
enabled = false
action = iptables-multiport[name=php-url-open, port="http,https"]
filter = php-url-fopen

Loading…
Cancel
Save