2004-06-05 13:14:18 +02:00
|
|
|
***********************************
|
|
|
|
* !!!!!!!!!!! WARNING !!!!!!!!!!! *
|
|
|
|
***********************************
|
2004-06-06 23:53:18 +02:00
|
|
|
Since 2.0.49_2, to run apache www server from startup, add apache2_enable="YES"
|
|
|
|
in your /etc/rc.conf.
|
|
|
|
Available variables you add/set to /etc/rc.conf.
|
2004-06-05 13:14:18 +02:00
|
|
|
- apache2_enable (bool): Set to "NO" by default.
|
2004-06-06 23:53:18 +02:00
|
|
|
Set it to "YES" to enable apache2.
|
2004-06-05 13:14:18 +02:00
|
|
|
- apache2ssl_enable (bool): Set to "NO" by default.
|
|
|
|
Set it to "YES" to start apache with SSL
|
2004-06-06 23:53:18 +02:00
|
|
|
(if <IfDefined SSL> exists in httpd.conf).
|
2004-06-05 13:14:18 +02:00
|
|
|
- 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.
|
2004-06-06 23:53:18 +02:00
|
|
|
Extra flags passed to start command.
|
2004-06-07 16:56:53 +02:00
|
|
|
- apache2limits_args (str): Default to "-e -C daemon"
|
2004-06-05 13:14:18 +02:00
|
|
|
Arguments of pre-start limits run.
|