Look in the directory: c:/python27/lib/site-packages/mod_wsgi/server/mod_wsgi
and work out what actual extension is for mod_wsgi file. Possibly will be .pyd or .pyo. Replace None with that extension instead. > On 15 Jul 2022, at 6:41 pm, Gopi Pulithara <[email protected]> wrote: > > Hi > > I know this is asked by several years ago and only answer I found is to ask > here in mailing list. I dont want to install mod_wsgi with python 3 since our > db is ads and it only support python 27. > > when running this > > mod_wsgi-express module-config > > I am getting > > LoadModule wsgi_module > "c:/python27/lib/site-packages/mod_wsgi/server/mod_wsgiNone" > WSGIPythonHome "c:/python27" > > if I paste this in httpd.conf apache will nnt start ever > > my mod_wsgi version is mod_wsgi-4.9.2 > > kindly help with any suggestions > > thanks in advance > > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/modwsgi/1ea9f577-0356-4a70-b97d-324af6f68c3bn%40googlegroups.com > > <https://groups.google.com/d/msgid/modwsgi/1ea9f577-0356-4a70-b97d-324af6f68c3bn%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/modwsgi/64AE274D-1684-42CB-82D0-570F44E5F039%40gmail.com.
