Web services and different tcpip port

Hello,

My Domino http server is set to listen on port 80 (default). For security consideration, I would like to enable a web service I have built to be accessed only on port 8080 (or any other available port). Is this possible to configure my server to make the http task listen on both port 80 and 8080 ? I can’t change the default port because of many other internet sites hosted on my domino server…

Thank you for any answer,

Alex

Subject: Not that I’m aware of

As far as I know, you can only have HTTP listen on a single port, not counting HTTPS. I’m not sure what your topology is or the specific reasons for this configuration, but you could have requests directed to a router on 8080 that forwards to 80 on the actual Domino server.

Subject: Thanks

That’s what I was afraid… I will deal with that. Thank you for answering…

Subject: nginx

Alex, you might try using an nginx proxy to do this if you’re using Linux. Or you could create a separate server partition with its own IP address.