CONNLIMIT csf firewall csf firewall is one of the popular firewall used in the linux servers and vps . Tweakings of the csf are common tasks by sysadmins and one of the commonly encountered tasks are limiting the number of connections to the server. We can limit the number of connections from an IP address […]
Tag: HOW TO Optimize Apache
HOW TO Optimize Apache easily for Low Memory Usage ( tips )
Apache Memory Use Optimization 1. SSH into your server as root. 2. Run top. 3. Press shift + m. 4. Note the highest RES memory used by httpd. 5. Hit Q to exit top. 6. Execute: service httpd stop 7. Once httpd is stopped, execute: free -m 8. Note the memory listed under “used”. 9. […]