Hide Forgot
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>