On site deployment through Apache reverse proxy

0
We have our Mendix app developed on v4.3.2 deployed on a windows 2008 server through the Mendix service condole v4.1. The application is configured to run behind a reverse proxy on an Apache 2.2.22 (Ubuntu) Server which then passes through a load balancer. Our application is deployed and accessible on localhost and runs fine. When accessed through the reverse proxy the template displays but the page does not load. We are receiving the message "404 - file not found for file: /xas/" in the console log. Could anyone provide some insight as to why xas cant be found through this setup
asked
2 answers
2

Also see this documentation page.

It is written specifically for ngineX but you should be able to filter out the important bits.

answered
1

I think you need to proxy /xas, /file etc in your apache

answered