Brian Zhou wrote:

>>     A very small cherrypy (2.1.1) program running under SCGI
>>     provided by paste (0.5dev_r4745) and scgi-1.10.
>>
>>     ###
>>
>>     import cherrypy
>>     import mx.DateTime
>>     from cherrypy._cpwsgi import wsgiApp
>>     from paste.util.scgiserver import serve_application
>>
>>     class HelloWorld:
>>         def index(self):
>>             return "%s Hello world!" % mx.DateTime.now()
>>         index.exposed = True
>>
>> [..]
>>
> A small correction, the last line of the python program actually is:
> serve_application(application=wsgiApp, prefix="/dynamic", port=4000)

  Could you please log a bug [1] for this problem?  I'm still working
  to make Cherokee work with the broken FastCGI implementation of PHP
  and I wouldn't like to lose the focus until I finish it.  After
  that, I swear I'll work on all the bug report people have sent these
  weeks. :-)

    1.- http://www.0x50.org/bugs/

--
Greetings, alo.
_______________________________________________
Cherokee mailing list
[email protected]
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee

Reply via email to