
cherokee at googlecode
Sep 2, 2011, 9:49 PM
Post #1 of 2
(120 views)
Permalink
|
|
Issue 1250 in cherokee: cherokee-admin online documentation 504 timeout
|
|
Status: New Owner: ---- New issue 1250 by mat...@gmail.com: cherokee-admin online documentation 504 timeout http://code.google.com/p/cherokee/issues/detail?id=1250 What steps will reproduce the problem? 1.checkout from svn 2.cherokee-admin 3.access to /help/basics.html What is the expected output? What do you see instead? 504 Gateway Timeout What version of the product are you using? On what operating system? svn revision 6831. Please provide any additional information below. In admin/PageHelp.py: 106 while tree_len() < len(self.links): 107 mess = [(f, f.split('.html')[0].split('_')) for f in 108 self.files if not is_covered(f)] 109 mess.sort (branch_sorter) 110 self._build_helper (mess, delta) 111 delta += 1 Its inifinite loop. tree_len() returns 126 < len(self.links) returns 127 because doc/distro.html is missing. I create doc/distro.html manually and reboot cherokee-admin, it works fine. Attachments: cherokee-9999-doc.patch 1.2 KB _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|