> First reconfigure your apache, with
>
> MaxClients 256 # absolute minimum, maybe you have to recompile apache
> MinSpareServers 100 # better 150 to 200
> MaxSpareServers 200 # bring it near MaxClients
KeepAlive On
MaxKeepAliveRequests 1000
.TM.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/