×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Would anyone be willing to post an HTTP server configuration for a reverse
proxy running on IBM i 7.3?
The one I migrated from 7.1 doesn't work at 7.3. I whittled it down to the
following (attempting to simplify):
LoadModule proxy_connect_module /QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM
LoadModule proxy_ftp_module /QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM
LoadModule proxy_http_module /QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM
LoadModule proxy_module /QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM
Listen *:80 http
ProxyPassReverse /
http://65.103.249.57:9000/
ProxyPass /
http://65.103.249.57:9000/
When I do logging in both the reverse proxy instance, which is listening on
port 80, and the normal instance which is listening on port 9000, the
requested URL's often don't match. Some of the URL's requested are munged
into unexpected paths, which don't exist, as logged by the instance that is
running on port 9000.
I figure I'm missing some "fix_it" directive.
As an Amazon Associate we earn from qualifying purchases.