In my prior post I described various issues which can arise when moving a Python web application hosted using Apache/mod_wsgi into a Docker container and then using the existing Apache instance to proxy requests through to the Docker instance.
The issues arose due to the instance of the backend Python web application running under Docker, not knowing what the true URL was that was being used to
↧