Skip to Content.
Sympa Menu

en - Re: [en@sympa] Getting a line changed in the apache fcgi documentation?

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Alban Rodriguez <address@concealed>
  • To: Matthew Goebel <address@concealed>
  • Cc: "Jens Grassel (via en Mailing List)" <address@concealed>
  • Subject: Re: [en@sympa] Getting a line changed in the apache fcgi documentation?
  • Date: Wed, 10 Jul 2024 10:50:32 +0200

Hi!
Just to let you know in case anybody has the same issue: what happened to us is WWSympa stopped working this morning without any modification applied whatsoever.
On the client side I got a «  Bad request » error.
Looking at the Apache error log, the error was: «  error parsing URL //: Invalid host/port ».
We are using a mod_proxy_fcgi + spawn-fcgi config.
I quickly found the issue was Apache handling the request to Sympa but I couldn’t find why and what had changed since a few days ago !
Googling around did not help.

But I remember reading Matthew message on the mailing list.
Bingo!

What happened is our server is running Ubuntu Linux with unattended upgrades enabled.
And sure enough, this is what I found in /var/log/unattended-ugrades/unattended-upgrades-dpkg.log this morning:

Log started: 2024-07-10  06:22:36

(Reading database ... 127332 files and directories currently installed.)

Preparing to unpack .../libapache2-mod-md_2.4.41-4ubuntu3.19_amd64.deb ...

Unpacking libapache2-mod-md (2.4.41-4ubuntu3.19) over (2.4.41-4ubuntu3.17) ...

Preparing to unpack .../apache2_2.4.41-4ubuntu3.19_amd64.deb ...

Unpacking apache2 (2.4.41-4ubuntu3.19) over (2.4.41-4ubuntu3.17) …

Etc …

Because of this, I had to apply the change Matthew had submitted to make WWSympa work again.

Alban


Le 1 juil. 2024 à 17:50, Matthew Goebel (via en Mailing List) <address@concealed> a écrit :


Hey,


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

should probably get changed to

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

a change I had to make to get with work with apache 2.4.60, also works with 2.4.59

Thanks,
Matt

--
Matthew Goebel : maddress@concealed : Unix Jockey @ EMU : Hail Eris
Neo-Student, Net Lurker, Donut consumer, and procrastinating medher...
 "Always with the negative waves, Moriarty" - Oddball
 "Comfort the troubled, and trouble the comfortable." - Dietrich Bonhoeffer







Archive powered by MHonArc 2.6.19+.

Top of Page