Поставил php-fpm из локального оверлея в gentoo все работает нормально кроме одного:
при старте ругается на конфиг ( хотя все работает ) -
share1 ~ # /etc/init.d/php-fpm restart
/etc/conf.d/php-fpm: line 1: syntax error near unexpected token `newline'
/etc/conf.d/php-fpm: line 1: `<?xml version="1.0" ?>' * Stopping PHP FastCGI server ... [ ok ]
* Starting PHP FastCGI server ... [ ok ]
конфиг, собственно:
share1 ~ # cat /etc/conf.d/php-fpm
<?xml version="1.0" ?>
<configuration>
<section name="global_options">
(See "Global Options" below)
</section>
<workers>
<section name="pool"> (One section per pool)
(See "Worker Sections" below)
</section>
</workers>
share1 ~ #
Есть соображения на этот счет ?
Заранее спасибо.