On Sat, Jan 14, 2017 at 11:06:29AM +0000, Stuart Henderson wrote: > On 2017-01-13, Jan Lambertz <jd.arb...@googlemail.com> wrote: > > Hi, > > > > having Problems for some time now with the webserver in python2/3 and > > radicale, i tried to get it working with httpd. > > > > installed flup. python is working in the chroot. > > > > here's my work so far but i'm not getting any further. anyone got this > > working ? > > I'm no expert on httpd(8), but it doesn't seem right to be using slowcgi(8) > for something that can already be made to speak fastcgi.
Few month ago I looked at radicale. I made radical run as fastcgi daemon and httpd talking to it via a socket. I started with this but used flup instead of flipflop: https://github.com/Kozea/Radicale/blob/master/radicale.fcgi Sorry, I don't have my script anymore. I decided to not use radicale since it was not able to handle my data. Remi