{% if ansible_prolog -%} {% from 'templates/ansible/prolog.j2' import prolog with context %} {{ prolog() }} {% endif -%} # Apache vhost for PHP system checks ServerName {{ phpsyscheck_vhostname }} DocumentRoot /etc/php5/syscheck.d DirectoryIndex index.php AuthType basic AuthName "Restricted Access" AuthUserFile /etc/apache2/auth_admin Require valid-user Options None AllowOverride None Order allow,deny Allow from all LogLevel warn CustomLog ${APACHE_LOG_DIR}/sys.access.log combined ErrorLog ${APACHE_LOG_DIR}/sys.error.log