Project

General

Profile

« Previous | Next » 

Revision 61a24343

Added by Eric Helms over 8 years ago

Fix wsgi paths for 2.8

View differences:

spec/classes/pulp_apache_spec.rb
:port => 443,
:servername => facts[:fqdn],
:serveraliases => [facts[:hostname]],
:docroot => '/srv/pulp',
:docroot => '/usr/share/pulp/wsgi',
:ssl => true,
:ssl_verify_client => 'optional',
:ssl_protocol => ' all -SSLv2',
......
:ssl_verify_depth => '3',
:wsgi_process_group => 'pulp',
:wsgi_application_group => 'pulp',
:wsgi_daemon_process => 'pulp user=apache group=apache processes=1 threads=8 display-name=%{GROUP}',
:wsgi_daemon_process => 'pulp user=apache group=apache processes=3 display-name=%{GROUP}',
:wsgi_pass_authorization => 'On',
:wsgi_import_script => '/srv/pulp/webservices.wsgi',
:wsgi_import_script => '/usr/share/pulp/wsgi/webservices.wsgi',
})
end
end
......
:port => 80,
:servername => facts[:fqdn],
:serveraliases => [facts[:hostname]],
:docroot => '/srv/pulp',
:docroot => '/usr/share/pulp/wsgi',
:additional_includes => '/etc/pulp/vhosts80/*.conf',
})
end

Also available in: Unified diff