How to hide the Z-Way url?
Posted: 28 Mar 2013 14:28
I am trying to hide the "ugly" Z-Way URL with Port 8083 with a nice https Apache proxy solution. (Apache2-ssl runs on the same linux box)
This usally works fine with all web apps.
The apache2-ssl config part is:
ProxyRequests Off
Order deny,allow
Allow from all
ProxyPass /zway/ http://localhost:8083/ keepalive=on
ProxyPassReverse /zway/ http://localhost:8083/
Unluckily this gives me the already well known "Sorry, server has not completely started yet..." (see http://en.z-wave.me/content/sorry-serve ... tarted-yet) error message.
If I use the same browser and direct it to http://_ip address_:8083 all works fine. So it has this time nothing to do with the config.
My guest is that the extensive use of javascript causes this errormessage.
Can you please help and give me a hint, how to hide the z-way program behind the proxy.
(Changing just the port of the z-way software would not do it, since my proxy shall do ssl and authentication)
Thank you
This usally works fine with all web apps.
The apache2-ssl config part is:
ProxyRequests Off
Order deny,allow
Allow from all
ProxyPass /zway/ http://localhost:8083/ keepalive=on
ProxyPassReverse /zway/ http://localhost:8083/
Unluckily this gives me the already well known "Sorry, server has not completely started yet..." (see http://en.z-wave.me/content/sorry-serve ... tarted-yet) error message.
If I use the same browser and direct it to http://_ip address_:8083 all works fine. So it has this time nothing to do with the config.
My guest is that the extensive use of javascript causes this errormessage.
Can you please help and give me a hint, how to hide the z-way program behind the proxy.
(Changing just the port of the z-way software would not do it, since my proxy shall do ssl and authentication)
Thank you