Apache基础优化
在WHM 后台可对Apacke进行基础优化。 Service Configuration >> Apache Configuration >> Global Configuration ServerSignature On MaxClients 256 StartServers 5 Timeout 120 KeepAlive On MaxKeepAliveRequests 9999 KeepAliveTimeout 10 StartServers 5 ServerLimit 512 MinSpareServers 10 MaxRequestsPerChild 9999 Keep alive on The Keep-Alive extension to HTTP/1.0 and the persistent connection feature of HTTP/1.1 provide long-lived HTTP sessions which allow multiple requests [...]
Linux 内存不足的解决办法 – 增加虚拟内存 Swap Space
Q. Linux 内存不足, 服务器负载高会导致服务器当机。 在经过被当机多次后, 发现可以通过增加虚拟内存Swap Space的办法来缓解。 I need additional swap space to improve my system performance. How do I add a swap file to Linux system? A. In Linux, as in most other Unix-like operating systems, it is common to use a whole partition of a hard disk for swapping. However, with the 2.6 [...]



