2006-09-04 08:02:53 +02:00
|
|
|
[global]
|
|
|
|
server.socketPort = 8080
|
|
|
|
#server.environment = "production"
|
|
|
|
server.environment = "development"
|
|
|
|
server.logToScreen = True
|
2006-10-11 17:51:28 +02:00
|
|
|
server.log_tracebacks = True
|
2006-09-04 08:02:53 +02:00
|
|
|
server.threadPool = 1
|
|
|
|
server.reverseDNS = False
|
|
|
|
server.logFile = "cryptoboxwebserver.log"
|
|
|
|
|
|
|
|
[/favicon.ico]
|
|
|
|
static_filter.on = True
|
2006-09-14 10:35:53 +02:00
|
|
|
# TODO: use live-cd/live-cd-tree.d/var/www/favicon.ico
|
2006-09-05 17:03:16 +02:00
|
|
|
static_filter.file = "/usr/share/doc/python-cherrypy/cherrypy/favicon.ico"
|
2006-09-04 08:02:53 +02:00
|
|
|
|
2006-09-25 14:22:41 +02:00
|
|
|
[/test_stream]
|
|
|
|
stream_response = True
|