I have a few different things on the server I want to be able to get to via the web. DVArchive, Browseamp(web control plugin for winamp), plus the IIS web server.
DVArchive and Browseamp are their own webserver, they don't just create a page that you can link in IIS, so you set the port through the respective programs. However, I want to be able to get to all of them through port 80 because where I'm usually hitting them from, port 80 is the only open one, every other port is firewalled.
Is there an app, script, piece of code I can use that will allow me access everything through that single port without conflict? Let me know if that doesn't make sense and I'll try to explain it a little better.
DVArchive and Browseamp are their own webserver, they don't just create a page that you can link in IIS, so you set the port through the respective programs. However, I want to be able to get to all of them through port 80 because where I'm usually hitting them from, port 80 is the only open one, every other port is firewalled.
Is there an app, script, piece of code I can use that will allow me access everything through that single port without conflict? Let me know if that doesn't make sense and I'll try to explain it a little better.