aboutsummaryrefslogtreecommitdiff
path: root/www/apache2
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-06-06 21:53:18 +0000
committerClement Laforet <clement@FreeBSD.org>2004-06-06 21:53:18 +0000
commitf67f96c9486b0f5cf6c14c40118a4346842f9901 (patch)
tree8b394876e6c0828d111261e517fe8b9793716990 /www/apache2
parent38687d274028e11a87e25fbb2c0ef3b9a6c84c1d (diff)
downloadports-f67f96c9486b0f5cf6c14c40118a4346842f9901.tar.gz
ports-f67f96c9486b0f5cf6c14c40118a4346842f9901.zip
Notes
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.