본문 바로가기
OpenStack

OpenStack Newton Dashboard 500 Internal Server Error

by 수앙 2017. 9. 16.

최근 OpenStack Newton 설치 시

Dashboard 설치 후 웹브라우저 접속해보면 응답 없이 계속 로딩 중이다가

500 (Internal Server Error) 뜨면서 3줄의 문구가 나오고 접속이 되지 않는 현상이 발생

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.


해결방법

CentOS 7

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


3번째 줄 WSGISocketPrefix run/wsgi

다음 줄에 아래 한줄 추가


WSGIApplicationGroup %{GLOBAL}


Ubuntu 16.04

vi /etc/apache2/conf-available/openstack-dashboard.conf


WSGIApplicationGroup %{GLOBAL} 추가


우분투는 안해봤지만 참고를 위해 기록


그리고 dashboard 재기동

systemctl restart httpd.service memcached.service


참고사이트

https://bugs.launchpad.net/horizon/+bug/1573488/comments/6

댓글