Forum Moderators: bakedjake

Message Too Old, No Replies

How do I change 127.0.0.1 to localhost?

hmm...any ideas?

         

eugened

8:09 am on Dec 9, 2003 (gmt 0)

10+ Year Member



I am running Mandrake Linux 9.2as my web server and i want to change this..

Apache-AdvancedExtranetServer/2.0.47 (Mandrake Linux/6mdk) mod_perl/1.99_09 Perl/v5.8.1 mod_ssl/2.0.47 OpenSSL/0.9.7b PHP/4.3.2 Server at 127.0.0.1 Port 80

----127.0.0.1 Port 80----

to

like ---example.com Port 80----

Any ideas? Thanks.

bakedjake

8:20 pm on Dec 9, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Put a FQDN in your "VirtualHost" directive instead of an IP address in your apache conf file. And make sure the "ServerName" directive is set within that "VirtualHost" space.