Posted by yolau
In this article I will try to teach you all the tricks to make your webserver (apache) run faster. While the information in this article is not necessary new I tried compressing all the useful tips in one short article.
I’ve put this article on hold for far too long but here it it.
I would [...]
Posted by yolau
If you are seeing many “? ..reading..” when your are clicking on Apache status in WHM and your Apache server is slow, there is a chance that your http server is under a dos attach.
You can check this out by:
Log on your server as root
Type the fallowing command
netstat -plan|grep :80|awk {’print $5′}|cut -d: [...]
Posted by admin
What is Eaccelerator?
eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the [...]