cacit配置.docxVIP

  • 4
  • 0
  • 约5.84千字
  • 约 6页
  • 2017-08-31 发布于河南
  • 举报
cacit配置

apache+PHP+Mysql+cacit安装一、apache+PHP+Mysql+cacit安装(1). apache安装? ?? ? 下载? ?? ? wget /httpd/httpd-2.0.55.tar.gz解压tar zxvf httpd-2.0.55.tar.gz配置cd httpd-2.0.55./configure --prefix=/usr/local/apps/apache2 \--with-mpm=prefork \--enable-vhost-alias \--enable-rewrite \--enable-expires \--enable-so编译并安装make make install(2).修改配置文件cd /usr/local/apps/apache2/confvi httpd.confKeepAlive Off? ?? ?? ?? ? #把on改成off,关闭持久连接StartServers? ?? ???5MinSpareServers? ? 5MaxSpareServers? ?10ServerLimit? ???4000? ?#添加这一行,一定要大于MaxClients,但要小于20000MaxClients? ???2000? ? #根据内存大小,一般情况下是1G内存2000MaxRequestsPerChild??0cd /us

文档评论(0)

1亿VIP精品文档

相关文档