I just setup my system with apache 2.2 and suphp doing quite a good job, but I am not able to make some modification work.
So by default keep alive is activated with a timeout of 300 as far as I can see from my phpinfo. I now wanted to set some directives to limit that part. I used WHM--> Include Editor--> Pre Main to include the following lines:
After that I restarted apache and had again a look at the phpinfo, but the timeout of 300 is still there.
Did I missed something has suphp some different ways to handle that?
Best regards
mike
So by default keep alive is activated with a timeout of 300 as far as I can see from my phpinfo. I now wanted to set some directives to limit that part. I used WHM--> Include Editor--> Pre Main to include the following lines:
Code:
KeepAlive On
KeepAliveTimeout 2
MaxKeepAliveRequests 10
Did I missed something has suphp some different ways to handle that?
Best regards
mike