
cherokee at cherokee-project
Nov 16, 2009, 3:16 AM
Post #1 of 1
(86 views)
Permalink
|
|
[3825] cherokee/trunk/cherokee/error_list.py: More error reporting
|
|
Revision: 3825 http://svn.cherokee-project.com/changeset/3825 Author: taher Date: 2009-11-16 12:16:18 +0100 (Mon, 16 Nov 2009) Log Message: ----------- More error reporting Modified Paths: -------------- cherokee/trunk/cherokee/error_list.py Modified: cherokee/trunk/cherokee/error_list.py =================================================================== --- cherokee/trunk/cherokee/error_list.py 2009-11-16 07:15:56 UTC (rev 3824) +++ cherokee/trunk/cherokee/error_list.py 2009-11-16 11:16:18 UTC (rev 3825) @@ -387,7 +387,8 @@ # e('FDPOLL_POLL_FULL', title = "The FD Poll is full", - desc = "The server reached the file descriptor limit. That is usually due to..(to-do). Try to increase the limit..(to-do)") + desc = "The server reached the file descriptor limit. This usaully happens when many simultaneous connections are kept open. Try to increase this limit.", + admin = "/advanced#tabs_advanced-1") e('FDPOLL_POLL_DEL', title = "Could not remove fd %d (idx=%d) from the poll", @@ -409,7 +410,7 @@ e('GEN_EVHOST_PARSE', title = "EvHost: Couldn't parse template '%s'", - desc = "Could not parse the template definining how virtual servers are located. (to-do).") + desc = "Could not parse the template definining how virtual servers are located. You need to re-define the Dynamic Document Root for your Advanced Virtual Hosting.") # cherokee/vrule_*.c
|