CGIhandler = /usr/bin/perl:pl CGIhandler = /usr/bin/php-cgi:php CGIhandler = /usr/bin/python:py CGIhandler = /usr/bin/ruby:rb CGIhandler = /usr/bin/ssi-cgi:shtml CGIextension = cgi FastCGIserver { FastCGIid = PHP7 ConnectTo = /run/php/php7.0-fpm.sock Extension = php } VirtualHost { Hostname = www.example.net WebsiteRoot = /var/www/example.net/public StartFile = index.php AccessLogfile = /var/www/example.net/log/access.log ErrorLogfile = /var/www/example.net/log/error.log TimeForCGI = 5 UseFastCGI = PHP7 TLScertFile = /etc/ssl/example-net.pem }