Run Python CGI Script on Windows XP
Posted
by daveywc
on Stack Overflow
See other posts from Stack Overflow
or by daveywc
Published on 2010-04-09T05:30:57Z
Indexed on
2010/04/09
5:33 UTC
Read the original article
Hit count: 415
I have a Windows XP machine that has Apache installed via a VisualSVNServer installation. I am . trying to get a simple python cgi script to run in my browser e.g. http://build.procepts.com.au:8080/hg/cgi-bin/test.cgi. However despite trying all the recommended approaches the browser only ever displays the plain text from the cgi script. Amongst many other attempted solutions I have followed the instructions contained here. My ultimate aim is to be able to use the Apache web server to serve repositories from a new Mercurial installation. Seeing as Apache is already installed from VisualSVNServer I thought I might as well make use of it. Is there some other trick to get this working?
© Stack Overflow or respective owner