I have configured to access Openshift route via Apache HTTP server. The configuration is in tomcat.conf file as below.
ProxyPass /some_ramdom_path/ https://openshift_route ProxyPassReverse /some_ramdom_path/ https://openshift_route
Where the Apache HTTP server is running in a linux cloud server.
But it is failing. Please assist.