최근 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
참고사이트
'OpenStack' 카테고리의 다른 글
OpenStack Newton Dashboard 500 접속 에러 (0) | 2017.09.23 |
---|---|
OpenStack Mitaka & Newton Keystone v2.0 엔드포인트 추가 (0) | 2017.09.23 |
오픈스택(OpenStack) 인스턴스에 볼륨 붙이기 에러 처리 (0) | 2015.09.04 |
OpenStack Swift 팁 (0) | 2015.08.24 |
CentOS 7 오픈스택(OpenStack) 어딘가 이상이 있습니다! (1) | 2015.08.17 |
댓글