我想在Phabricator安装前设置AWS Elastic Load Balancer。我希望ELB能够平衡HTTP,HTTPS和SSH流量。这是可能的还是我需要使用HAProxy或类似的方式运行我自己的SSH负载均衡器?
为了澄清,我的目标是通过SSH进行负载均衡git操作,与管理SSH不同。
答案 0 :(得分:-2)
就我的Phabricator + AWS ELB设置而言
允许用于phab实例的ELB端口。
在apache站点中配置从HTTP到HTTPS的VirtualHost重定向 - 启用配置文件。首先将所有HTTPS连接转发到“https://phab.example.com/index.php?path= $ 1”,第二条规则是捕获HTTP连接并重定向到HTTPS。
<div id="formQuestion" class="float-label" spellcheck="false"> <div class="divJobDescription"> <h3><b>Job Description</b></h3> <div class="control"> <textarea name="ctl00$ContentPlaceHolder1$Details1$ProjectReviewForm1$txtDeliverables$TextBox1" rows="2" cols="20" id="ctl00_ContentPlaceHolder1_Details1_ProjectReviewForm1_txtDeliverables_TextBox1" title="Please provide a meaningful description for your project, this will be used in bids" style="width: 80%;"> Data pulled from job search</textarea> <label for="ctl00_ContentPlaceHolder1_Details1_ProjectReviewForm1_txtDeliverables_TextBox1" id="ctl00_ContentPlaceHolder1_Details1_ProjectReviewForm1_txtDeliverables_Label1">Please provide a meaningful description for your project, this will be used in bids</label> </div> </div>
我希望这会帮助你