Im trying to optimize my new VPS and have been testing out different Apache Builds,

Dedicated RAM: 256MB
Burstable RAM: 512MB
CPU: 600 Mhz
WHM / cPanel (not the best idea on such a low dedicated RAM VPS, I know)

I was wondering which builds / configs hosts use
Im using Apache 1.3 with the following changes to the default httpd.conf

Code: 
Timeout 200
KeepAlive On
MaxKeepAliveRequests 200
KeepAliveTimeout 3
MinSpareServers 5
MaxSpareServers 15
StartServers 5
MaxClients 20
MaxRequestsPerChild 2000
HostnameLookups Off
This seems to give me the best results that ive found so far, while using Apache 2.2 I ran into loads of problems with general website slowness (mainly when adding new data).

Edit: Not sure if I posted this topic in the correct place...
Juo Reviewed by Juo on . VPS Users, which Apache build do you use? Im trying to optimize my new VPS and have been testing out different Apache Builds, Dedicated RAM: 256MB Burstable RAM: 512MB CPU: 600 Mhz WHM / cPanel (not the best idea on such a low dedicated RAM VPS, I know) I was wondering which builds / configs hosts use Im using Apache 1.3 with the following changes to the default httpd.conf Rating: 5