aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache20
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/apache20
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/apache20')
-rw-r--r--www/apache20/pkg-message4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/apache20/pkg-message b/www/apache20/pkg-message
index 301283fc1a86..0006050a6ffb 100644
--- a/www/apache20/pkg-message
+++ b/www/apache20/pkg-message
@@ -1,2 +1,6 @@
To run apache www server from startup, add apache2_enable="YES"
in your /etc/rc.conf. Extra options can be found in startup script.
+
+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.