Fix httpd template syntaxe

This commit is contained in:
Daniel Berteaud 2017-07-14 13:55:39 +02:00
parent 3f76ffa141
commit fc97f8f927
1 changed files with 2 additions and 1 deletions

View File

@ -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;