It happens that they are finished – INODES. Immediately look at the server’s temporary folders and clean temporary files containing names such as “sess_kuchabukaf.”…” For example, on a server with a Vesta CP control panel there is an admin account folder at / home / admin / tmp It often accumulates more than 1 million…
Category Archives: Ubuntu Server
When downloading files or large (relative) data volumes to the server, you can encounter an error of 500. And when downloading files to WordPress, an HTTP error will appear At the same time, in the logs of the site and the web server you can see something like : mod_fcgid: HTTP request length 137536 (so…
In Ubuntu Server, the dpkg-reconfigure locales command does not have a pseudographic interface and, when launched, adjusts the already generated locales. Therefore, you will have to perform the necessary settings manually, first of all we generate Russian locale (here we continue to pay attention to the command register) : locale-gen ru_RU.utf8 Then we set the…
nano /etc/sysctl.conf Insert at the end net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 Save Then check sudo sysctl -p Must be net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 Then check cat / proc / sys / net / ipv6 / conf / all / disable_ipv6 Must be 1 Done