Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 605830 Details for
Bug 847074
client package install hang with continuous logging of Errno 111 Connection refused error with port 5671 connect
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
/etc/httpd/conf.d/katello.conf
katello.conf (text/plain), 2.49 KB, created by
sosan.ng
on 2012-08-21 04:32:35 UTC
(
hide
)
Description:
/etc/httpd/conf.d/katello.conf
Filename:
MIME Type:
Creator:
sosan.ng
Created:
2012-08-21 04:32:35 UTC
Size:
2.49 KB
patch
obsolete
># ># WARNING: THIS CONFIGURATION WAS GENERATED BY KATELLO-CONFIGURE TOOL, ># CHANGES WILL LIKELY BE OVERWRITTEN. ># > >NameVirtualHost *:443 ><VirtualHost *:443> > > ErrorLog /etc/httpd/logs/ssl_kt_error_log > TransferLog /etc/httpd/logs/ssl_kt_access_log > LogLevel info > > ProxyRequests Off > SSLEngine On > SSLCertificateFile /etc/candlepin/certs/candlepin-ca.crt > SSLCertificateKeyFile /etc/candlepin/certs/candlepin-ca.key > SSLCaCertificateFile /etc/candlepin/certs/candlepin-ca.crt > ProxyPreserveHost Off > RequestHeader set X_FORWARDED_PROTO 'https' > > # Performance related configurations > AddOutputFilterByType DEFLATE text/html text/css application/x-javascript application/javascript > KeepAlive On > Timeout 5400 > ProxyTimeout 5400 > > <Proxy balancer://thinservers> > BalancerMember http://127.0.0.1:5000/katello > BalancerMember http://127.0.0.1:5001/katello > BalancerMember http://127.0.0.1:5002/katello > BalancerMember http://127.0.0.1:5003/katello > BalancerMember http://127.0.0.1:5004/katello > </Proxy> > > Alias /katello/assets "/usr/share/katello/public/assets" > Alias /katello/images "/usr/share/katello/public/images" > Alias /katello/fonts "/usr/share/katello/public/fonts" > Alias /katello/javascripts "/usr/share/katello/public/javascripts" > > ExpiresActive On > <Directory "/usr/share/katello/public/"> > ExpiresDefault "access plus 1 year" > </Directory> > > ProxyPass /katello/assets ! > ProxyPass /katello/images ! > ProxyPass /katello/fonts ! > ProxyPass /katello/javascripts ! > ProxyPass /katello balancer://thinservers > > ProxyPassReverse /katello balancer://thinservers > ProxyPassReverse /katello/assets ! > ProxyPassReverse /katello/images ! > ProxyPassReverse /katello/fonts ! > ProxyPassReverse /katello/javascripts ! > > <Location /katello> > RequestHeader set SSL_CLIENT_CERT "%{SSL_CLIENT_CERT}s" > SSLVerifyClient optional > SSLRenegBufferSize 16777216 > SSLVerifyDepth 2 > </Location> > > <Location /katello/api> > # report to CLI and RHSM nicely when Katello is down > ErrorDocument 500 '{"displayMessage": "Internal error, contact administrator", "errors": ["Internal error, contact administrator"], "status": "500" }' > ErrorDocument 503 '{"displayMessage": "Service unavailable or restarting, try later", "errors": ["Service unavailable or restarting, try later"], "status": "503" }' > </Location> ></VirtualHost> > >NameVirtualHost *:80 ><VirtualHost *:80> > RewriteEngine On > RewriteCond %{HTTPS} off > RewriteRule /katello(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} ></VirtualHost>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 847074
:
603290
|
605231
|
605232
|
605828
|
605829
| 605830 |
605831
|
605966
|
605967
|
606438