无法访问openstack的dashboard,查询http的日志后发现:Script timed out before returning headers: django.wsgi 的提示

Script timed out before returning headers: django.wsgi

解决方案:

vim /etc/httpd/conf.d/openstack-dashboard.conf

在 WSGISocketPrefix run/wsgi 下面添加:

WSGIApplicationGroup %{GLOBAL}

Script timed out before returning headers: django.wsgi

然后,重启http服务,就解决了

相关文章:

  • 2021-08-08
  • 2022-12-23
  • 2021-08-30
  • 2021-07-16
  • 2021-04-27
  • 2021-11-20
  • 2021-09-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案