diff options
author | clement <clement@FreeBSD.org> | 2004-06-07 05:53:18 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-06-07 05:53:18 +0800 |
commit | bbef8a289ebdb77dd8bc11d1d14b07eedfd20421 (patch) | |
tree | 6de25b1b9cea4593ac1d6f022c3cdb5f1146dd9c /www/apache2 | |
parent | de2b5e099d34ad2e1db5de1da017ed50ef5b9193 (diff) | |
download | freebsd-ports-gnome-bbef8a289ebdb77dd8bc11d1d14b07eedfd20421.tar.gz freebsd-ports-gnome-bbef8a289ebdb77dd8bc11d1d14b07eedfd20421.tar.zst freebsd-ports-gnome-bbef8a289ebdb77dd8bc11d1d14b07eedfd20421.zip |
- Clarify pkg-message
Noticed by: Hutterer Robert <robert.hutterer@univie.ac.at>
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/pkg-message | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/apache2/pkg-message b/www/apache2/pkg-message index 8af905c6c066..dab739d8b825 100644 --- a/www/apache2/pkg-message +++ b/www/apache2/pkg-message @@ -1,19 +1,19 @@ *********************************** * !!!!!!!!!!! WARNING !!!!!!!!!!! * *********************************** -Since 2.0.49_2, apache startup script is now enabled/disabled via -rc.subr. -Available variables: +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. - apache2_enable (bool): Set to "NO" by default. - Set it to "YES" to enable apache2 + 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) + (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 + Extra flags passed to start command. - apache2limits_args (str): Default to "-e -U %%WWWOWN%%" Arguments of pre-start limits run. |