diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/sympa/templates/webapp_sympa.conf | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ -<Directory /usr/lib64/sympa/cgi> +<%- +path_cgi_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/sympa/cgi" +-%> +<Directory <%= path_cgi_directory %> > Options ExecCGI AddHandler fastcgi-script .fcgi DirectoryIndex wwsympa-wrapper.fcgi |