3 messages in com.googlegroups.pylons-discussRe: How to understand the fastcgi dep...
FromSent OnAttachments
叮叮当当22 Jun 2006 01:31 
Jose Galvez22 Jun 2006 10:02 
叮叮当当22 Jun 2006 18:26 
Subject:Re: How to understand the fastcgi deploy?
From:Jose Galvez (jj.g@gmail.com)
Date:06/22/2006 10:02:45 AM
List:com.googlegroups.pylons-discuss

It not real, and does not exist. For some reason however you have to refer to it that way. SCGI is actully a lot simpler to implement, as it only requires a single line in your appache conf to get working. Search this list for SCGI I think there are some examples of how to get that working as well Jose

On 6/22/06, 叮叮当当 <guot@gmail.com> wrote:

i am a beginner of pylons and python.

i just follow the document "Web-server Configuration with a Pylons Web Application" in http://pylonshq.com/docs/webserver_config.html, but i found here is confused :

FastCgiExternalServer /some/path/to/app/myapp.fcgi -host some.host.com:6200

where is myapp.fcgi?

thanks all.