I am beginner in Python. I have been facing problems in running a CGI program in Python. Can you help what I should do. I hav installed apache using xampp. I saw some post and made changes in httdconf file. But still I couldn't run it. Plz help me
How to run Python CGI program
To use Python with Apache2, you will need to install WSGI and mod_wsgi. These are not included with xampp from what I can tell, so you must search out and install these separately.
And, as always, be sure to check apache2’s log for any errors while you’re configuring your application.
And, as always, be sure to check apache2’s log for any errors while you’re configuring your application.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement