On 12/30/2013 02:19 PM, Rishi Mukherjee wrote:
Hi,

My server runs on web.py + nginx. I cannot use Apache. Is there any way
to use FlexPaper in web.py? Flexpaper is made in PHP and works without
any problem in apache. What is the best way to integrate web.py with a
PHP project without apache?

It depends on what you want to do, and how the PHP application works, but without thinking about it too much, you could place the PHP application in some directory, and try to serve it with as "static" in the nginx configuration, as described here:

http://webpy.org/cookbook/fastcgi-nginx

--
Marios Zindilis

--
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/webpy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to