diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-10 06:39:46 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-10 06:39:46 +0000 |
commit | 581f26a7187f4f46e927985eb342e0957b5b9fc0 (patch) | |
tree | 3123c90e6943863804902291750f15c9683731d2 /www/apache20 | |
parent | 2adcda37edb6cb2f6636ef73bbee261f917811ba (diff) | |
download | ports-581f26a7187f4f46e927985eb342e0957b5b9fc0.tar.gz ports-581f26a7187f4f46e927985eb342e0957b5b9fc0.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
Notes
Notes:
svn path=/head/; revision=231987
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. |