Domino on Linxu LAMP Setup Redirect Port 80 Requests

Mindwatering Incorporated

Author: Tripp W Black

Created: 08/18/2013 at 06:43 AM

 

Category:
Domino Upgrades / Installations
Software Installation

Issue:
Need to setup Apache for 443 going to Domino and any port 80 requests for Lotus Domino apps to the Domino server.

Possible Solution:
Update the httpd.conf (/etc/httpd/conf/httpd.conf)
# vi /etc/httpd/conf/httpd.conf

Add the following:
# Redirect for NSF to Domino HTTP Server on port 8080
RedirectMatch /(.*).(nsf)(.*) http://localhost:8080 /$1.$2$3


previous page