| @@ -718,15 +718,15 @@ class page_action extends tform_actions { | |||||
| 'server_id' => $this->web_serv, //$server_id, | 'server_id' => $this->web_serv, //$server_id, | ||||
| 'ip_address' => '*', | 'ip_address' => '*', | ||||
| 'ipv6_address' =>$this->ip6_servidor_web['ip_address'], | 'ipv6_address' =>$this->ip6_servidor_web['ip_address'], | ||||
| 'traffic_quota' => '-1', | |||||
| 'hd_quota' => '0', | |||||
| 'cgi' => 'y', | |||||
| 'ssi' => 'y', | |||||
| 'suexec' => 'y', | |||||
| 'traffic_quota' => '-1', | |||||
| 'hd_quota' => '100', | |||||
| 'cgi' => 'n', | |||||
| 'ssi' => 'n', | |||||
| 'suexec' => 'y', | |||||
| 'ruby' => 'n', | 'ruby' => 'n', | ||||
| 'python' => 'n', | 'python' => 'n', | ||||
| 'perl' => 'n', | 'perl' => 'n', | ||||
| 'errordocs' => '1', | |||||
| 'errordocs' => 'n', | |||||
| 'subdomain' => '', | 'subdomain' => '', | ||||
| 'php' => 'php-fpm', | 'php' => 'php-fpm', | ||||
| 'fastcgi_php_version' => '', | 'fastcgi_php_version' => '', | ||||
| @@ -745,7 +745,7 @@ class page_action extends tform_actions { | |||||
| 'pm_max_spare_servers' => 5, | 'pm_max_spare_servers' => 5, | ||||
| 'pm_process_idle_timeout' => 10, | 'pm_process_idle_timeout' => 10, | ||||
| 'pm_max_requests' => 0, | 'pm_max_requests' => 0, | ||||
| 'custom_php_ini' => '', | |||||
| 'custom_php_ini' => '', | |||||
| 'active' => 'y', | 'active' => 'y', | ||||
| 'document_root' => '-', | 'document_root' => '-', | ||||
| 'system_user' => '-', | 'system_user' => '-', | ||||