mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] dw_maintenance2016-12-26 04:20 am

Nginx has been banished!

Hey all,

Sorry for the 'Welcome to nginx!' issues we've been seeing for a bit now. It was a server configuration issue that hit us when a webserver rebooted.

Basically when the machine rebooted, nginx (software that can act as a web server) started up and then when Apache (the software Dreamwidth code uses for a web server) tried to start, it failed because nginx had already started and registered on the ports (the way web server software gets your requests).

Again, sorry for the site issues. Everything should be back to happy-times now, so let us know if you see any issues!
cxcvi: Red cubes, sitting on a reflective surface, with a white background (Default)

[personal profile] cxcvi 2016-12-26 02:23 pm (UTC)(link)
I didn't encounter this, but TIL that only one daemon can be listening on any given port. Useful to know. Thank you.