
02-22-2009, 07:52 PM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,583
|
|
Quote:
Originally Posted by Michael.Terence
I can't answer the server load question, I didn't take a look. The box only runs a load of ~.10 typically (which I think is great, considering the high traffic clients I have on there).
For my clients without a dedicated IP address, I use the vhost template functionality from the admin panel - I have forced gzip compression. All of my clients use Wordpress, and take advantage of the wp-super-cache plugin. With that plugin enabled, and the cache enabled you were greeted with double compressed pages, 502 errors, or 404 errors.
There was also another issue: Client A has a private IP address - she uses WP to post deals, etc. When the cache enabled itself, all of a sudden when folks typed their domain name, they were actually seeing my family blog instead of her content. Her domain name was in the browser bar, and the request was going to her private IP address but (and this is just a thought - I didn't test it) the FIRST vhost (in this case clarke-family.net) in the DEFAULT php vhost template was being served instead of her content.
This particular client's user/group has no access permissions to the vhost_root of my family blog - my only guess is that it was pulling it from cache.
|
Your problem probably is a configuration issue.
|