tuning apache server

tuning apache server - TheJavaSea Forum, Gaming Laptops & PCs Reviews, Linux Tutorials, Network Hacks, Hacking, Leaks, Proxies, Domains & Webhosting, Coding Tutorials, SEO Tips & Hacks, Security TIPS and much more.
  1. Marks-Man

    Linux Tuning Your Apache Server

    Centos: httpd.conf Debian,Ubuntu : apache2.conf Prefork The prefork module creates a number of child processes at launch, each child handles only one thread. Since these processes deal solely with one thread at a time, request speed can suffer should there be too many concurrent requests. When...
Top