sympa-community / sympa

Sympa, Mailing List Management Software
https://www.sympa.community/sympa
GNU General Public License v2.0
242 stars 97 forks source link

Web interface is not working #1879

Open malathi339 opened 3 weeks ago

malathi339 commented 3 weeks ago

I am newbie to installing sympa, since two weeks I am struggling to get my sympa up Version

6.2.66

Installation method

apt install sympa

Expected behavior

404 error

Actual behavior

web interface is not working

wwsympa.service

[Unit] Description=Sympa Web Interface FastCGI backend After=sympa.service Requires=wwsympa.socket

[Service] User=sympa Group=sympa ExecStart=/usr/bin/multiwatch -f $WWS_FCGI_CHILDREN -- /usr/lib/cgi-bin/sympa/wwsympa.fcgi StandardOutput=null StandardInput=socket StandardError=null

Environment="WWS_FCGI_CHILDREN=5" EnvironmentFile=-/etc/default/sympa

Restart=always RestartSec=5

FCGI_PID_DIR=/run/sympa FCGI_OPTS='-s /run/sympa/wwsympa.socket -M 0600 -U www-data'

Envionnment="FCGI_OPTS=-M 0600 -U www-data"

[Install] Also=wwsympa.socket WantedBy=multi-user.target

wwsympa.socket [Unit] Description=Sympa Web Interface Socket

[Socket] SocketUser=www-data SocketGroup=www-data SocketMode=0660

ListenStream=/run/sympa/wwsympa.socket

[Install] WantedBy=sockets.target

Apache Configuration

cat /etc/apache2/conf-available/sympa.conf

Apache >> 2.4 configuration for Sympa #

Alias /static-sympa /usr/share/sympa/static_content Require all granted Alias /css-sympa /var/lib/sympa/css Require all granted Alias /pictures-sympa /var/lib/sympa/pictures Require all granted SetHandler "proxy:unix:/run/sympa/wwsympa.socket|fcgi://localhost" Options +ExecCGI Require all granted
ikedas commented 3 weeks ago

Hi @malathi339 , Please describe in detail what you did from the time you finished the installation until you got the result you unexpected, e.g. "I launched XXXX, clicked XXXX button, entered a text 'XXXX' into XXXX, ..." ...