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.