aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache2
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-06-07 05:53:18 +0800
committerclement <clement@FreeBSD.org>2004-06-07 05:53:18 +0800
commitbbef8a289ebdb77dd8bc11d1d14b07eedfd20421 (patch)
tree6de25b1b9cea4593ac1d6f022c3cdb5f1146dd9c /www/apache2
parentde2b5e099d34ad2e1db5de1da017ed50ef5b9193 (diff)
downloadfreebsd-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-message12
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.