Click to See Complete Forum and Search --> : apache 2.0


kaninchen
09-09-2004, 10:38 AM
when i browse on my webserver my browser doesn't hold the site adres but chage it intoe 127.0.0.1 my loopback adres where can i turn that of?

vhg119
09-09-2004, 03:24 PM
are you browsing from the server or from anothern computer?

kaninchen
09-09-2004, 04:31 PM
on both it refers to my loopback adres.

vhg119
09-09-2004, 05:31 PM
What are you doing exactly?

You type something like http://192.168.0.1 in your browser and
it changes to http://127.0.0.1 on it's own?

kaninchen
09-10-2004, 05:34 AM
yes when i enter my ip or my hostname on the server itself or on a workstation it turns the adres into 127.0.0.1. If i only work on the server than that's not a problem but on the workstation it is. Becase he cant recive the needed files because apache isn't running on the workstation.

serz
09-10-2004, 10:39 AM
You have to enter your server's ip addresss if you try to connect from the workstation...

PDR60
09-14-2004, 04:49 PM
Originally posted by serz
You have to enter your server's ip addresss if you try to connect from the workstation...

Or put an entry in the host file that points the the webserver

vhg119
09-14-2004, 07:21 PM
Look in your httpd.conf file.

find the directive:


ServerName

and set it to the hostname or ip address of the server.