aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/webapp_sympa.conf
blob: 970a8836a69bcc7fbfdd50b5d65a1c919acaf48e (plain)
1
2
3
4
5
6
7
8
<Directory /usr/lib64/sympa/cgi>
    Options ExecCGI
    AddHandler fastcgi-script .fcgi
    DirectoryIndex wwsympa-wrapper.fcgi

    Order allow,deny
    Allow from all
</Directory>