PDA

View Full Version : V9 web interface port selection


nattivillin
July 19th, 2015, 01:09 PM
Are there instructions for running the web interface on ports other than 80 & 443?

Support Team
July 20th, 2015, 07:43 AM
When RangerMSP Web Interface is working with IIS as its Web server - IIS is the only one that handles ports, SSL configurations, etc.

RangerMSP does not listen to any port and does not "care" which port is being used, whether there are other site on this port (which is fine with IIS), etc.

The Web interface with IIS "simply" gets requests from IIS, prepare the response and send it back to IIS to pass it back to the client.

All this means that configuring which ports IIS listens too is not something in the scope of RangerMSP Web Interface and there are handful of useful resources on Microsoft IIS Web site (https://www.iis.net/learn/get-started) - select the version of IIS that you have on the left side and you're all set!

Hope this helps.