Skip to Content.
Sympa Menu

en - Re: [en@sympa] Apache cannot be started

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Tim-Ole Golz <address@concealed>
  • To: "en@sympa" <address@concealed>
  • Subject: Re: [en@sympa] Apache cannot be started
  • Date: Thu, 2 Jan 2025 14:19:01 +0100

Hi, Ralph,

> there is a trailing = in the file name.
> Also check whether the socket is active:
> sudo systemctl status wwsympa.socket

you could also check the socket with this simple script:

#!/bin/bash
SERVICE="wwsympa"

if ps aux | grep perl | grep wwsympa.fcgi >/dev/null

then
echo "$SERVICE is running" && ls -la --color=auto /run/sympa/ | grep
socket
else
echo "$SERVICE stopped" && systemctl start wwsympa.socket && ls -la
--color=auto /run/sympa/wwsympa.socket

/\ adjust it to your needs!

Best regards, Toag




Archive powered by MHonArc 2.6.19+.

Top of Page