Feb. 19, 2014

[19:10:40] thisgeek: leaves
[19:12:43] thisgeek: joins
[19:12:53] thisgeek: leaves
[19:15:11] kenbolton: joins
[19:43:56] kenbolton: leaves
[20:01:13] kenbolton: joins
[20:53:16] jamieczuy: leaves
[20:58:47] kenbolton: leaves
[21:25:28] jamieczuy: joins
[21:42:15] jamieczuy: leaves
[00:07:43] jamieczuy: joins
[00:08:21] jamieczuy: leaves
[09:03:21] kenbolton: joins
[09:04:16] kenbolton: leaves
[09:44:31] thisgeek: joins
[09:54:42] jamieczuy: joins
[10:06:14] kenbolton: joins
[12:13:51] kenbolton: leaves
[12:16:15] kenbolton: joins
[12:39:33] thisgeek: leaves
[12:39:48] thisgeek_: joins
[13:32:54] thisgeek_: leaves
[14:21:01] thisgeek: joins
[15:48:35] garyamort: Anyone here played around with flup?
[15:49:06] garyamort: https://github.com/SmartReceipt/flup-server
[15:49:24] garyamort: Or AppScale[the open source version of Google App Engine]
[15:50:08] garyamort: I'm trying to mod it to use fastcgi for PHP... I can find lots of examples of using python as a fastcgi server, but I want to do the reverse, proxy a wscgi request to a fastcgi server
[16:11:25] thisgeek: garyamort, is this for nginx setup, or am I off base?
[17:38:06] garyamort: AppScale uses nginx, but it does not use fastcgi through nginx...
[17:40:43] garyamort: App Routing is as follows: Internet <--nginx --> AppScale python manager <-- starts app instance if needed on a random port -->app instance[python wscgi application] --> routes application based on app.yml configuration file, static files have their path passed back to nginx, python scripts get invoked via wscgi, php scripts get invoked via a proc_exec command to the php cgi executable.... makes php a much more expensive opera
[18:09:03] thisgeek: hm. I only know a little about serving php-fpm through nginx
[18:09:14] thisgeek: I don't think I could be of assistance.
[18:11:33] thisgeek: leaves