页面载入中,请稍后...

现在位置 >首页 > 所有关于apache限制并发数、IP与带宽的文章
发表于544 天前 运维|APPServer 暂无评论 ⁄ 被围观 +
apache限制并发数、IP与带宽
限制并发数 下载模块: http://mirror.trouble-free.net/sources/mod_vhost_limit-0.4.tar.gz 安装: apxs -c mod_vhost_limit.c -o /path/to/libexec/mod_vhost_limit.so 在 httpd.conf 加入: LoadModule vhost_limit_module libexec/mod_vhost_limit.so AddModule mod_vhost_limit.c 配置: MaxClients 150 ExtendedStatus On NameVirtualHost * <virtualhost * /> ServerName server1 DocumentRoot /some/where/1 MaxVhostClients 100 <virtualhost * /> ServerName serv...
阅读全文
不想听你唠叨×