4824533aee
- switch config dir to /var/sympa/etc as sympa daemon/fcgi might want to write templates there - switch to use spawn-fcgi, this way sympa web admin works fine in chrooted httpd - provide a httpd.conf fragment to ease sympa integration - switch to rc scripts (with help from aja@) - improve README With help and feedback from J.G Pailloncy, ok ajacoutot@
10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
# $OpenBSD: httpd-sympa.conf,v 1.1 2010/12/30 17:51:25 landry Exp $
|
|
|
|
Alias /wwsicons /sympa/icons/
|
|
Alias /static-sympa /sympa/
|
|
ScriptAlias /sympa /wwsympa.fcgi
|
|
FastCgiExternalServer /wwsympa.fcgi -host 127.0.0.1:1026
|
|
<Location /sympa>
|
|
SetHandler fastcgi-script
|
|
</Location>
|