blob: 8af905c6c06651a71ffa14488eb0702e2c427efd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
***********************************
* !!!!!!!!!!! WARNING !!!!!!!!!!! *
***********************************
Since 2.0.49_2, apache startup script is now enabled/disabled via
rc.subr.
Available variables:
- 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 -U %%WWWOWN%%"
Arguments of pre-start limits run.
|