Hello,
I'm using Ubuntu linux. I use Apache MYSQl server and everything is well. My lcoalhost url is 127.0.0.1.
Now I wont to make a Server on a Global IP. So then I could show my Web page to my friends.
All in All , Can I make server so that when someone type my IP in URL, She could open my web page.
Apache Server Ubuntu
Started by VakhoQ, Dec 09 2010 11:43 AM
3 replies to this topic
#1
Posted 09 December 2010 - 11:43 AM
|
|
|
#2
Posted 09 December 2010 - 01:26 PM
You will need to find your actual internal IP address of the computer that is hosting Apache. In this example example lets say your PC has an internal IP address of 192.168.0.101 and Apache is hosting on port 80. You will need to configure your router to forward port 80 to 192.168.0.101 so external requests will be routed to your internal server. I would first ensure you set up Apache correctly, such as in a virtualhost/chrooted environment as you will be opening often a lot more than the server to the public.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#3
Posted 10 December 2010 - 11:19 PM
Nullw0rm said:
You will need to find your actual internal IP address of the computer that is hosting Apache. In this example example lets say your PC has an internal IP address of 192.168.0.101 and Apache is hosting on port 80. You will need to configure your router to forward port 80 to 192.168.0.101 so external requests will be routed to your internal server. I would first ensure you set up Apache correctly, such as in a virtualhost/chrooted environment as you will be opening often a lot more than the server to the public.
And could you give me Book where I could read how to configure Apache tu make WWW in Global IP?
#4
Posted 11 December 2010 - 04:41 AM
I just told you how, it is a relatively simple procedure, there are no books about it. What part are you stuck at?
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.


Sign In
Create Account


Back to top









