aboutsummaryrefslogtreecommitdiff
path: root/www/apache2/pkg-message
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-06-05 11:14:18 +0000
committerClement Laforet <clement@FreeBSD.org>2004-06-05 11:14:18 +0000
commit70fd25d3a09849a76843d98d47261d98eea76389 (patch)
tree108eeb46a122884e638399f18dd8c2104bc4b16a /www/apache2/pkg-message
parentb8b1b7a8d20a39cce6516544bca2c95045e84ee5 (diff)
downloadports-70fd25d3a09849a76843d98d47261d98eea76389.tar.gz
ports-70fd25d3a09849a76843d98d47261d98eea76389.zip
Notes
Diffstat (limited to 'www/apache2/pkg-message')
-rw-r--r--www/apache2/pkg-message19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/apache2/pkg-message b/www/apache2/pkg-message
new file mode 100644
index 000000000000..8af905c6c066
--- /dev/null
+++ b/www/apache2/pkg-message
@@ -0,0 +1,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.
+