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

    Order allow,deny
    Allow from all
</Directory>