From 6e54566f8fc05b471ba2d2c07f9d3c083beb6a9e Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 7 Dec 2010 02:40:34 +0000 Subject: - simplify the cgi path using custom fact --- modules/sympa/templates/vhost_ml.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sympa/templates/vhost_ml.conf b/modules/sympa/templates/vhost_ml.conf index bd98b175..439f4bb0 100644 --- a/modules/sympa/templates/vhost_ml.conf +++ b/modules/sympa/templates/vhost_ml.conf @@ -1,7 +1,7 @@ ServerName ml.<%= domain %> <%- -path_cgi_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/sympa/cgi" +path_cgi_directory = lib_dir + "/sympa/cgi" -%> DocumentRoot <%= path_cgi_directory %> -- cgit v1.2.1