It's just that cherrypy-camel-to-lower-thing. Tried to open a ticket,
but the trac ...
Anyway, here's a diff:
Index: startup.py
===================================================================
--- startup.py (revision 514)
+++ startup.py (working copy)
@@ -64,8 +64,8 @@
'-R',
package + ": " +
cherrypy.config.get('server.environment'),
"_http._tcp",
- "." + cherrypy.config.get('server.socketHost', ''),
- str(cherrypy.config.get('server.socketPort')),
+ "." + cherrypy.config.get('server.socket_host', ''),
+ str(cherrypy.config.get('server.socket_port')),
"path=/"
]
# it might be nice to use subprocess and redirect IO to
/dev/null