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: Ralph Ballier <address@concealed>
  • To: Tim-Ole Golz <address@concealed>
  • Cc: "en@sympa" <address@concealed>
  • Subject: Re: [en@sympa] Apache cannot be started
  • Date: Fri, 03 Jan 2025 00:11:03 +0100

Hi Toag,

if I enter “ps aux | grep perl | grep wwsympa.fcgi”, there is no result.

Also “ps aux | grep perl” does not produce any results.

And if I enter “ps aux | grep fcgi”, there is also no result.

Is this the cause of the problem?

Best Regards,
Ralph

Am 02.01.2025 14:19, schrieb Tim-Ole Golz:
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