Hi Guys,
I've been doing some hacking with the webmail lately. It seems that cpsrvd executes php as a CGI and most 3rdparty scripts as CGI. It might be Starman based? I'm not certain it's hard to find good info and poking around only gets me so far.
I was wondering if anyone knows a way to dispatch to fastcgi/proxy to another port for speed benefits? I was thinking something like mod_proxy_fcgi or placks FCGI dispatch. I'm setting up a webmail application that benefits greatly from an opcode cache/kvs. I wanted to limit external dependencies so I was hoping to use APC/APCu as opposed to memcached.
Anyways I was just wondering if anyone has more documentation on cpsrvd and what sort of tweaks can be applied to it.
I've been doing some hacking with the webmail lately. It seems that cpsrvd executes php as a CGI and most 3rdparty scripts as CGI. It might be Starman based? I'm not certain it's hard to find good info and poking around only gets me so far.
I was wondering if anyone knows a way to dispatch to fastcgi/proxy to another port for speed benefits? I was thinking something like mod_proxy_fcgi or placks FCGI dispatch. I'm setting up a webmail application that benefits greatly from an opcode cache/kvs. I wanted to limit external dependencies so I was hoping to use APC/APCu as opposed to memcached.
Anyways I was just wondering if anyone has more documentation on cpsrvd and what sort of tweaks can be applied to it.