<< Back to previous view |
![]() |
[QB-2409] Quickbuild running Behind Apache confiigure to allow only connections from over https
|
|
Status: | Closed |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | 5.1.43, 6.0.11 |
Fix Version/s: | None |
Type: | Task | Priority: | Major |
Reporter: | Julian Bassett | Assigned To: | Robin Shen |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
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 |
Comments |
Comment by Robin Shen [ 16/Apr/15 11:14 PM ] |
Please add below entry to "conf/node.properties" on QB server:
bindAddress=127.0.0.1 |