Hi,
Localhost is always associated to at least 127.0.0.1 IP, however you can add
as many IP adresses as you want to your machine by using TCP/IP properties
window in your control panel.

As long as you add IP adresses  (reference them in tcp/ip layer) your apache
will handle the HTTP request.
It will response to http request on 127.0.0.1 anytime (when started!).
If you add an IP, and you do want to call apache through this IP, you have
to add a "listen" directive to your apache httpd.conf configuration file.
see apache doc for more information.

In the case where your Internet provider uses the DHCP to give you a new IP
adresse, you should call your apache/mysql using localhost name or 127.0.01
IP!

Hope it helps

Xavier Prelat
Chief Technical Officer
[EMAIL PROTECTED]
WEBCENTRIC
25 rue de Ponthieu
75008 PARIS - FRANCE


-----Message d'origine-----
De : Anthony Rodriguez [mailto:[EMAIL PROTECTED]]
Envoye : mercredi 27 fevrier 2002 15:58
A : [EMAIL PROTECTED]
Objet : Changed localhost?


All of a sudden Apache and MySQL are not running correctly under Windows 98.

It appears that somehow localhost was changed from 127.0.0.1 to something
else.

Could the fact that I NOW have a 24/7cable connection to the Net cause the
problem?

Thanks!

Anthony Rodriguez
([EMAIL PROTECTED])


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to