How to use Python 3.0 under Apache?

I have been searching for eyelids on how to use Python 3 under Apache. If there’s a walkthrough anywhere, it’s very well hidden. Thus, we hope that one of you Python professionals could quickly do 1-2-3 on how this is done!

I am on Windows 7 using the latest version of XAMPP.

+3
source share
3 answers

Python 3.0 is only supported through CGI. Put your CGI script in cgi-bin\. If you want to take a look at newer versions, preliminary support is available in mod_wsgi (but you may have to create one yourself).

+1

Python 3 WSGI, uwsgi. nginx uwsgi.

0

All Articles