Linux-Noob Forums

Full Version: "How do i" open and use ports?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

how do i open and use forts for web?

if ill visit [/url][url=http://iohosting.org:5589]http://iohosting.org:5589 it will show me a site...

how?

tnx

 

Ido :)(Ido`s)

In order to host a page on a non-standard port you have to configure your webserver (or whatever you want) to listen on that port. When using Apache for example you can change that with the "Listen" directive in your httpd.conf file. So your question is a bit too generic. ;)