History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2409
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: Julian Bassett
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Quickbuild running Behind Apache confiigure to allow only connections from over https

Created: 16/Apr/15 07:31 AM   Updated: 16/Apr/15 11:14 PM
Component/s: None
Affects Version/s: 5.1.43, 6.0.11
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Hello Robin,

we want to run our Quickbuild behind an Apache. In the documentation we found the following description: http://wiki.pmease.com/display/QB60/Running+Behind+Apache

However after following this guide it is still possible to access the Quickbuild-Webapplication directly over Port 8810.

Is it possible to configure Jetty so that is not possible and it can only be accessed over port 80/443? E.g. in our Tomcat applications we do the following in the server.xml:

<Connector address="127.0.0.1" port="8080" protocol="HTTP/1.1"
This leads to the fact the connection is only accepted from the same machine (127.0.0.1) and every other connection is blocked. Is this behavior also reproducible with Quickbuild?

Thanks in advance

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [16/Apr/15 11:14 PM]
Please add below entry to "conf/node.properties" on QB server:

bindAddress=127.0.0.1