Browse Source

sympa public url

main
pvincent 2 weeks ago
parent
commit
fe32444ace
  1. 12
      sympa/install.md

12
sympa/install.md

@ -6,23 +6,25 @@ https://www.sympa.community/manual/install/install-sympa-distribution-debian.htm
https://wiki.evolix.org/HowtaptoSympa
USE OF: postfix + postgresql + apache2 + fcgi
Rk: replace <SYMPA_PUBLIC_URL> according to your needs!
* apt install -y postfix postgresql apache2 libapache2-mod-fcgid spawn-fcgi
* domain: listes.artcode.re
* domain: <SYMPA_PUBLIC_URL>
* apt install -y sympa
* db: postgresql
* pass: sympa
* web: apache2
* setuid: no
* vim /etc/sympa/sympa/sympa.conf
* listmaster: pvincent@artcode.re
* vim /etc/sympa/sympa/sympa.conf #
* listmaster: <LISTMASTER>
* lang: fr
* wwsympa_url: http://sympa3.lxd/wws
* wwsympa_url: http://<SYMPA_PUBLIC_URL>/wws
* a2enmod rewrite proxy_fcgi
* vim /etc/apache2/sites-available/sympa.conf
```
<VirtualHost *:80>
ServerName localhost
ServerName <SYMPA_PUBLIC_URL>
RewriteEngine On
RewriteRule ^/$ /wws [R]
<Location /wws>

Loading…
Cancel
Save