From fbf232fec59d8166508c14beb9ba2138969caf0c Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 20 Nov 2010 00:16:45 +0000 Subject: - also fix the directory ( maybe I should add a facter plugin for this too ) --- modules/sympa/templates/webapp_sympa.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/sympa/templates/webapp_sympa.conf') diff --git a/modules/sympa/templates/webapp_sympa.conf b/modules/sympa/templates/webapp_sympa.conf index 970a8836..84debe38 100644 --- a/modules/sympa/templates/webapp_sympa.conf +++ b/modules/sympa/templates/webapp_sympa.conf @@ -1,4 +1,7 @@ - +<%- +path_cgi_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/sympa/cgi" +-%> + > Options ExecCGI AddHandler fastcgi-script .fcgi DirectoryIndex wwsympa-wrapper.fcgi -- cgit v1.2.1