On Sat, 27 Dec 2014 10:10:27 -0600, Ed Ahlsen-Girard <[email protected]> wrote:
> I am missing something really obvious. httpd exits logging thusly: > > Dec 27 10:05:07 $hostname httpd[28709]: fatal: send server: Can't > assign requested address > > rc.conf.local and httpd.conf files are below. httpd.conf sets > $ext_addr to "egress", but I do not know where egress is defined `ifconfig egress` to see the interface (and the IP address(es) assigned to) in the group egress. Your problem is that you have a bunch of "listen on" like "listen on 2001:db8::53f6:3eab port 81" in your httpd.conf but you don't have those IP on your computer. Configuration filed in /etc/examples/ are to be adapted, not blindly copied and expected to work. Cheers, Daniel

