Subject: The mailing list for listmasters using Sympa
List archive
- From: Tony Castelletto <address@concealed>
- To: address@concealed
- Subject: [sympa-users] Question About HTTP Configuration
- Date: Sun, 16 Aug 2020 22:29:14 -0700
Hello All,
I'm working on my first Sympa installation and I'm struggling with some issues. One is QMail configuration, but I think I may have solved that. The other is the http configuration. Currently, I'm getting unknown script errors when I try to access the symp URL on our server. Our server runs several virtual hosts off the same server using Interworx running on top of CentOS. I can't figure out what's wrong or missing in our http configuration. Sympa and wwsympa are both running as system services. Doe anyone have an ideas? Has anyone here installed Sympa on this kind of set up? Thanks in advance, I feel like I'm missing something very obvious.
I used the configuration template for Apache in the installation documentation on GIthub. My current configuration looks like:
<Location /sympa>
SetHandler "proxy:unix:/run/sympa/wwsympa.socket|fcgi://"
Require all granted
</Location>
<Location /static-sympa>
Require all granted
</Location>
Alias /static-sympa /usr/share/sympa/static_content
<Directory /home/ourUser/ourDomain.com/html/sympa>
Require all granted
</Directory>
As far as I know, our service provider loaded the modules needed for sympa which are alias, proxy, and proxy_fcgi.
- [sympa-users] Question About HTTP Configuration, Tony Castelletto, 08/17/2020
Archive powered by MHonArc 2.6.19+.