How to make HTTP access available to my apache web service on Linux [pending]

1

For a simple programmer we are accustomed to creating web servers and working on localhost, my big question is, and at the time of leaving that server online?

Nowadays we have cloud but I would like to know when I have my local server the way I make this setting to make access available.

Example:

I have the IP of my machine 99.999.999.99

How to expose the address of my machine so that anyone I access falls on my webpage?

    
asked by anonymous 19.09.2017 / 21:33

1 answer

0

Create a NO-IP account link and configure it, you have enough tutorial about it on the net.

I imagine your webserver is working on your local network. Now you just need to redirect port 80 on your router to the internal ip of your webserver.

Let's say you have created the following host in NO-IP myservidor.hopto.org

Just pass this url to anyone outside your internal network Example: link

That's right, your webserver will be accessible all over the internet. ;)

    
06.10.2017 / 22:35