This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Feb 11, 2015, 1:52 PM
5 Posts

Web services and different tcpip port

  • Category: Administration
  • Platform: All Platforms
  • Release: 9.0.1
  • Role:
  • Tags: web services
  • Replies: 3

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

Feb 12, 2015, 1:46 AM
23 Posts
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.

Feb 12, 2015, 8:59 AM
5 Posts
Thanks
That's what I was afraid... I will deal with that. Thank you for answering...
Feb 12, 2015, 2:41 PM
37 Posts
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.

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal