<p dir="ltr"><br>
On Apr 10, 2014 3:34 PM, "John Johnson" <<a href="mailto:jvj@golden.net">jvj@golden.net</a>> wrote:<br>
> $ wget --server-response -O /dev/null localhost<br>
> --2014-04-10 15:16:20--  <a href="http://localhost/">http://localhost/</a><br>
><br>
> Resolving localhost (localhost)... ::1, 127.0.0.1<br>
> Connecting to localhost (localhost)|::1|:80... failed: Connection refused.<br>
></p>
<p dir="ltr">Is Apache running? </p>
<p dir="ltr">Check your startup log (or maybe manually start Apache in non-daemon mode if it has one). Is there an error? One common error is that fit is running as a user with insufficient permissions to bind port 80.</p>