OK, so I have switched from apache to lighttpd in the kloxo control panel and it has made a huge difference so far. Here is the result of free -m:
Code:
total used free shared buffers cached
Mem: 360 232 127 0 15 119
-/+ buffers/cache: 97 262
Swap: 255 0 255
This is very good right?
The only change I had to make in order for magento to work with lighttpd was to add
Code:
server.error-handler-404 = "/index.php"
to the lighttpd.conf, then restart lighttpd.
Only one thing sill bothers me, page loads are still slightly slower than in my previous shared hosting environment. I suspect it may have something to do with mysql configuration since that is the biggest memory eater right now.
Advice much appreciated!
