Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
litespeed_wiki:config:vhost-level_bw_throttling [2016/07/25 13:27]
Long Hu [Configuraton]
litespeed_wiki:config:vhost-level_bw_throttling [2019/06/05 19:40]
George Wang [BandWidth]
Line 10: Line 10:
  
 ===== Directives ===== ===== Directives =====
 +
 +==== VhostBandwidthLimit ====
 +
 +Syntax:
 +
 +  VhostBandwidthLimit [Speed in bytes/s]
 +
 +The ''​VhostBandwidthLimit''​ directive controls the amount of bandwidth allotted to a virtual host regardless the number of concurrent visitors. It can only be set in at virtual host level in Apache configuration file or through Apache Style config in native LSWS configuration. ​
 +
 +It takes 1 parameters:
 +
 +  * ''​Speed''​ indicates the total speed available to the virtual host. If ''​Speed''​ is less than ''​4097'',​ there is no limit.
 +
  
 ==== BandWidth ==== ==== BandWidth ====
Line 43: Line 56:
   * ''​Speed''​ indicates the maximum speed at which these files can be served.   * ''​Speed''​ indicates the maximum speed at which these files can be served.
  
 +==== MaxConnPerClient ====
 +
 +Syntax:
 +
 +  MaxConnPerClient <​limit_for_connections>​
 +
 +The MaxConnPerClient directive allows you to configure the maximum concurrent connections from one IP.
 +  * ''​limit_for_connections''​ set the connection limit.
 ===== Examples ===== ===== Examples =====
  
  • Admin
  • Last modified: 2019/06/05 19:45
  • by Lisa Clarke