Linux-Noob Forums
"How do i" open and use ports? - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html)
+--- Forum: How Do I? (https://www.linux-noob.com/forums/forum-60.html)
+--- Thread: "How do i" open and use ports? (/thread-2181.html)



"How do i" open and use ports? - Ido - 2006-02-04


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)




"How do i" open and use ports? - z0ny - 2006-02-04

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. ;)