Apache server with mod_wsgi enabled for python web apps
248
Command for starting the container:
For app to work you, need to place the wsgi.py file in a folder named config , or edit the /etc/apache2/conf-available/wsgi.conf and replace the second parameter from the line WSGIScriptAlias / /var/www/html/config/wsgi.py with the path to your script
Version 1.0 contains the following:
NOTE: If you need django, you still need to enter the image and install your python modules, like pymysql for mysql communication and django for web framework
Content type
Image
Digest
Size
164.5 MB
Last updated
over 5 years ago
docker pull joppsdev/apachewsgi