And the following is a sample script for FastCGI:
from paste.deploy import loadapp from flup.server.fcgi_fork import WSGIServer app = loadapp("config:/path/to/your/config.ini") WSGIServer(app).run()Sorry for making your deployment boring!
Posted via web from 原宿工業大学 | Comment »