bundling shiny server with Apache http server

18 views
Skip to first unread message

John Williams

unread,
Sep 23, 2016, 4:10:53 PM9/23/16
to Shiny - Web Framework for R
Hi ... I desire to bundle shiny server with an  Apache http server,  to render shiny-generated html along with apache-generated html.   Any known issues with such a setup?       

henryk....@gmail.com

unread,
Sep 27, 2016, 3:53:58 AM9/27/16
to Shiny - Web Framework for R
Hi John

you are not very specific about the setup you plan to run.
I'm successfully using Apache as reverse proxy to forward requests to shiny-server.
http://myhost/shinyApps/ gets proxied to http://myotherhost:3838/ where shiny is listening.
Another setup would be to run shiny-server on a different port on the same server.

In my experience it works very smoothly, with one exception:
Using shiny-server open source it is difficult to pass information from Apache to the shiny-app. Most header fields are filtered (in particular REMOTE_USER).

Hope this helps.

Henryk
Reply all
Reply to author
Forward
0 new messages