summaryrefslogtreecommitdiff
path: root/net-mail/sympa/files/sympa-apache.conf
blob: 94098f887ccc725eed017985f10602ced1279bf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Alias /static-sympa		/var/spool/sympa/static_content

<IfDefine SYMPA>
	ScriptAlias /sympa /usr/libexec/sympa/wwsympa-wrapper.fcgi
	<IfDefine FASTCGI>
		FastCgiServer /usr/libexec/sympa/wwsympa-wrapper.fcgi -processes 2
		<Location /sympa>
		SetHandler fastcgi-script
		</Location>
	</Ifdefine>
</Ifdefine>