aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/webapp_sympa.conf
blob: 2bde74e2c160895cae6db13c8e5c83baf5d327cd (plain)
1
2
3
4
5
6
7
<Directory <%= lib_dir + "/sympa/cgi"  %> >
    Options ExecCGI
    AddHandler fastcgi-script .fcgi
    DirectoryIndex wwsympa-wrapper.fcgi

    Require all granted
</Directory>