This is on Plesk for Linux, 18.0.29 update 2
Today, I created a new subdomain wiki.example.com and installed DocuWiki on it. For those of you who are not familiar with it, DocuWiki is a Wiki software that does not rely on a database, everything is stored in text files. That's why it's actually supposed to be very webadmin friendly as you can install it on almost any host that offers basic PHP.
I'm in the process of configuring DocuWiki. Basically, I'm just clicking around a bit, creating new wiki users, creating new pages... this may be totally unrelated, of course, but just doing these very simple tasks, already 3 times today the action I took timed out and I was no longer able to access the wiki, at all.
As it turned out, not just the wiki was affected, I could no longer access the admin panel or any other domain. Which is a problem as I have client hosts running on it. I tried access from various networks, too, to make sure that it's not just my IP that's making problems.
I looked at journalctl and through practically every file in /var/log, I couldn't find any such issue to stand out. And clearly, the network access to the server still works, as proven by my ssh access. It's just web that seems affected. There is no problem with resources either, plenty of cpu, memory and space left. The following extract of the syslog are the only lines that I'm not sure what to do with/about:
All 3 times, I could "easily" solve the situation by just rebooting the Plesk machine. Still, this has me worried. How can I go about identifying the source of the problem?
Today, I created a new subdomain wiki.example.com and installed DocuWiki on it. For those of you who are not familiar with it, DocuWiki is a Wiki software that does not rely on a database, everything is stored in text files. That's why it's actually supposed to be very webadmin friendly as you can install it on almost any host that offers basic PHP.
I'm in the process of configuring DocuWiki. Basically, I'm just clicking around a bit, creating new wiki users, creating new pages... this may be totally unrelated, of course, but just doing these very simple tasks, already 3 times today the action I took timed out and I was no longer able to access the wiki, at all.
As it turned out, not just the wiki was affected, I could no longer access the admin panel or any other domain. Which is a problem as I have client hosts running on it. I tried access from various networks, too, to make sure that it's not just my IP that's making problems.
I looked at journalctl and through practically every file in /var/log, I couldn't find any such issue to stand out. And clearly, the network access to the server still works, as proven by my ssh access. It's just web that seems affected. There is no problem with resources either, plenty of cpu, memory and space left. The following extract of the syslog are the only lines that I'm not sure what to do with/about:
Code:
Aug 26 17:17:32 plesk.example.com named[197]: listening on IPv4 interface eth0, xxx.xx.xx.xx#53
Aug 26 17:17:32 plesk.example.com named[197]: listening on IPv4 interface lo, 127.0.0.1#53
Aug 26 17:17:32 plesk.example.com named[197]: generating session key for dynamic DNS
Aug 26 17:17:32 plesk.example.com named[197]: couldn't mkdir '//run': Permission denied
Aug 26 17:17:32 plesk.example.com named[197]: failed to generate session key for dynamic DNS: permission denied
Aug 26 17:17:32 plesk.example.com named[197]: could not create //run/named/session.key
All 3 times, I could "easily" solve the situation by just rebooting the Plesk machine. Still, this has me worried. How can I go about identifying the source of the problem?