Apache proxy perspective

Hi everyone,

I’m currently working on a perspective project which is accessible via a public facing IP. I’m using an Apache webserver with a proxy to redirect the traffic to port 8088. This setup works if I want to access the gateway homepage, however, if I configure the proxy with the path to the client login it can’t connect (it displays the webserver homepage instead).

I’ve tried several different configurations of ProxyPass and ProxyPassReverse with no luck. Checking the Apache error and access logs hasn’t provided any insights. Is there anything that needs to be configured on the Ignition side to enable this?

I have the proxy configured as follows - any help would be greatly appreciated.

<VirtualHost *:80>
ProxyPreserveHost On
ProxyRequests Off
ServerName www.website.com
ServerAlias website.com
ProxyPass /data/perspective/client/project/ http://localhost:8088/
ProxyPassReverse /data/perspective/client/project/ http://localhost:8088/

Hi @sam1,

It may be best to get in contact with support about this issue if you haven’t already.

1 Like