diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-04-10 14:39:46 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-04-10 14:39:46 +0800 |
commit | 5af072d3587b11b204f1294f65c965ad2f5123b8 (patch) | |
tree | 9212023e67bc79cf5ce178c9318b2565dbdd8cc9 /www/apache20 | |
parent | 751400ac8b185fd1b8479b65f0f0d1e04465ae7b (diff) | |
download | freebsd-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-message | 4 |
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. |