Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: 500 Internal Server Error (Read 2149 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

500 Internal Server Error

I'm getting a lot of "500 Internal Server Error" on hydrogenaud.io today.
korth

Re: 500 Internal Server Error

Reply #1
Nginx error.log getting spammed with error 24, too many open files, in a non-stop flood. I've upped the limit of file handles from the default 1024 soft limit and 4096 hard limit to 32768. If this still keeps happening, it looks like there may be a file handle leak in this build of Nginx. In which case, I'll check out lsof for its pid next time, and see what's being held open.