LoadModule php7_module %%APACHEMODDIR%%/libphp7.so
SetHandler application/x-httpd-php
ServerAdmin root@example.org
ServerName samdrucker.int.example.org
ErrorLog "/var/log/apache/samdrucker-error.log"
CustomLog "/var/log/apache/samdrucker-access.log" common
DocumentRoot "%%WWWDIR%%"