Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 7edb274ae7c6ee64a92b7b51ff787c07 > files > 1

apache-mod_slotlimit-1.1-4mdv2010.1.src.rpm

<IfDefine HAVE_SLOTLIMIT>
    <IfModule !mod_slotlimit.c>
	LoadModule slotlimit_module		extramodules/mod_slotlimit.so
    </IfModule>
</IfDefine>

<IfModule mod_slotlimit.c>

# AvailableSlotsPercent
#     Syntax:   AvailableSlotsPercent number
#     Default:  10 
# 
#     Percentage of apache slots available in order to set any restrictions.
#     Setting it to 0 dynamic slot allocation algorithm will be deactivated.
# 
# MaxConnectionsPerSite
#     Syntax:   MaxConnectionsPerSite number
#     Default:  No Limit
# 
#     Max connections for each running site
# 
# LimitSite
#     Syntax:   LimitSite site's name
#     Default:
# 
#     Specific site to limit (You can limit differently only one site).
#     Setting this directive you must configure LimitSiteConnections or
#     default value (20) will be used.
# 
# LimitSiteConnections
#     Syntax:   LimitSiteConnections number
#     Default:  20
# 
#     Max connections for "LimitSite"
# 
# ClientIpLimit
#     Syntax:   ClientIpLimit number
#     Default:  No Limit
# 
#     Number of maximum simultaneous connection per IP to the web server.
# 
# ForceVhostName
#     Syntax:   ForceVhostName On|Off
#     Default:  Off
# 
#     Force vhost hostname in scoreboard. Vhost hostname do not match site
#     visited under some conditions, for example if you're using mod_vhost_alias.
#     Setting this directive to On, mod_slotlimit will overwrite vhost hostname
#     in apache scoreboard.

</IfModule>