我在托管时注册了 Apache 和 mod_fastcgi 支持。如何链接QDjangoFastCgiServer
到 Apache?所以我需要比这个http://www.treefrogframework.org/documents/cooperation-with-the-reverse-proxy-server更详细的解释
。
问问题
230 次
1 回答
1
Have you had a look at the "http-server" example provided QDjango?
https://github.com/jlaine/qdjango/blob/master/examples/http-server/http-server.cpp
Just the example, then run:
./qdjango-http-server runfcgi
This will give you an FCGI application listening on port 8000. You can then tell apache to pass traffic to that application.
于 2013-11-12T18:34:34.637 回答