Bug 828456

Summary: [RFE] configurable timeout for WEB UI
Product: Red Hat Satellite Reporter: james labocki <jlabocki>
Component: WebUIAssignee: Mike McCune <mmccune>
Status: CLOSED NOTABUG QA Contact: Katello QA List <katello-qa-list>
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: mmccune
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-17 23:44:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description james labocki 2012-06-04 18:34:24 UTC
Description of problem:
This is a request to support a configurable timeout for the Web User Interface

Comment 1 Mike McCune 2012-07-17 23:44:17 UTC
This is already configurable in apache:

http://httpd.apache.org/docs/current/mod/core.html#keepalivetimeout

httpd.conf:# Timeout: The number of seconds before receives and sends time out.
httpd.conf:Timeout 60
httpd.conf:# KeepAliveTimeout: Number of seconds to wait for the next request from the
httpd.conf:KeepAliveTimeout 15