{ if ($fastcgi_mod eq 'mod_fastcgi'){ $OUT .=<<_EOF; Action phptt-rss-fastcgi /php-cgi-bin/phptt-rss-wrapper Alias /php-cgi-bin/phptt-rss-wrapper /var/www/php-cgi-bin/phptt-rss-wrapper FastCgiExternalServer /var/www/php-cgi-bin/phptt-rss-wrapper -socket /var/run/php-fpm/php__PHP_VERSION__-tt-rss.sock -pass-header Authorization -idle-timeout 120 _EOF } }