× 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.



This is what I have done;

At the top of my config file I have;

LoadModule proxy_module /QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM
LoadModule proxy_http_module /QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM
LoadModule proxy_connect_module /QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM
LoadModule proxy_ftp_module /QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM
LoadModule proxy_balancer_module /QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM


Then I have;


RewriteRule ^/blog/(.+)\.(.*) http://127.0.0.1:8000/eitblog/$1.$2 [P]
ProxyReverse On
ProxyPass /blog http://127.0.0.1:8000/eitblog/
ProxyPassReverse /blog http://127.0.0.1:8000/eitblog/

Dan...

-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx
[mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Tom Deskevich
Sent: Friday, October 09, 2009 11:01 AM
To: 'Web Enabling the AS400 / iSeries'
Subject: [WEB400] NEW QUESTION on INTRANET vs. INTERNET.


Ok, how do I setup ProxyPass and ProxyPassReverse?

Also, is this exposing me to any risks, as mentioned in the
previous email?

I do have port 89 setup to force as/400 credentials to be entered.

So as soon as they hit port 89, they are presented with a
sign on dialog.



Tom Deskevich
Infocon




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.