I am trying to install mod_wsgi in Windows 10.
The command pip install mod_wsgi
is giving me error,
RuntimeError: No Apache installation can be found. Set the MOD_WSGI_APACHE_ROOTDIR environment to its location.
My Apache dir is F:\Apache24\
.
My question is, how to setup MOD_WSGI_APACHE_ROOTDIR environment ?
Thanks, Sambhav