I installed and am currently configuring mod_wsgi on Ubuntu. I followed the directions in the Quick Configuration Guide to add the line "WSGIScriptAlias /myapp /var/www/wsgi-scripts/example.wsgi" to / etc/apache2/httpd.conf, and also added:
<Directory /var/www/wsgi-scripts> Order allow,deny Allow from all </Directory> but when I go to the specified URL, I just see a plaintext version of the code from the test application file example.wsgi. It's like I'm viewing the source for the page, on the page. Any suggestions on how I might properly configure mod_wsgi would be greatly appreciated. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
