Re: Python and FastCGI

2009-12-30 Thread John Nagle
Steffen Ebermann wrote: Hi, this might be a little off topic (could be any other language) but I'm trying to set up Python to use FastCGI instead of plain CGI. The basic setup is no problem but every tutorial (including Python's 'HOWTO Use Python in the web') ends with some basic dispatch fi

Re: Python and FastCGI

2009-12-30 Thread MRAB
Steffen Ebermann wrote: Hi, this might be a little off topic (could be any other language) but I'm trying to set up Python to use FastCGI instead of plain CGI. The basic setup is no problem but every tutorial (including Python's 'HOWTO Use Python in the web') ends with some basic dispatch fi

Python and FastCGI

2009-12-30 Thread Steffen Ebermann
Hi, this might be a little off topic (could be any other language) but I'm trying to set up Python to use FastCGI instead of plain CGI. The basic setup is no problem but every tutorial (including Python's 'HOWTO Use Python in the web') ends with some basic dispatch file and that's it. I guess