First, you have to download this.
http://www.aprelium.com/abyssws/download.php
Windows.
But you can choose other OS versions.
Follow the steps of the setup.
You can modify your preferences navigating to this url:
http://127.0.0.1:9999/
Now, the server is running in Port 80 in your computer, but in most of the networks you can't acess it from the outside world.
So, let's turn it acessible.
Open cmd and write:
ipconfig
Open your browser and type your gateway in the adress bar, in my case (192.168.1.254)
Look for some portforwarding tutorials here.
Open the port 80 of your router and select the machine where the abyss web server is running. If you need help about this part PM me.
Note: some routers can't be acessed in a browser. You can use the telnet cmd feature to port forward your router.
telnet 192.168.1.254 80
192.168.1.254 - my gateway IP adress.
80 - the port I want to connect. (some routers have different ports to acess the gateway)
--
Now you can acess your server from the outside world!
Check your external IP adress in google, for example, using whatsmyipadress.
When you navigate to your IP adress you'll be redirected to your server! ;)
--
To costumize the default webpage you have to acess to your Abyss Web Server directory: C:\Abyss Web Server\htdocs
Make a new index.html and replace it.
You can create a folder in htdocs, copy your files to the new folder. Now you can download them outside:
http://YOUR IP ADRESS/NAME OF YOUR FOLDER/NAME OF YOUR FILE.EXTENSION
Example:
http://172.182.182.172/files/image1.jpg
No comments:
Post a Comment