# ************************************ # Vhost template in module puppetlabs-apache # Managed by Puppet # ************************************ ServerName default ServerAdmin root@localhost ## Vhost docroot DocumentRoot "/var/www/html" ## Directories, there should at least be a declaration for /var/www/html Options Indexes FollowSymLinks MultiViews AllowOverride None Require all granted ## Logging ErrorLog "/var/log/httpd/default_error.log" ServerSignature Off CustomLog "/var/log/httpd/access_log" combined ## Script alias directives ScriptAlias /cgi-bin "/var/www/cgi-bin"