看板FreeBSD
标 题Re: 请问在FREEBSD上可以装XAMPP吗?
发信站SF (Mon Sep 3 15:46:41 2007)
转信站ptt!ctu-reader!ctu-peer!news.nctu!netnews.chu!Leo.mi.chu!SF
※ 引述《[email protected] (小菜)》之铭言:
: ※ 引述《[email protected] (no more words)》之铭言:
: > ports 要加装 lang/php5-extensions
: > 用 ports 装 lang/php5
: 我在装的时候,
: 都是按照以上朋友说的安装,
: 参考以下资料:http://twbsd.org/cht/book/index.php?ch=13
: 还有,最近我的机器出现以下讯息,
出现啥讯息?
: 最近的调整是把httpd.conf改成
: <IfModule prefork.c>
: StartServers 300
: MinSpareServers 100
: MaxSpareServers 1000
: MaxClients 256
: MaxRequestsPerChild 1000
: </IfModule>
: 请问这样是正常的吗??
: 谢谢。
这个设定看起来很不正常。
您的原文中给的连结,里面有参数说明,建议拨空看清楚各参数的意义。
范例:
ServerLimit 2048
<IfModule mpm_prefork_module>
StartServers 20
MinSpareServers 20
MaxSpareServers 40
MaxClients 1024
MaxRequestsPerChild 1000
</IfModule>
另外, /etc/rc.conf 中除了 apache22_enable="YES" 之外,
可以再加入 apache22_http_accept_enable="YES" 。
--
Linux is for people who want to know why it works.
Mac is for people who don't want to know why it works.
DOS is for people who want to know why it does not work.
Windows is for people who don't want to know why it does not work.
--
※Origin:星 情 小 筑 < Star.leobbs.net >
※From: 163.18.96.46