# debian specific configuration

<IfModule !authz_host_module>
Include /etc/apache2/mods-available/authz_host.load
</IfModule>
<IfModule !deflate_module>
Include /etc/apache2/mods-available/deflate.load
</IfModule>
<IfModule !filter_module>
Include /etc/apache2/mods-available/filter.load
</IfModule>
<IfModule !proxy_http_module>
Include /etc/apache2/mods-available/proxy_http.load
</IfModule>
<IfModule !proxy_module>
Include /etc/apache2/mods-available/proxy.load
</IfModule>
<IfModule !rewrite_module>
Include /etc/apache2/mods-available/rewrite.load
</IfModule>
<IfModule !ssl_module>
Include /etc/apache2/mods-available/ssl.load
</IfModule>
<IfModule !substitute_module>
Include /etc/apache2/mods-available/substitute.load
</IfModule>