2 Oct 2009 20:05
Cherokee 0.99.24 segfaults when using fastcgi servers ...
Juan José Amor <jjamor <at> gmail.com>
2009-10-02 18:05:08 GMT
2009-10-02 18:05:08 GMT
Hello all, Last weeks I tested with 0.99.22 that, if I try to use php-cgi with unix socket as FastCGI server, cherokee segfaulted when it tried to launch it. But not when using IP:port instead UX socket... some messages here confirmed that by using tcp sockets is more stable. Now, testing spawn-fcgi to launch Moinmoin fastcgi server (moin.fcg), the behaviour is more strange: if I try to launch with IP:port pair it faults. Example: source!2!host = 127.0.0.1:25000 source!2!interpreter = /opt/cherokee/bin/spawn-fcgi -f /var/www/moin-root/server/moin.fcg -a 127.0.0.1 -p 25000 source!2!nick = Moin FCGI source!2!type = interpreter But, changing to UX socket, it works!: source!2!host = /tmp/moin-fcg.sock source!2!interpreter = /opt/cherokee/bin/spawn-fcgi -f /var/www/moin-root/server/moin.fcg -s /tmp/moin-fcg.sock source!2!nick = Moin FCGI source!2!type = interpreter But more more strange: if I try to specify another parameter (-F 5, for five child) it segfaults again: source!2!host = /tmp/moin-fcg.sock(Continue reading)
RSS Feed