What would be best configuration of whm easy apache?I would need to configure it so it can be safe and optimized for a lot of connections.When i was reading optimization tutorials i noticed there is requied to edit certain lines like keep alive and and maxchild but i didnt noticed that lines anywhere in httpd.conf either any include.Until i realized for that is requied prefork.c,but when i added line if module prefork.c site loaded after 30 seconds.I noticed prefork.c is compiled as module but also is not checked in easyapache configuration in whm so i am now little confused with that.And also when i readed official easy apache documentation it say apache 2 works better with mpm worker which is some kind of improved version of prefork for apache 2.So what else beside adding mpm worker will be good to check for speed?