diff options
-rw-r--r-- | modules/sympa/templates/webapp_sympa.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/sympa/templates/webapp_sympa.conf b/modules/sympa/templates/webapp_sympa.conf index 43f3256c..1a508199 100644 --- a/modules/sympa/templates/webapp_sympa.conf +++ b/modules/sympa/templates/webapp_sympa.conf @@ -1,5 +1,6 @@ <Directory <%= lib_dir + "/sympa/cgi" %> > - Options ExecCGI + SetHandler fcgid-script + Options +ExecCGI AddHandler cgi-script .fcgi DirectoryIndex wwsympa-wrapper.fcgi |