No more space of my Web Server
This afternoon, I found my site was not accessible when I tried it. So I went to the Webmin panel. It loaded, but with a warning, disk space is running out. It is kind of urgent. All websites on this...
Tech geek. Life geek.
This afternoon, I found my site was not accessible when I tried it. So I went to the Webmin panel. It loaded, but with a warning, disk space is running out. It is kind of urgent. All websites on this...
My new server uses Nginx as a web server. When I check the error log of it, I saw a lot of warnings. 2016/08/27 07:30:03 [warn] 11951#11951: *590544 an upstream response is buffered to a temporary file /var/cache/nginx/fastcgi_temp/3/28/0000008283 while reading...
The VPS with SSD cached is much faster than normal HDD. Servermania had a email to me last week. It said there is a upgrade of the hardware on the host of my VPS. From normal HDD storage to SSD...
Since I installed PHP 5.5.3 and Zend OPcache v7.0.3, it is good for WordPress opcode already. For other cache optimization, I need a cache system. I choose Memcached server. Part 1. Install Memcached Server I install Memcached with following command: Then...
First of all, I need Memcache to be installed in the server. I don’t want say too much about installation of Memcache. The topic is MAKE MEMCACHE WORK ON PHPBB3. First get acm_memcache.php from code center of phpbb. Put this...