mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
581f26a718
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
7 lines
316 B
Plaintext
7 lines
316 B
Plaintext
To run apache www server from startup, add apache22_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.
|