Bug 41525 - Provide mod_proxy configuration
Provide mod_proxy configuration
Status: RESOLVED DUPLICATE of bug 42082
Product: UCS
Classification: Unclassified
Component: App Center
UCS 4.1
Other Linux
: P5 enhancement (vote)
: ---
Assigned To: App Center maintainers
: interim-1
Depends on: 39198
Blocks:
  Show dependency treegraph
 
Reported: 2016-06-10 14:19 CEST by Michel Smidt
Modified: 2017-02-08 14:05 CET (History)
4 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 2: Improvement: Would be a product improvement
Who will be affected by this bug?: 2: Will only affect a few installed domains
How will those affected feel about the bug?: 1: Nuisance – not a big deal but noticeable
User Pain: 0.023
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments
Jenkins error message (8.55 KB, image/png)
2016-06-10 14:19 CEST, Michel Smidt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Smidt 2016-06-10 14:19:14 CEST
+++ This bug was initially created as a clone of Bug #39198 +++

Every App can include a mod_proxy configuration. By default every App get its own apache namespace via mod_proxy.


After installing the jenkins app following error messages appears in "fqdn/jenkins/manage":
"It appears that your reverse proxy set up is broken." 
According to [1] this can be fixed with the options "nocanon" & "AllowEncodedSlashes NoDecode" in the virtualHost reverse proxy entry.

Full configuration:
<VirtualHost *:80>
        Include /etc/apache2/ucs-sites.conf.d

        ProxyPass /jenkins/ http://127.0.0.1:40001/jenkins/ nocanon retry=0
        ProxyPassReverse /jenkins/ http://127.0.0.1:40001/jenkins/
        AllowEncodedSlashes NoDecode
</VirtualHost>

So, it would be nice to get this configurable.

[1] https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+behind+Apache
Comment 1 Michel Smidt 2016-06-10 14:19:49 CEST
Created attachment 7733 [details]
Jenkins error message
Comment 2 Felix Botner univentionstaff 2017-02-08 14:05:31 CET

*** This bug has been marked as a duplicate of bug 42082 ***