Project

General

Profile

« Previous | Next » 

Revision c3a07d76

Added by Justin Sherrill almost 10 years ago

fixes #5845 - using new pulp httpd config files for 2.4

View differences:

templates/etc/httpd/conf.d/pulp_rpm.conf.erb
SSLInsecureRenegotiation on
# -- HTTPS Repositories ---------
Alias /pulp/repos /var/www/pub/https/repos
Alias /pulp/repos /var/www/pub/yum/https/repos
<Directory /var/www/pub/https/repos>
# -- HTTPS Exports
Alias /pulp/exports /var/www/pub/yum/https/exports
<Directory /var/www/pub/yum/https>
WSGIAccessScript /srv/pulp/repo_auth.wsgi
......
</Directory>
# -- HTTP Repositories ---------
<Directory /var/www/pub/http/repos >
<Directory /var/www/pub/yum/http>
Options FollowSymLinks Indexes
</Directory>
......
Options FollowSymLinks Indexes
</Directory>
# -- HTTPS Exports
Alias /pulp/exports /var/www/pub/https/exports
<Directory /var/www/pub/https/exports>
WSGIAccessScript /srv/pulp/repo_auth.wsgi
SSLRequireSSL
SSLVerifyClient optional_no_ca
SSLVerifyDepth 2
SSLOptions +StdEnvVars +ExportCertData +FakeBasicAuth
Options FollowSymLinks Indexes
</Directory>
# --- HTTP Exports
<Directory /var/www/pub/http/exports >
Options FollowSymLinks Indexes
</Directory>
# -- GPG Keys -------------------
Alias /pulp/gpg /var/www/pub/gpg

Also available in: Unified diff