Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWBootstrap app and Apache
#1
I have an IWBootstrap app based on one of the bootstrap demos. I have compiled it as a service and configured it to run on port 44001 and it runs correctly when accessed directly via the LAN using the server's local IP address. It switches from desktop to mobile as required.

I am wanting to deploy it with Apache. In the conf file I have created a VirtualHost entry for it as follows:

<VirtualHost *:80>
    ServerName mywebsite.com
    ProxyPass / http://127.0.0.1:44001/ disablereuse=on
    ProxyPassReverse / http://127.0.0.1:44001/ 
 </VirtualHost>

I can browse to the website from outside, but the desktop version is always rendered. It does not switch to the mobile version when browsing to it from a mobile device. Any ideas?
Reply


Messages In This Thread
IWBootstrap app and Apache - by troberts - 10-20-2019, 09:01 AM
RE: IWBootstrap app and Apache - by troberts - 10-23-2019, 09:36 AM
RE: IWBootstrap app and Apache - by troberts - 10-24-2019, 06:50 PM
RE: IWBootstrap app and Apache - by kudzu - 10-25-2019, 03:52 PM
RE: IWBootstrap app and Apache - by troberts - 10-25-2019, 05:57 PM
RE: IWBootstrap app and Apache - by Joao Lira - 10-27-2019, 12:58 PM
RE: IWBootstrap app and Apache - by kudzu - 10-28-2019, 04:27 PM
RE: IWBootstrap app and Apache - by troberts - 10-29-2019, 09:23 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)