On 12/02/2014, at 7:55 PM, googleEngineSucks <[email protected]> wrote:
> 1. mod-wsgi.so has been put into modules folder > 2. added LoadModule in httpd.config file > 3. python apache are all at right version > > Question: > 1. Where to put AddType, what does this mean? > 2. Why still cannot run the code in code.py, browser only returns the source > code in code.py You don't use AddType, this is not PHP. Have you read: http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide as well as all the other documentation available on that site describing how to configure mod_wsgi? http://code.google.com/p/modwsgi/wiki/WhereToGetHelp?tm=6 Graham -- 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 http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/groups/opt_out.
