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



May 31, 2013, 10:21 AM
10 Posts

Serving XPages with Domino HTTP port other than 80

  • Category: Other
  • Platform: Linux
  • Release: 9.0
  • Role: Developer,Administrator
  • Tags: http port
  • Replies: 1
Hello all,
 
We have a Domino server running on the same host as an Apache HTTP server.

In order for Domino and Apache to co-exist on the same IP, the Domino HTTP task has been configured to run on port 8080 with Apache reverse proxying incoming requests for the virtual host mydomino.acme.com  back to the Domino server on port 8080.

The Apache statements are defined like this:

RewriteEngine On
RewriteRule ^(.*)$ http://mydomino.acme.com:8080/$1 [P]

This works fine when the first XPage loads - but when a script invokes one of the pages navigation rules, Domino inserts the defined port number into the code. This means that, when http://mydomino.acme.com/myapp.nsf/page1.xsp attempts to redirect to page2.xsp, the browser is redirected to http://mydomino.acme.com:8080/myapp.nsf/page2.xsp which of course cannot be accessed from outside the firewall.
 
Opening the firewall on port 8080 is not a viable option, so is there any configuration setting which will force the Domino HTTP task to either omit the port or return a specific port number in the generated urls?
 

 
Thanks,

Alex  
May 31, 2013, 2:15 PM
366 Posts
Re: Serving XPages with Domino HTTP port other than 80
 Russ Maher just did  series of blog posts on getting Domino setup using the IBM HTTP server which is an apache derivative.


You might check out those posts. 


http://xpagetips.blogspot.com/ 

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