{% if site.get('LogLevel') != False -%}LogLevel {{ vals.LogLevel }}{% endif %} | {% if site.get('LogLevel') != False -%}LogLevel {{ vals.LogLevel }}{% endif %} | ||||
{% if site.get('ErrorLog') != False -%}ErrorLog {{ vals.ErrorLog }}{% endif %} | {% if site.get('ErrorLog') != False -%}ErrorLog {{ vals.ErrorLog }}{% endif %} | ||||
{% if site.get('CustomLog') != False -%}CustomLog {{ vals.CustomLog }} {{ vals.LogFormat }}{% endif %} | |||||
{% if site.get('LogFormat') != False -%}LogFormat {{ vals.LogFormat }}{% endif %} | |||||
{% if site.get('CustomLog') != False -%}LogFormat {{ vals.LogFormat }} {{ sitename }} | |||||
CustomLog {{ vals.CustomLog }} {{ sitename }}{% endif %} | |||||
</VirtualHost> | </VirtualHost> |
{% if site.get('LogLevel') != False %}LogLevel {{ vals.LogLevel }}{% endif %} | {% if site.get('LogLevel') != False %}LogLevel {{ vals.LogLevel }}{% endif %} | ||||
{% if site.get('ErrorLog') != False %}ErrorLog {{ vals.ErrorLog }}{% endif %} | {% if site.get('ErrorLog') != False %}ErrorLog {{ vals.ErrorLog }}{% endif %} | ||||
{% if site.get('CustomLog') != False %}CustomLog {{ vals.CustomLog }} {{ vals.LogFormat }}{% endif %} | |||||
{% if site.get('LogFormat') != False -%}LogFormat {{ vals.LogFormat }}{% endif %} | |||||
{% if site.get('CustomLog') != False -%}LogFormat {{ vals.LogFormat }} {{ sitename }} | |||||
CustomLog {{ vals.CustomLog }} {{ sitename }}{% endif %} | |||||
{% if site.get('SSLCertificateFile') %}SSLEngine on | {% if site.get('SSLCertificateFile') %}SSLEngine on | ||||
SSLCertificateFile {{ site.SSLCertificateFile }} | SSLCertificateFile {{ site.SSLCertificateFile }} |
{% if site.get('LogLevel') != False %}LogLevel {{ vals.LogLevel }}{% endif %} | {% if site.get('LogLevel') != False %}LogLevel {{ vals.LogLevel }}{% endif %} | ||||
{% if site.get('ErrorLog') != False %}ErrorLog {{ vals.ErrorLog }}{% endif %} | {% if site.get('ErrorLog') != False %}ErrorLog {{ vals.ErrorLog }}{% endif %} | ||||
{% if site.get('CustomLog') != False %}CustomLog {{ vals.CustomLog }} {{ vals.LogFormat }}{% endif %} | |||||
{% if site.get('LogFormat') != False -%}LogFormat {{ vals.LogFormat }}{% endif %} | |||||
{% if site.get('CustomLog') != False -%}LogFormat {{ vals.LogFormat }} {{ sitename }} | |||||
CustomLog {{ vals.CustomLog }} {{ sitename }}{% endif %} | |||||
Redirect {{ vals.RedirectSource }} {{ vals.RedirectTarget }} | Redirect {{ vals.RedirectSource }} {{ vals.RedirectTarget }} | ||||
{% if site.get('LogLevel') != False -%}LogLevel {{ vals.LogLevel }}{% endif %} | {% if site.get('LogLevel') != False -%}LogLevel {{ vals.LogLevel }}{% endif %} | ||||
{% if site.get('ErrorLog') != False -%}ErrorLog {{ vals.ErrorLog }}{% endif %} | {% if site.get('ErrorLog') != False -%}ErrorLog {{ vals.ErrorLog }}{% endif %} | ||||
{% if site.get('LogFormat') != False -%}LogFormat {{ vals.LogFormat }}{% endif %} | {% if site.get('LogFormat') != False -%}LogFormat {{ vals.LogFormat }}{% endif %} | ||||
{% if site.get('CustomLog') != False -%}CustomLog {{ vals.CustomLog }} {% endif %} | |||||
{% if site.get('CustomLog') != False -%}LogFormat {{ vals.LogFormat }} {{ sitename }} | |||||
CustomLog {{ vals.CustomLog }} {{ sitename }}{% endif %} | |||||
{% if site.get('DocumentRoot') != False -%}DocumentRoot {{ vals.DocumentRoot }}{% endif %} | {% if site.get('DocumentRoot') != False -%}DocumentRoot {{ vals.DocumentRoot }}{% endif %} | ||||
{% if site.get('VirtualDocumentRoot') -%}VirtualDocumentRoot {{ vals.VirtualDocumentRoot }}{% endif %} | {% if site.get('VirtualDocumentRoot') -%}VirtualDocumentRoot {{ vals.VirtualDocumentRoot }}{% endif %} |