Merely host and also run django internet site on WAMP apache web server
In this video clip i will certainly reveal you exactly how you can run your django internet sites on wamp apache web server.
I am utilizing Windows 10, Python 3.6, Django 1.11 and also WAMP 3.1.0
#To mount mod_wsgi
established “MOD_WSGI_APACHE_ROOTDIR= C: wamp64 container apache apache2.4.27”.
pip set up mod_wsgi== 4.5.20.
# To examine Paths.
mod_wsgi-express module-config.
# Apache httpd.conf setups.
LoadModule wsgi_module “c:/ python36/lib/site-packages/ mod_wsgi/ server/mod _ wsgi.cp36-win _ amd64.pyd”.
WSGIScriptAlias/ “D:/ SHARE/ui _ demo/ui _ demo/wsgi. py”.
WSGIPythonHome “c:/ python36”.
WSGIPythonPath “D:/ SHARE/ui _ trial”.
Pen name/ media/ D:/ SHARE/ui _ demo/media/.
Pen name/ fixed/ D:/ SHARE/ui _ demo/static/