• Lucid Dreaming - Dream Views




    Results 1 to 9 of 9

    Thread: Web Server

    Hybrid View

    1. #1
      Banned
      Join Date
      May 2007
      LD Count
      Loads
      Gender
      Location
      Digital Forest.
      Posts
      6,864
      Likes
      386

      Web Server

      Okay.

      I am completely new to this stuff, so, I sintalled Apache on my machine, set it up, and set it to listen on port 8000, but, I can't get to the /index page through the internet by typing http://<myip>/index.htm.

      Help?

    2. #2
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      Two things
      web servers traditionally listen on port 80
      so when you type an address into your browser, it assumes port 80
      you've set it to port 8000
      so you'll need to tell the browser that
      http://<myip><colon>8000/index.htm

      second,
      are you behind a NAT'd router?
      cause if you are, you'll have to forward the port to your local IP if you are trying to access apache from an external IP
      Last edited by Ynot; 10-02-2008 at 12:36 AM.
      (\_ _/)
      (='.'=)
      (")_(")

    3. #3
      Banned
      Join Date
      May 2007
      LD Count
      Loads
      Gender
      Location
      Digital Forest.
      Posts
      6,864
      Likes
      386
      Quote Originally Posted by Ynot View Post
      Two things
      web servers traditionally listen on port 80
      so when you type an address into your browser, it assumes port 80
      you've set it to port 8000
      so you'll need to tell the browser that
      http://<myip><colon>8000/index.htm

      second,
      are you behind a NAT'd router?
      cause if you are, you'll have to forward the port to your local IP if you are trying to access apache from an external IP
      I thought that, and tried it, got the same error.

      Second, I don't know what NAT'd means =3

      And I am trying to get on it from the same PC.

    4. #4
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      what error are you getting?

      *edit*
      almost forgot
      Firewall
      is port 8000 firewalled?
      (\_ _/)
      (='.'=)
      (")_(")

    5. #5
      Banned
      Join Date
      May 2007
      LD Count
      Loads
      Gender
      Location
      Digital Forest.
      Posts
      6,864
      Likes
      386
      Oh, just:

      "
      Error!
      Could not connect to remote server

      You tried to access the address http://.../index.html, which is currently unavailable. Please make sure that the Web address (URL) is correctly spelled and punctuated, then try reloading the page.
      "

      And no, Port 8000 is not firewalled, and ports 80 and 1080 wouldn't work.

    6. #6
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      open up the command prompt, and type in
      telnet <IP> 8000

      that's telnet <space> <IP> <space> 8000

      and post what it says
      (\_ _/)
      (='.'=)
      (")_(")

    Bookmarks

    Posting Permissions

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