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 862261 Details for
Bug 1064166
Login page returns "A Request to the Server failed with the following Status Code: 500"
[?]
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.
Apache configuration file (2 of 2)
z-ovirt-engine-proxy.conf (text/plain), 2.72 KB, created by
Juan Hernández
on 2014-02-12 12:12:05 UTC
(
hide
)
Description:
Apache configuration file (2 of 2)
Filename:
MIME Type:
Creator:
Juan Hernández
Created:
2014-02-12 12:12:05 UTC
Size:
2.72 KB
patch
obsolete
># ># The name of this file name is very important, the "z-" prefix is used ># to force the web server to load this file after all the other ># configurations, in particular after the configuration of the required ># proxy modules, otherwise the "IfModule" directives fail. ># ><IfModule proxy_ajp_module> > > # > # Remove the Expect headers from API requests (this is needed to fix a > # problem with some API clients): > # > # This is required because otherwise Expect header, which is hop-by-hop > # will be caught by the Apache and will NOT be forwared to the proxy. > # > # It currenly is used here, which means GLOBALLY for the server. It is done > # this way because RequestHeader 'early' doesn't allow using in either > # 'Directory' or 'Location' nested clauses. > # > # TODO: find a way to filter Expect headers for /api name space only. > <IfModule headers_module> > RequestHeader unset Expect early > </IfModule> > > <Proxy ajp://127.0.0.1:8702> > # This is needed to make sure that connections to the application server > # are recovered in a short time interval (5 seconds at the moment) > # otherwise when the application server is restarted the web server will > # refuse to connect during 60 seconds. > ProxySet retry=5 > > # This is needed to make sure that long RESTAPI requests have time to > # finish before the web server aborts the request as the default timeout > # (controlled by the Timeout directive in httpd.conf) is 60 seconds. > ProxySet timeout=3600 > </Proxy> > > Redirect /ovirt-engine /ovirt-engine/ > > <Location /ovirt-engine/> > ProxyPass ajp://127.0.0.1:8702/ > </Location> > > <LocationMatch ^/(UserPortal($|/)|RHEVManagerWeb($|/)|OvirtEngineWeb($|/)|webadmin($|/)|docs($|/)|ovirt-engine-theme/|ovirt-engine-theme-resource/|ca.crt$|engine.ssh.key.txt$|rhevm.ssh.key.txt$|ovirt-engine-files/|ovirt-engine-attachment/|ovirt-engine-novnc-main.html$|ovirt-engine-spicehtml5-main.html$)> > ProxyPassMatch ajp://127.0.0.1:8702 timeout=3600 > <IfModule deflate_module> > AddOutputFilterByType DEFLATE text/javascript text/css text/html text/xml text/json application/xml application/json application/x-yaml > </IfModule> > </LocationMatch> > > <Location /api> > # > # The timeout has to be specified here again because versions of > # Apache older than 2.4 don't copy the setting from the Proxy > # directive: > # > ProxyPass ajp://127.0.0.1:8702/api timeout=3600 > > <IfModule deflate_module> > AddOutputFilterByType DEFLATE text/javascript text/css text/html text/xml text/json application/xml application/json application/x-yaml > </IfModule> > </Location> > ></IfModule>
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 1064166
:
862260
| 862261