#
<VirtualHost *:80>
Include {core/config_path}/httpd.conf.d/vhost-list.inc
- Include {core/config_path}/httpd.conf.d/lists-vhost-plugin-*.inc
+ <IfVersion >= 2.3>
+ IncludeOptional {core/config_path}/httpd.conf.d/lists-vhost-plugin-*.inc
+ </IfVersion>
+ <IfVersion < 2.3>
+ Include {core/config_path}/httpd.conf.d/lists-vhost-plugin-*.inc
+ </IfVersion>
RewriteEngine on
RewriteRule ^/$ http://%{HTTP_HOST}/cgi-bin/mailman/listinfo [R=301]
</VirtualHost>
<VirtualHost *:443>
Include {core/config_path}/httpd.conf.d/vhost-list.inc
- Include {core/config_path}/httpd.conf.d/lists-vhost-plugin-*.inc
+ <IfVersion >= 2.3>
+ IncludeOptional {core/config_path}/httpd.conf.d/lists-vhost-plugin-*.inc
+ </IfVersion>
+ <IfVersion < 2.3>
+ Include {core/config_path}/httpd.conf.d/lists-vhost-plugin-*.inc
+ </IfVersion>
RewriteEngine on
RewriteRule ^/$ https://%{HTTP_HOST}/cgi-bin/mailman/listinfo [R=301]
ForceType application/x-httpd-php
</Location>
-Include {core/config_path}/httpd.conf.d/plugin-*.inc
+<IfVersion >= 2.3>
+ IncludeOptional /etc/gforge/httpd.conf.d/plugin-*.inc
+</IfVersion>
+<IfVersion < 2.3>
+ Include /etc/gforge/httpd.conf.d/plugin-*.inc
+</IfVersion>
Alias /images/ {core/source_path}/www/images/
Alias /scripts/coolfieldset/ {core/source_path}/vendor/coolfieldset/