aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache13
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-04-10 14:39:46 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-04-10 14:39:46 +0800
commit5af072d3587b11b204f1294f65c965ad2f5123b8 (patch)
tree9212023e67bc79cf5ce178c9318b2565dbdd8cc9 /www/apache13
parent751400ac8b185fd1b8479b65f0f0d1e04465ae7b (diff)
downloadfreebsd-ports-gnome-5af072d3587b11b204f1294f65c965ad2f5123b8.tar.gz
freebsd-ports-gnome-5af072d3587b11b204f1294f65c965ad2f5123b8.tar.zst
freebsd-ports-gnome-5af072d3587b11b204f1294f65c965ad2f5123b8.zip
Add note tp pkg-message informing users of FAQ:
your hostname must be resolvable via at least 1 mechanism configured in /etc/nsswitch.conf or depending on the modules you hae loaded apache might not be able to start. PRs: ports/131563, ports/131564, ports/131565 Submitted by: Glen Barber <glen.j.barber@gmail.com> Discussed with: me
Diffstat (limited to 'www/apache13')
-rw-r--r--www/apache13/pkg-message4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/apache13/pkg-message b/www/apache13/pkg-message
index dc9db343ea65..30f2d0a2ecbf 100644
--- a/www/apache13/pkg-message
+++ b/www/apache13/pkg-message
@@ -6,3 +6,7 @@
===> BE CAREFULL HOW TO BOOT on 1.3.29_4 or after:
To run apache www server from startup, add apache_enable="YES"
in your /etc/rc.conf.
+
+Your hostname must be resolvable using at least 1 mechanism in
+/etc/nsswitch typically DNS or /etc/hosts or apache might
+have issues starting depending on the modules you are using.