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