On 25/11/10 01:11, Alvaro Lopez Ortega wrote:
On 24/11/2010, at 15:06, David Taylor wrote:

I have configured www.mydomain.com.  While cherokee is running normally, I 
cannot visit www.mydomain.com.  However, if I stop cherokee and manually run 
cherokee-worker from the command line, www.mydomain.com miraculously starts to 
work.

There is nothing related to the request in either the error log or the access 
log.

I have no idea what to try next ... other than rebuilding the configuration 
from scratch.

Any suggestions?
Looks like you might have two different Cherokee deployments interfering each 
other. The following command might shed some light on it:

   find /usr \( -name cherokee -o -name cherokee-worker \) -a -type x -print


Hi Alvaro,

I only have the one installation:

r...@linode:~# find /usr \( -name cherokee -o -name cherokee-worker \) -a -type f -executable -print
/usr/sbin/cherokee-worker
/usr/sbin/cherokee
r...@linode:~#

It's from the PPA:

r...@linode:~# dpkg-query -W -f='${Package} ${Version}\t${Maintainer}\n' cherokee
cherokee 1.0.9-1~maveric~ppa1    Gunnar Wolf <[email protected]>
r...@linode:~#

Today I seem to be getting slightly different behaviour, but still "broken" behaviour.

The problem site returns 404 while cherokee is running normally, yet other sites are still working fine. This is still the same behaviour as yesterday.

If I do "/etc/init.d/cherokee stop" then run "cherokee-worker" the site starts to return 504 Gateway Timeout. This has changed. Yesterday cherokee-working was serving the site fine.

Of course, for the 404 I see the following typical log message in the access log (there's nothing in the error log):

"GET / HTTP/1.1" 404 269 "-" "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.208 Safari/534.10"

Nothing at all is logged while cherokee-worker is running and I'm getting 504 Gateway Timeout.

Any ideas what I can do to debug further? If not I'll try removing the site entirely and adding it again.

Cheers,
David.


--
Octality
http://www.octality.com/


_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to