Please refresh my memory

Discussion in 'HOWTO-Related Questions' started by pcburner, Mar 6, 2008.

  1. pcburner

    pcburner New Member

    Sorry all I'm old and I forgot how I did this. I built a server for a friend and when we logged into we would open a browser type http:// and the name of the server and we were in. How can I do that again? As of right now I've got apache listening to 192.168.1.7:80.
    Do I change that to <servername>:80?

    thanks
     
  2. zcworld

    zcworld New Member

    nope
    apache is listening on an IP address
    so its all good
     
  3. pcburner

    pcburner New Member

    Fingered It Out!

    It has to do with the Windows Host file. I went to C:\Windows\System32\drivers\etc\and then edited the hosts file using notepad.
     
  4. zcworld

    zcworld New Member

    ok something like

    192.168.1.107 www.mysite.com
    192.168.1.107 mail.mysite.com

    ?
     

Share This Page