Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ray65536
ray65536 / task show
Created March 8, 2015 09:50
task show
Config Variable Value
_forcecolor no
abbreviation.minimum 2
active.indicator *
alias.burndown burndown.weekly
alias.ghistory ghistory.monthly
alias.history history.monthly
alias.rm delete
alias.shell exec tasksh
allow.empty.filter yes
@ray65536
ray65536 / gist:8cda47c4e0d343dfdb94177efcf2ac47
Created October 17, 2016 20:27
graphite web app wsgi error
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] mod_wsgi (pid=3735): Target WSGI script '/opt/graphite/conf/graphite.wsgi' cannot be loaded as Python module.
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] mod_wsgi (pid=3735): Exception occurred processing WSGI script '/opt/graphite/conf/graphite.wsgi'.
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] Traceback (most recent call last):
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] File "/opt/graphite/conf/graphite.wsgi", line 4, in <module>
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] from graphite.wsgi import application
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] File "/opt/graphite/webapp/graphite/wsgi.py", line 14, in <module>
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] application = get_wsgi_application()
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] File "/usr/local/lib/python2.7/dist-packages/django/core/wsgi.py", line 13, in get_wsgi_application