this post was submitted on 01 Mar 2024
932 points (98.7% liked)

Programmer Humor

32472 readers
609 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 8 months ago

When some of our customers websites had this, it were actually internal problems with the webserver service (nginx) connecting to PHP processes via UNIX sockets. One time it was a permission problem and another time the server was targeted by aggressive crawling and several internal limits prevented enough processes to be available to connect to. So the "gateway" is probably the socket or its connection.