diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/68FastCGIConfig b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/68FastCGIConfig index 7e6dd0a..2f59838 100644 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/68FastCGIConfig +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/68FastCGIConfig @@ -54,7 +54,7 @@ _EOF } $OUT .= "# Custom PHP pools\n"; foreach my $pool ($p->get_all_by_prop(type => 'pool')){ - next if ($pool->prop('status' || 'enabled') ne 'enabled'); + next if (($pool->prop('status') || 'enabled') ne 'enabled'); my $key = $pool->key; my $ver = $pool->prop('Version') || ''; $OUT .=<<_EOF;