On 12-ago-09, at 04:47, ray horn wrote: > How can I get rid of my Gateway Timeouts when using PHP 5.2.10 with > CHerokee 0.99.22 ? > Any recommendations ?
Try changing the socket that communicates Cherokee and PHP. By default it's a Unix socket; try with a TCP port: /tmp/cherokee-php.sock to localhost:4005 I'm still investigating this, so I couldn't tell you the reasons for sure. -- Greetings, alo http://www.alobbs.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
