So I tried multiple times to put mod_wsgi.so files in the moduels folder 
then proceed to add the lines
"LoadModule wsgi_module modules/mod_wsgi.so
WSGIScriptAlias /<yourfoldername>"C:/xampp/htdocs/<yourfoldername>/"
<Directory "C:/xampp/htdocs/<yourfoldername>">
    Order allow,deny
    Allow from all
</Directory>"
Where <yourfoldername> would be my folder name. It always crashes. Now I 
noticed I can do the
LoadModule wsgi_module moduels/mod_wsgi.so line and it works fine but when 
i put the rest, it crashes. Weird thing is that it does not even write 
anything into the error log file. Maybe the syntax for the lines below or 
wrong but I am just following what other people have done and said has 
worked.

-- 
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.

Reply via email to