can't seem to make cherokee serve up a bzr repository. http://harvee.org/public/akasha/ should have a .bzr file in it as should http://harvee.org/public/
what magic am I missing? [EMAIL PROTECTED]:~/xxx$ bzr branch http://harvee.org/public/akasha bzr: ERROR: Invalid http response for http://harvee.org/public/akasha/.bzr/repository/format: Unable to handle http code 500: expected 200 or 404 for full response. [EMAIL PROTECTED]:~/xxx$ make cherokee output: buffer.c:535: ERROR: read(-1, 4096,..) -> errno=9 'Bad file descriptor' --------- wireshark trace -------- GET /public/akasha/.bzr/branch-format HTTP/1.1 User-Agent: bzr/0.15.0candidate2 (pycurl) Host: harvee.org Accept: */* Cache-control: max-age=0 Pragma: no-cache Connection: Keep-Alive HTTP/1.1 200 OK Connection: Keep-Alive Keep-Alive: timeout=60 Date: Sat, 17 Mar 2007 23:52:14 GMT-4 Server: Cherokee/0.5.6 (UNIX) Etag: 45c3fdff=23 Last-Modified: Sat, 03 Feb 2007 03:14:07 GMT Content-Length: 35 Bazaar-NG meta directory, format 1 GET /public/akasha/.bzr/branch/format HTTP/1.1 User-Agent: bzr/0.15.0candidate2 (pycurl) Host: harvee.org Accept: */* Cache-control: max-age=0 Pragma: no-cache Connection: Keep-Alive HTTP/1.1 200 OK Connection: Keep-Alive Keep-Alive: timeout=60 Date: Sat, 17 Mar 2007 23:52:14 GMT-4 Server: Cherokee/0.5.6 (UNIX) Etag: 45c3fdff=1a Last-Modified: Sat, 03 Feb 2007 03:14:07 GMT Content-Length: 26 Bazaar-NG branch format 5 GET /public/akasha/.bzr/repository/format HTTP/1.1 User-Agent: bzr/0.15.0candidate2 (pycurl) Host: harvee.org Accept: */* Cache-control: max-age=0 Pragma: no-cache Connection: Keep-Alive HTTP/1.1 500 Internal Server Error Connection: Close Date: Sat, 17 Mar 2007 23:52:14 GMT-4 Server: Cherokee/0.5.6 (UNIX) Content-Type: text/html Content-length: 224 Cache-Control: no-cache Pragma: no-cache P3P: CP=3DNOI NID CURa OUR NOR UNI <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head><title>500 Internal Server Error</title></head><body><h1>500 Internal Server Error</h1><p><hr><address>Cherokee web server 0.5.6 Port 80</address></body></html> -- Speech-recognition in use. It makes mistakes, I correct some. _______________________________________________ Cherokee mailing list [email protected] http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
