I am trying to run python script in apache. But i just couldn't make it. I have installed mod_wsgi , python and apache in RHEL6. I even configured the httpd.conf file to include these lines
<Directory "/var/www/html"> AddHandler cgi-script .cgi AddHandler wsgi-script .wsgi Restarted the apache and when i run my python script the python script just gets printed in the browser as plain text. Please somebody help -- 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.
