Hello,
I have a Streamlit app running in a Docker container, everything works fine. Now, I want to put the app behind an Apache 2.4 (SSL termination). I found a lot of code snippets, tutorials, partially quite old. Some are using the “rewrite” engine, some just “ProxyPass”. I tried all what I found, but I was not able to access my Streamlit app behind the Apache (on the same server, other containerized apps are working fine that way).
Is there an up-to-date, complete “How To” or something similar, how to put a Streamlit app behind an Apache as Proxy? I’m thankful for any hints.