# ************************************ # Vhost template in module puppetlabs-apache # Managed by Puppet # ************************************ ServerAdmin pierre.lesidaner@obspm.fr ## Vhost docroot DocumentRoot "/var/www" ## Alias declarations for resources outside the DocumentRoot Alias /awstatsclasses "/usr/share/awstats/classes/" Alias /awstatscss/ "/usr/share/awstats/css/" Alias /awstats-icon/ "/usr/share/awstats/icon/" ScriptAlias /cgi-bin/ "/usr/lib/cgi-bin/" ## Directories, there should at least be a declaration for /var/www AllowOverride None Require all granted ## Logging ErrorLog "/var/log/apache2/error.log" ServerSignature Off CustomLog "/var/log/apache2/access.log" combined