Fix httpd template syntaxe

tags/0.0.1_0.fc26_el6
Daniel Berteaud 7 years ago
parent 3f76ffa141
commit fc97f8f927
  1. 3
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/68FastCGIConfig

@ -51,7 +51,8 @@ Alias /php-cgi-bin/php$key-wrapper /var/www/php-cgi-bin/php$key-wrapper
FastCgiExternalServer /var/www/php-cgi-bin/php$key-wrapper -socket /var/run/php-fpm/$socket -pass-header Authorization -idle-timeout 120
_EOF
# Custom PHP pools
}
$OUT .= "# Custom PHP pools\n";
foreach my $pool ($p->get_all_by_prop(type => 'pool')){
next if ($pool->prop('status' || 'enabled') ne 'enabled');
my $key = $pool->key;

Loading…
Cancel
Save