python cgi scripts
python cgi scripts
Hi there,
Assuming you're wanting to run a web application using CGI:
We currently only support web applications which implement a WSGI interface, rather than directly at the CGI layer. If you look in the "Web" tab, and click the "Other frameworks and existing applications" button, it will let you edit a file called /var/www/wsgi.py
, which has several commented examples of the things that are possible...