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 ...
- 03-14-2007 #1Just 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
- 03-14-2007 #2Linux 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,
TimFinished building PC using PC Pro's A-List! Will add specs soon =)
- 03-14-2007 #3
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
- 03-15-2007 #4Linux 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


Reply With Quote