|
发表于 2005-6-28 17:44:03
|
显示全部楼层
Post by hfh
不是很明白
你的意思是不是
我要编辑 rc.conf
加入
apache2_enable="YES"
cat apache2.sh
- #
- # Add the following lines to /etc/rc.conf to enable apache2:
- # apache2_enable (bool): Set to "NO" by default.
- # Set it to "YES" to enable apache2
- # apache2ssl_enable (bool): Set to "NO" by default.
- # Set it to "YES" to start apache with SSL
- # (if <IfDefined SSL> exists in httpd.conf)
- # apache2limits_enable (bool):Set to "NO" by default.
- # Set it to yes to run `limits $limits_args`
- # just before apache starts.
- # apache2_flags (str): Set to "" by default.
- # Extra flags passed to start command.
- # apache2limits_args (str): Default to "-e -C daemon"
- # Arguments of pre-start limits run.
- #
复制代码 |
|