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
|