Actions
Issue #6601
closedpulp_installer has an unneeded 'pulp_webserver_static_dir' variable
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 71
Quarter:
Description
After installing pulp 3 using pulp_installer, the following error message is emitted by the web server.
AH01276: Cannot serve directory /usr/local/lib/pulp/lib/python3.7/site-packages/rest_framework/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm) found, and server-generated directory index forbidden by Options directive
This is due to these extra lines being present in the server configs:
https://github.com/pulp/pulp_installer/blob/master/roles/pulp-webserver/templates/nginx.conf.j2#L46
We should also remove this variable from the README.
Updated by mdellweg over 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to mdellweg
Added by mdellweg over 4 years ago
Added by mdellweg over 4 years ago
Revision add6a7f0 | View on GitHub
Remove pulp_webserver_static_dir
Updated by mdellweg over 4 years ago
- Status changed from ASSIGNED to MODIFIED
Applied in changeset ansible-pulp|add6a7f093b2ac82ef88080e6662fcdaf326c5b5.
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Updated by dkliban@redhat.com over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Remove pulp_webserver_static_dir
fixes #6601 https://pulp.plan.io/issues/6601