[Fusionforge-commits] r12023 - branches/Branch_5_1/src/etc/httpd.conf.d

Roland Mas lolando at libremir.placard.fr.eu.org
Tue Jan 18 15:39:19 CET 2011


Author: lolando
Date: 2011-01-18 15:39:19 +0100 (Tue, 18 Jan 2011)
New Revision: 12023

Modified:
   branches/Branch_5_1/src/etc/httpd.conf.d/vhost-projects.inc
Log:
Fixed interpolation in an Apache config file

Modified: branches/Branch_5_1/src/etc/httpd.conf.d/vhost-projects.inc
===================================================================
--- branches/Branch_5_1/src/etc/httpd.conf.d/vhost-projects.inc	2011-01-17 19:01:30 UTC (rev 12022)
+++ branches/Branch_5_1/src/etc/httpd.conf.d/vhost-projects.inc	2011-01-18 14:39:19 UTC (rev 12023)
@@ -10,7 +10,7 @@
 VirtualDocumentRoot {core/groupdir_prefix}/%1/htdocs
 VirtualScriptAlias {core/groupdir_prefix}/%1/cgi-bin
 
-SetEnvIf Host "(.*)\.{domain_name}" AWSTATS_FORCE_CONFIG=group-$1
+SetEnvIf Host "(.*)\.{core/web_host}" AWSTATS_FORCE_CONFIG=group-$1
 
 php_admin_value default_charset "UTF-8"
 php_admin_value include_path "{core/custom_path}:{core/config_path}:{core/source_path}:{core/source_path}/www/include:."




More information about the Fusionforge-commits mailing list