Advertisement

How to run Python CGI program

Started by December 13, 2016 01:40 AM
0 comments, last by fastcall22 7 years, 11 months ago
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
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.

This topic is closed to new replies.

Advertisement