Just run it in normal cgi mode - use fastcgi when its finished
yeah you're absolutely right.. I didn't think about it.
How to use normal CGI mode ?
In web.py, I tried to change this instruction "web.runwsgi = web.runfcgi" to this one : "web.runwsgi = web.runscgi"
but it still seems to run the fastcgi dynamic server :
"
FastCGI: (dynamic) server "/var/www/craftsrv1/htdocs/manyscripts/index.py" restarted (pid 30169)
2006-09-01 11:53:52 : MyServer starting up
2006-09-01 11:53:52 : Failed to bind socket (Address already in use), exiting
[Fri Sep 1 11:53:52 2006] [warn] FastCGI: (dynamic) server "/var/www/craftsrv1/htdocs/manyscripts/index.py" (pid 30169) terminated by calling exit with status
"
and I can't access to any page from the browser...