yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #95198
[Bug 1947295] Re: horizon client denied
With WEBROOT fixed in:
https://review.opendev.org/c/openstack/horizon/+/939185
https://docs.openstack.org/horizon/latest/install/install-rdo.html
** Changed in: horizon
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1947295
Title:
horizon client denied
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
Hi, im recently deployed Xena / Yoga (Wallaby have the same issue)
(after have other deploys work like ussuri, victoria, train, etc..)
And when try access to horizon i receive:
"Error403 Forbidden You don't have permission to access this resource."
The httpd report"
"AH01630: client denied by server configuration: /usr/share/openstack-dashboard/openstack_dashboard/wsgi"
I follow the official guide and nothing works..
Thanks!
PD: Build on RHEL8.5
httpd-2.4.37-39
openstack-dashboard-20.1.0-1.el8.noarch
EDIT:
i see that django.wsgi was deprecated and replaced with wsgi.py. so i
need to reeplace some lines in :
- /etc/httpd/conf.d/openstack-dashboard.conf
WSGIScriptAlias /dashboard /usr/share/openstack-
dashboard/openstack_dashboard/wsgi/django.wsgi
with
WSGIScriptAlias /dashboard /usr/share/openstack-
dashboard/openstack_dashboard/wsgi.py
and
<Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi
with
<Directory /usr/share/openstack-dashboard/openstack_dashboard/>
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1947295/+subscriptions
References