- Sam Vafadar
- PowerServer 2020 or older (Obsolete)
- Tuesday, 19 March 2019 06:43 PM UTC
Hello,
I am doing a critical proof of concept that uses a reverse proxy from Apache to connect to our PowerServer Web application running in IIS. I am seeing the following error regarding the Appeon plugin:
2nd/final page error
The reverse proxy is set up at http://x2r.mdc.cgi.com/pvr to point to our internal server running a Powerserver web application. The strange this is that it first hits the correct page and tries to load the plugin however after a few seconds the 'webpage cannot be found message' is displayed with a plugin error. You can see below the page it hits for a second working but its the above 2nd page screen which it errors on:
1st page
My reverse proxy is on a server running Apache and I've added the /pvr linking to a site in IIS inside the httpd.config file.
This is the settings in the apache web server config file:
RewriteEngine on
RewriteRule ^/pvr$ /pvr/ [R]
ProxyPass http://xxx.xx.xx.xxx/pmsuite/pvr/
ProxyPassReverse http://xxx.xx.xx.xxx/pmsuite/pvr/
ErrorLog /apps/httpd_2.4.25/logs/energy.errors
ProxyRequests Off
Please note the xxx.xx.xx.xx is the ip address of our internal server which I havent provided for security reasons.
I'm not sure if I need to add another link () in the reverse proxy settings to point to the /appeon web service and if so how do I do that ?
Here is a screenshot of the websites and appeon webservices setup in IIS on our internal server:
Please note the pvr application is pointing to a folder with the web application in the pmsuite folder.
Is there any limitations to use a proxy with appeon and has someone else done this in the past whom can give me some direction?
PS Our web applications are done in PowerBuilder 2017 R3 and using the toolkit deployed as .NET on the Internal Server running IIS.
Thank you in advance.
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.