The reason was that actually server couldn't find pyathon36.dll because the one it was trying to access was out of its access privilege. Re installed Python for all users and it was fixed.
On Friday, December 21, 2018 at 6:24:15 PM UTC+3:30, Siavosh Kasravi wrote: > > I installed ApacheLounge 14 and configured it to use mod_wsgi. When I run > in it as admin it works fine. When I run it as a dedicated user I created > for Apache, httpd loads every module except mod_wsgi: "The specified module > could not be found.". As was instructed in the guide I logged in as the > apache_user and tried to access everything including logs, exes, django > files and mode_wsgi. No problem. At the same session when I run httpd from > cmd I again get the module not found error. When I run it as admin httpd > runs with no problem. > > I am getting crazy. I gave the apache_user act as system and full control > of every folder it needed. Is it possible that Apache finds the module but > have problem loading it and gives that error instead? > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
