Find the answer to your Linux question:
Results 1 to 4 of 4
hello all, I'd like to set up my own server, but when I use apache(i've only used it on windows) I have difficulties because I have a router, I don't ...
  1. #1
    Just Joined!
    Join Date
    Mar 2007
    Posts
    72

    plz help with router etc.

    hello all,
    I'd like to set up my own server,
    but when I use apache(i've only used it on windows) I have difficulties because I have a router, I don't know how to set apache with linux so that people all over the world can access my site.

    thanks

  2. #2
    Linux Newbie
    Join Date
    Feb 2007
    Location
    N. Ireland
    Posts
    198
    You have to find what port your Apache server is using and open that in your router. Usually if you type in http://192.168.0.1 you will access your router.

    Any more help - just ask,

    Tim
    Finished building PC using PC Pro's A-List! Will add specs soon =)

  3. #3
    Linux Newbie framp's Avatar
    Join Date
    Jul 2006
    Location
    Stuttgart, Germany
    Posts
    240
    Did it work for Windows and you now have problems with apache on Linux?
    "Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." Linus Benedict Torvalds

  4. #4
    Linux Newbie
    Join Date
    May 2006
    Location
    Kansas
    Posts
    187
    This might help getting people all over the world to help find your site. You can find your external IP (the one your router has) with these commands. If you have a static IP, this is pointless though.

    Code:
    cd /tmp
    wget http://www.whatismyip.com 2>/dev/null
    grep "<TITLE>" ./index.html | awk '{print $3}' | cut -d\< -f1

Posting Permissions

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