Horizon Apache launch error
Hi, I installed the horizon (stable/grizzly) in frdora 18 , after installation all works fine. But when i lanch the browser , the pages print that
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log.
and i run command tailf /var/log/httpd/horizon_error.log said
[Thu Jun 13 16:48:37.022157 2013] [:error] [pid 42531] [remote 192.168.1.110:24231] mod_wsgi (pid=42531): Exception occurred processing WSGI script '/opt/stack/horizon/openstack_dashboard/wsgi/django.wsgi'. [Thu Jun 13 16:48:37.022285 2013] [:error] [pid 42531] [remote 192.168.1.110:24231] Traceback (most recent call last): [Thu Jun 13 16:48:37.022334 2013] [:error] [pid 42531] [remote 192.168.1.110:24231] File "/usr/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 219, in __call__ [Thu Jun 13 16:48:37.022418 2013] [:error] [pid 42531] [remote 192.168.1.110:24231] self.load_middleware() [Thu Jun 13 16:48:37.022444 2013] [:error] [pid 42531] [remote 192.168.1.110:24231] File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 39, in load_middleware [Thu Jun 13 16:48:37.022482 2013] [:error] [pid 42531] [remote 192.168.1.110:24231] for middleware_path in settings.MIDDLEWARE_CLASSES: [Thu Jun 13 16:48:37.022505 2013] [:error] [pid 42531] [remote 192.168.1.110:24231] File "/usr/lib/python2.7/site-packages/django/utils/functional.py", line 184, in inner [Thu Jun 13 16:48:37.022541 2013] [:error] [pid 42531] [remote 192.168.1.110:24231] self._setup() [Thu Jun 13 16:48:37.022563 2013] [:error] [pid 42531] [remote 192.168.1.110:24231] File "/usr/lib/python2.7/site-packages/django/conf/__init__.py", line 42, in _setup [Thu Jun 13 16:48:37.022597 2013] [:error] [pid 42531] [remote 192.168.1.110:24231] self._wrapped = Settings(settings_module) [Thu Jun 13 16:48:37.022618 2013] [:error] [pid 42531] [remote 192.168.1.110:24231] File "/usr/lib/python2.7/site-packages/django/conf/__init__.py", line 93, in __init__ [Thu Jun 13 16:48:37.022649 2013] [:error] [pid 42531] [remote 192.168.1.110:24231] mod = importlib.import_module(self.SETTINGS_MODULE) [Thu Jun 13 16:48:37.022671 2013] [:error] [pid 42531] [remote 192.168.1.110:24231] File "/usr/lib/python2.7/site-packages/django/utils/importlib.py", line 35, in import_module [Thu Jun 13 16:48:37.022704 2013] [:error] [pid 42531] [remote 192.168.1.110:24231] __import__(name) [Thu Jun 13 16:48:37.022725 2013] [:error] [pid 42531] [remote 192.168.1.110:24231] File "/opt/stack/horizon/openstack_dashboard/wsgi/../../openstack_dashboard/settings.py", line 182, in <module> [Thu Jun 13 16:48:37.022762 2013] [:error] [pid 42531] [remote 192 ...