-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refs #13431 - Apache changes for pulp 2.8 #98
Conversation
Can you propogate this knowledge and change over to https://github.com/Katello/puppet-pulp/blob/master/manifests/apache.pp so that it is up to date as well? |
WSGIImportScript /usr/share/pulp/wsgi/webservices.wsgi process-group=pulp application-group=pulp | ||
|
||
<Directory /usr/share/pulp/wsgi> | ||
Require all granted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you need to account for differences in apache versions:
Allow from all | ||
<% end -%> | ||
</Location> | ||
|
||
<%- if scope.lookupvar('operatingsystem') == 'Fedora' && scope.lookupvar('operatingsystemrelease') == '18' -%> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could just remove lines 61-73
Includes updates for pulp.conf
Looks good to me i'd open an issue about isolating that configuration in pulp.conf |
|
ACK |
Thanks @parthaa |
Refs #13431 - Apache changes for pulp 2.8
No description provided.