
01-29-2007, 12:48 PM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,590
|
|
Quote:
Originally Posted by Arkadius
as for my other questions, I was unable to find Config Settings for mod_cband equivalent, and for mod_deflate equivalent on a per Vhost Basis. I did find a general setting on which files to compress but not a per Vhost Setting to let Vhost 1 compress html&php and let Vhost 2 only use compression on txt files.
|
You are correct about those.
There is no direct match for mod_cband, however, our IP level bandwidth throttling and connection accounting is pretty close to what mod_cband does, just not apply a per-vhost limit, but in real world use, per IP throttle usually has similar end results.
For compression setting, we think per server level setting is enough, we hardly think of any situation that some file must be compressed for one vhost but must not for another.
|