Bug 1042929 - Admins/Gears need the ability to manipulate mod_proxy on the node
Summary: Admins/Gears need the ability to manipulate mod_proxy on the node
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: RFE
Version: 2.0.0
Hardware: Unspecified
OS: Unspecified
low
unspecified
Target Milestone: ---
: ---
Assignee: jofernan
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-13 16:20 UTC by Keith Robertson
Modified: 2016-07-04 01:36 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-22 16:08:04 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Keith Robertson 2013-12-13 16:20:08 UTC
Description of problem:
There needs to be a flexible way for either a gear or an OSE admin to manipulate the mod_proxy settings in a node's VirtualHost configuration for an individual gear.

Without this ability certain gears (e.g. JBoss with HA proxy) will not be able to proxy CSS/JavaScript easily from other sites.  This makes it difficult for OSE hosted applications to share common site themes.

Version-Release number of selected component (if applicable):
All


Expected results:
An easy way for either a gear or an OSE admin to manipulate mod_poxy settings for an individual VirtualHost on a node.  

Additional info:
Here is an example of what a gear would want to do...
<IfModule mod_proxy.c>  
 ProxyRequests On  
 SSLProxyEngine On  
 ProxyPass /css/ https://example.com/css/  
 ProxyPass /javascript/ https://example.com/javascript/  
</IfModule>


Note You need to log in before you can comment on or make changes to this bug.