<div dir="ltr"><div>Apache should be listening on a network socket, not a unix socket.<br><br>Do this:<br><br>$ netstat -tunlp | grep apach<br>tcp6       0      0 :::80                   :::*                    LISTEN      24311/apache2   <br>
</div><div>The above is the PID of the Apache process, and it is listening on port 80.<br></div><div><br>If you use wget with HTTP headers, you will see what the server is sending (if it is sending anything). That way you know if it is Firefox or something else.<br>
<br>$ wget --server-response -O /dev/null localhost<br>--2014-04-10 13:40:22--  <a href="http://localhost/">http://localhost/</a><br>Resolving localhost (localhost)... ::1, 127.0.0.1<br>Connecting to localhost (localhost)|::1|:80... connected.<br>
HTTP request sent, awaiting response... <br>  HTTP/1.1 200 OK<br>  Date: Thu, 10 Apr 2014 17:40:22 GMT<br>  Server: Apache/2.2.22 (Ubuntu)<br>  Vary: Accept-Encoding<br>  Content-Length: 722<br>  Keep-Alive: timeout=5, max=100<br>
  Connection: Keep-Alive<br>  Content-Type: text/html;charset=UTF-8<br>Length: 722 [text/html]<br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 10, 2014 at 1:03 PM, John Johnson <span dir="ltr"><<a href="mailto:jvj@golden.net" target="_blank">jvj@golden.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>


  

<div bgcolor="#ffffff" text="#000000">
FF: HTTP error "unable to connect' (404?).<br>
<br>
'netstat localhost' returns lots of hits in the form:<br>
unix 3 [ ] STREAM ....<br>
and a few in the form:<br>
unix 3 [ ] DGRAM <br>
<br>
None of the hits appear to be Apache.<br>
<br>
Tried: 'netstat localhost | grep -i apache"<br>
NADDA<br>
<br>
Looks like Apache is broken<br>
<br>
JohnJ<div><div class="h5"><br>
<br>
<br>
<br>
On 2014-04-10 12:08, Adam Glauser wrote:
</div></div><blockquote type="cite"><div><div class="h5">
  <p dir="ltr"><br>
On Apr 10, 2014 12:05 PM, "John Johnson" <<a href="mailto:jvj@golden.net" target="_blank">jvj@golden.net</a>> wrote:</p>
  <p dir="ltr">> ping 127.0.0.1 OK<br>
> ping localhost OK<br>
> FF broswer: localhost fails<br>
> FF browser: localhost/index.php fails<br>
> FF browser: localhost/<other file in /var/www> fails<br>
><br>
> Where do I go with LAMP? </p>
  <p dir="ltr">What is the HTTP error, if any? </p>
  <p dir="ltr">I think `netstat localhost` should tell you if Apache is
listening on any port. </p>
  </div></div><pre><fieldset></fieldset>
_______________________________________________
kwlug-disc mailing list
<a href="mailto:kwlug-disc@kwlug.org" target="_blank">kwlug-disc@kwlug.org</a>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" target="_blank">http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a>
  </pre>
  <br>
  <fieldset></fieldset>
  <br>
  <p color="#000000" align="left"><br>
Checked by AVG - <a href="http://www.avg.com" target="_blank">www.avg.com</a><br>
Version: 2014.0.4355 / Virus Database: 3882/7325 - Release Date:
04/10/14</p>
</blockquote>
<br>
</div>

<br>_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" target="_blank">http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Khalid M. Baheyeldin<br><a href="http://2bits.com" target="_blank">2bits.com</a>, Inc.<br>Fast Reliable Drupal<br>Drupal optimization, development, customization and consulting.<br>
Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra<br>Simplicity is the ultimate sophistication. --   Leonardo da Vinci<br>For every complex problem, there is an answer that is clear, simple, and wrong." -- H.L. Mencken<br>

</div>