You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, ..." ...
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 grantedThe text was updated successfully, but these errors were encountered: