On 10/6/05, kloomis <[EMAIL PROTECTED]> wrote:
> I have tried various addresses for the httpd.conf file, using myDomain.com
> and 192.168.1.108 in the directives for server name and listen,
> NameVirtualHost and VirtualHost, appending the port :80.
>
> Does anyone have any idea why I cannot get to localhost from my browser, or
> why for that matter the machine cannot connect to mySQL thru localhost?

Use just
Listen 80
in httpd.conf and *no other Listen directives*.

If you specify 192.168.1.108 in your Listen directive, apache will
listen ONLY on that interface, at not on the loopback interface
(127.0.0.1 -- where localhost lives).

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to