I have ran my Seafile server with an Apache front end under Debian for closer to a decade now. I've never had any meaningful issues with it, but I encountered an issue with freshly set up instance where the web GUI would get stuck loading at random. It happened often just after login, but would also happen when moving in directories and viewing files.
After very careful comparison to a working one, I noticed the working one used the Apaches prefork MPM and the problematic one again the event MPM. I remembered a case from a distant past, where FastCGI had issues with the worker MPM and the event MPM is a close relative to it.
After switching the problematic instance from event to prefork MPM, Seafile's web GUI issues went away.
No comments:
Post a Comment