
codesite-noreply at google
Oct 11, 2009, 9:29 PM
Post #1 of 1
(76 views)
Permalink
|
|
Issue 554 in cherokee: PHP Fastcgi gives 500 internal server error
|
|
Comment #9 on issue 554 by robnardo: PHP Fastcgi gives 500 internal server error http://code.google.com/p/cherokee/issues/detail?id=554 I had the same issue on a fresh install of KUBUNTU 9.04 and php5-cgi. The follwing error made me think: Host 'localhost' has multiple addresses. You must choose one explicitly! ...so I commented out all the IPv6 lines in my /etc/hosts file: # The following lines are desirable for IPv6 capable hosts #::1 localhost ip6-localhost ip6-loopback #fe00::0 ip6-localnet #ff00::0 ip6-mcastprefix #ff02::1 ip6-allnodes #ff02::2 ip6-allrouters #ff02::3 ip6-allhosts and it now WORKS! -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev[at]lists.octality.com http://lists.octality.com/listinfo/cherokee-dev
|