Advertisement
Guest User

Apache Log

a guest
Feb 20th, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. [Fri Feb 20 09:36:41.576417 2015] [mpm_prefork:notice] [pid 6278] AH00169: caught SIGTERM, shutting down
  2. stdin: is not a tty
  3. [Fri Feb 20 09:36:42.643577 2015] [mpm_prefork:notice] [pid 6950] AH00163: Apache/2.4.7 (Ubuntu) mod_fcgid/2.3.9 PHP/5.5.9-1ubuntu4.6 mod_wsgi/3.4 Python/2.7.6 configured -- resuming normal operations
  4. [Fri Feb 20 09:36:42.643745 2015] [core:notice] [pid 6950] AH00094: Command line: '/usr/sbin/apache2'
  5. [Fri Feb 20 09:36:53.835318 2015] [:error] [pid 6955] [remote 10.161.10.168:40547] mod_wsgi (pid=6955): Exception occurred processing WSGI script '/opt/adagios/adagios/apache/adagios.wsgi'.
  6. [Fri Feb 20 09:36:53.835621 2015] [:error] [pid 6955] [remote 10.161.10.168:40547] Traceback (most recent call last):
  7. [Fri Feb 20 09:36:53.835677 2015] [:error] [pid 6955] [remote 10.161.10.168:40547] File "/usr/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 187, in __call__
  8. [Fri Feb 20 09:36:53.835851 2015] [:error] [pid 6955] [remote 10.161.10.168:40547] self.load_middleware()
  9. [Fri Feb 20 09:36:53.835883 2015] [:error] [pid 6955] [remote 10.161.10.168:40547] File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 45, in load_middleware
  10. [Fri Feb 20 09:36:53.836081 2015] [:error] [pid 6955] [remote 10.161.10.168:40547] mw_class = import_by_path(middleware_path)
  11. [Fri Feb 20 09:36:53.836099 2015] [:error] [pid 6955] [remote 10.161.10.168:40547] File "/usr/lib/python2.7/dist-packages/django/utils/module_loading.py", line 26, in import_by_path
  12. [Fri Feb 20 09:36:53.836195 2015] [:error] [pid 6955] [remote 10.161.10.168:40547] sys.exc_info()[2])
  13. [Fri Feb 20 09:36:53.836212 2015] [:error] [pid 6955] [remote 10.161.10.168:40547] File "/usr/lib/python2.7/dist-packages/django/utils/module_loading.py", line 21, in import_by_path
  14. [Fri Feb 20 09:36:53.836241 2015] [:error] [pid 6955] [remote 10.161.10.168:40547] module = import_module(module_path)
  15. [Fri Feb 20 09:36:53.836257 2015] [:error] [pid 6955] [remote 10.161.10.168:40547] File "/usr/lib/python2.7/dist-packages/django/utils/importlib.py", line 40, in import_module
  16. [Fri Feb 20 09:36:53.836330 2015] [:error] [pid 6955] [remote 10.161.10.168:40547] __import__(name)
  17. [Fri Feb 20 09:36:53.836347 2015] [:error] [pid 6955] [remote 10.161.10.168:40547] File "/opt/adagios/adagios/auth.py", line 23, in <module>
  18. [Fri Feb 20 09:36:53.836465 2015] [:error] [pid 6955] [remote 10.161.10.168:40547] import adagios.views
  19. [Fri Feb 20 09:36:53.836483 2015] [:error] [pid 6955] [remote 10.161.10.168:40547] File "/opt/adagios/adagios/views.py", line 27, in <module>
  20. [Fri Feb 20 09:36:53.836572 2015] [:error] [pid 6955] [remote 10.161.10.168:40547] import adagios.utils
  21. [Fri Feb 20 09:36:53.836589 2015] [:error] [pid 6955] [remote 10.161.10.168:40547] File "/opt/adagios/adagios/utils.py", line 26, in <module>
  22. [Fri Feb 20 09:36:53.836700 2015] [:error] [pid 6955] [remote 10.161.10.168:40547] import pynag.Utils.misc
  23. [Fri Feb 20 09:36:53.836727 2015] [:error] [pid 6955] [remote 10.161.10.168:40547] ImproperlyConfigured: Error importing module adagios.auth: "No module named misc"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement