Web Server

Is it possible to make a web server on a computer who don't directly connect to internet and if the answer is "yes" how can I do it ?

Thanks

#179801

Yes it is possible if you don't want to view it online. Otherwise I'm not sure if you can. Also, becuase you'd be exposing two computers to the net it might not be a good idea.

#179809

"Port forwarding". Means that your computer A connected to internet and computer B (Web server) connected to A, the one thing u need to do is forward the specific port from computer A to computer B. hope u can understand that what I am takjing about ;)

#179813

Thanks for all and yes I understand I try it this weekend ;)

#179823

Sorry to ask for another question but is it possible to have two webservers on the same internet connection put on to different computers ?

Thanks for all

#179825

Yes but tey have to listen on different ports. say one on 80 and the other on 8080

#179827

Thanks for all

#179828