Skip to content

Instantly share code, notes, and snippets.

@apelliciari
Created May 23, 2013 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apelliciari/5639266 to your computer and use it in GitHub Desktop.
Save apelliciari/5639266 to your computer and use it in GitHub Desktop.
500 errors after wsgi touch
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10061): Shutdown requested 'foo.com.djangoserver'.
[Thu May 23 22:37:29 2013] [info] [client 79.56.39.43] mod_wsgi (pid=9487): Connect after WSGI daemon process restart, attempt #1.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10060): Shutdown requested 'foo.com.djangoserver'.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10061): Stopping process 'foo.com.djangoserver'.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10061): Destroying interpreters.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10061): Destroy interpreter 'foo.com|'.
[Thu May 23 22:37:29 2013] [info] [client 79.56.39.43] mod_wsgi (pid=9487): Connect after WSGI daemon process restart, attempt #2.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10059): Shutdown requested 'foo.com.djangoserver'.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10060): Stopping process 'foo.com.djangoserver'.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10060): Destroying interpreters.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10060): Destroy interpreter 'foo.com|'.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10060): Cleanup interpreter ''.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10060): Terminating Python.
[Thu May 23 22:37:29 2013] [info] [client 79.56.39.43] mod_wsgi (pid=9487): Connect after WSGI daemon process restart, attempt #3.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10058): Shutdown requested 'foo.com.djangoserver'.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10059): Stopping process 'foo.com.djangoserver'.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10059): Destroying interpreters.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10059): Destroy interpreter 'foo.com|'.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10059): Cleanup interpreter ''.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10059): Terminating Python.
[Thu May 23 22:37:29 2013] [info] [client 79.56.39.43] mod_wsgi (pid=9487): Connect after WSGI daemon process restart, attempt #4.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10062): Shutdown requested 'foo.com.djangoserver'.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10058): Stopping process 'foo.com.djangoserver'.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10058): Destroying interpreters.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10058): Destroy interpreter 'foo.com|'.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10058): Cleanup interpreter ''.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10058): Terminating Python.
[Thu May 23 22:37:29 2013] [info] [client 79.56.39.43] mod_wsgi (pid=9487): Connect after WSGI daemon process restart, attempt #5.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10062): Stopping process 'foo.com.djangoserver'.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10062): Destroying interpreters.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10062): Destroy interpreter 'foo.com|'.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10062): Cleanup interpreter ''.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10062): Terminating Python.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10062): Python has shutdown.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10060): Python has shutdown.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10058): Python has shutdown.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10059): Python has shutdown.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10061): Cleanup interpreter ''.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10061): Terminating Python.
[Thu May 23 22:37:29 2013] [info] mod_wsgi (pid=10061): Python has shutdown.
[Thu May 23 22:37:30 2013] [info] mod_wsgi (pid=11265): Attach interpreter ''.
[Thu May 23 22:37:30 2013] [info] mod_wsgi (pid=11266): Attach interpreter ''.
[Thu May 23 22:37:30 2013] [info] mod_wsgi (pid=11262): Attach interpreter ''.
[Thu May 23 22:37:30 2013] [info] mod_wsgi (pid=11264): Attach interpreter ''.
[Thu May 23 22:37:30 2013] [info] mod_wsgi (pid=11263): Attach interpreter ''.
[Thu May 23 22:37:30 2013] [info] mod_wsgi (pid=11264): Create interpreter 'foo.com|'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment