安装完dashboard,浏览器访问500 Internal Server Error

错误信息:

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.

查看日志 cat /var/log/httpd/error_log

[Thu Jun 25 08:06:56.647747 2020] [:error] [pid 30850] [remote 192.168.52.1:80] mod_wsgi (pid=30850): Exception occurred processing WSGI script '/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi'.

发现问题和WSGI有关,查看文档发现自己漏了一个配置
解决:在/etc/httpd/conf.d/openstack-dashboard.conf文件里添加一行WSGIApplicationGroup %{GLOBAL}


之后还是500,再次查看日志:cat /var/log/httpd/error_log

[Thu Jun 25 08:06:56.648227 2020] [:error] [pid 30850] [remote 192.168.52.1:80] ImportError: No module named jango.contrib.sessions.backends.cache

发现是jango.contrib.sessions.backends.cache这个问题,发现官方文档里是SESSION_ENGINE = 'django.contrib.sessions.backends.cache'自己漏了一个d,好在没在这绕很久一眼看出来了。

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值