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: Bastien Roucariès <address@concealed>, "en@sympa" <address@concealed>, Ralph Ballier <address@concealed>
  • Subject: Re: [en@sympa] Apache cannot be started
  • Date: Fri, 3 Jan 2025 18:03:36 +0100

Hi, Bastien,

> Look like https://bugs-devel.debian.org/cgi-bin/bugreport.cgi?bug=1076328

thanx for the hint! We suffered from this also, I was not aware that it was
an „official“ bug. Our own notes for that:

#####

"Bad request" in Webinterface / proxy_fcgi:error error parsing URL Invalid
host/port in den Logs

Apache is running, but <URL:sympa> gives Bad request. Log from Apache is:

[Mon Jul 22 10:34:55.410295 2024] [cgi:error] [pid 700:tid 700] [client
84.54.51.37:36998] AH02811: stderr from /usr/lib/cgi-bin/luci: script not
found or unable to stat, referer:
http://82.198.214.114:80/cgi-bin/luci/;stok=/locale?
[proxy_fcgi:error] [pid 1815:tid 1815] [client 80.245.136.249:59815] AH01059:
error parsing URL //: Invalid host/port

Error is proxy_fcgi:error error parsing URL Invalid host/port.

Thos is caused by an Apache-Update.

Solution: In /etc/apache2/sies-available/sympa.conf at „SetHandler“ just add
„localhost“:

SetHandler "proxy:unix:$PIDDIR/wwsympa.socket|fcgi://localhost"

After that

systemctl restart apache2

####

@Ralph: it´s at least worth a try :)

Best regards, Toag


Archive powered by MHonArc 2.6.19+.

Top of Page