Find the answer to your Linux question:
Results 1 to 2 of 2
Hi All, I am unable to run http://localhost/ i am having ssh package on my debian system so when i tried to ssh localhost it gave the following: =============================================== Authenticity ...
  1. #1
    Just Joined!
    Join Date
    Nov 2005
    Posts
    13

    http://localhost not working

    Hi All,


    I am unable to run http://localhost/

    i am having ssh package on my debian system so when i tried to ssh localhost
    it gave the following:

    ===============================================
    Authenticity of host '10.208.25.210 (10.208.25.210)' can't be established.
    RSA key fingerprint is 44:fd:45:4d:c0:69:7b:76:9c:48:c3:28:e9:65:bd:fd.
    Are you sure you want to continue connecting (yes/no)?

    ==========================================


    when i say yes then next time it doesnt give that error.

    i am having httpd service running in my debian server but still unable to to http://localhost.


    Can anybody guide me.

    Thanks & Regards
    Gauri Agrawal

  2. #2
    Linux Engineer
    Join Date
    Apr 2005
    Location
    Buenos Aires, Argentina
    Posts
    908
    Make sure that you have the following in your /etc/hosts file.
    127.0.0.1 localhost
    Also, the loopback interface (lo) should be up, run /sbin/ifconfig to check that out.
    serzsite.com.ar
    "All the drugs in this world won\'t save you from yourself"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •