Bug 41626 - Docker Apps without AutoModProxy write their config in Apache's sites nonetheless
Docker Apps without AutoModProxy write their config in Apache's sites nonethe...
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: App Center
UCS 4.1
Other Linux
: P1 normal (vote)
: UCS 4.1-3-errata
Assigned To: Dirk Wiesenthal
Felix Botner
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-06-21 13:22 CEST by Dirk Wiesenthal
Modified: 2016-09-22 07:24 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 4: Minor Usability: Impairs usability in secondary scenarios
Who will be affected by this bug?: 2: Will only affect a few installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.091
Enterprise Customer affected?:
School Customer affected?:
ISV affected?: Yes
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2016032221000331
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Wiesenthal univentionstaff 2016-06-21 13:22:47 CEST
If an App wants to expose their own web port and do not have any automatic mod_proxy configuration, they need to do this:

PortsExclusive=9990
WebInterface=/
WebInterfacePortHTTPS=9990
AutoModProxy=False

This _should_ forward port 9990 so that HOSTIP:9990/ points to the web interface.

But this will still write a mod_proxy entry. Actually, there are AutoModProxy checks in univention-app register (they prevent the container's port 9990 to be exposed as port 40000). But because PortsExclusive=9990 is registered and "WebInterfacePortHTTPS in PortsExclusive", the entry is written regardless.
Comment 1 Dirk Wiesenthal univentionstaff 2016-06-21 13:24:34 CEST
Causes problems in Ticket#2016032221000331
Comment 2 Dirk Wiesenthal univentionstaff 2016-08-14 02:08:59 CEST
Fixed in
  univention-appcenter 5.0.22-3.208.201608140206
Comment 3 Felix Botner univentionstaff 2016-08-24 16:53:58 CEST
OK - no proxy settings in sites-available/default and sites-available/default-ssl
OK - YAML
OK - merged to 4.2-0
Comment 4 Janek Walkenhorst univentionstaff 2016-09-07 18:41:43 CEST
<http://errata.software-univention.de/ucs/4.1/247.html>