<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="DE" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:EN-US">Hi,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:EN-US">The linked buildbot page does not state which apache plugins are required and need to be enabled (e.g. via a2enmod).<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:EN-US">I think you need to enable proxy, proxy_html, proxy_http and proxy_wstunnel.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:EN-US">Falk<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span lang="EN-US">From:</span></b><span lang="EN-US"> users [mailto:users-bounces@buildbot.net]
<b>On Behalf Of </b>Pierre Tardy<br>
<b>Sent:</b> Mittwoch, 9. August 2017 19:35<br>
<b>To:</b> Paulo Matos <pmatos@linki.tools>; users@buildbot.net<br>
<b>Subject:</b> Re: [users@bb.net] Buildbot behind apache<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">Hi,<o:p></o:p></p>
<div>
<p class="MsoNormal">Please see documentation for reverse proxy configuration:<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__docs.buildbot.net_latest_manual_cfg-2Dwww.html-23reverse-2Dproxy-2Dconfiguration&d=DwMFaQ&c=VCWpAYkS3z1bOCIxc-BPGZarCq9MRCAVxZJE051VqH8&r=Ee2S2RR_IcVA2riuzsDuYo9W0-YuR65ZmnX9oJ70u5c&m=VHXXwBO7SC7Ht2itdmCzzIO7ZXJi_If9kkZQmcJ-X68&s=kVtKp-PAnFVxHMfC65uToNKkGuM8ottIKNSZ2YqbByU&e=">http://docs.buildbot.net/latest/manual/cfg-www.html#reverse-proxy-configuration</a><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Pierre<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">On Wed, Aug 9, 2017 at 5:28 PM Paulo Matos <<a href="mailto:pmatos@linki.tools">pmatos@linki.tools</a>> wrote:<o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm">
<p class="MsoNormal">Hi all,<br>
<br>
I just moved my buildbot into my production server but now the web<br>
interface is not working. Firefox dev tools says (this might be one of<br>
the issues):<br>
Firefox can't establish a connection to the server at<br>
ws://buildbot.linki.tools/ws<br>
<br>
So I assume I made some mistake setting up apache proxy. I am certainly<br>
not an expert with http servers so bear with me:<br>
<VirtualHost *:80><br>
  ServerName buildbot.linki.tools<br>
  ServerAdmin <a href="mailto:pmatos+buildbot@linki.tools">pmatos+buildbot@linki.tools</a><br>
<br>
  ProxyRequests Off<br>
  ProxyVia Off<br>
<br>
  <Proxy *><br>
    Require all granted<br>
  </Proxy><br>
<br>
  ProxyPass / <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-3A8010_&d=DwMFaQ&c=VCWpAYkS3z1bOCIxc-BPGZarCq9MRCAVxZJE051VqH8&r=Ee2S2RR_IcVA2riuzsDuYo9W0-YuR65ZmnX9oJ70u5c&m=VHXXwBO7SC7Ht2itdmCzzIO7ZXJi_If9kkZQmcJ-X68&s=7o5JVi_9EsxIBIcjj0j6ECoK_RKWeS-VWXpEOp0YJmM&e=" target="_blank">
http://localhost:8010/</a><br>
  ProxyPassReverse / <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-3A8010_&d=DwMFaQ&c=VCWpAYkS3z1bOCIxc-BPGZarCq9MRCAVxZJE051VqH8&r=Ee2S2RR_IcVA2riuzsDuYo9W0-YuR65ZmnX9oJ70u5c&m=VHXXwBO7SC7Ht2itdmCzzIO7ZXJi_If9kkZQmcJ-X68&s=7o5JVi_9EsxIBIcjj0j6ECoK_RKWeS-VWXpEOp0YJmM&e=" target="_blank">
http://localhost:8010/</a><br>
</VirtualHost><br>
<br>
Am I missing something? How have been people deploying buildbot in<br>
production?<br>
<br>
Kind regards,<br>
<br>
<br>
--<br>
Paulo Matos<br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@buildbot.net" target="_blank">users@buildbot.net</a><br>
<a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.buildbot.net_mailman_listinfo_users&d=DwMFaQ&c=VCWpAYkS3z1bOCIxc-BPGZarCq9MRCAVxZJE051VqH8&r=Ee2S2RR_IcVA2riuzsDuYo9W0-YuR65ZmnX9oJ70u5c&m=VHXXwBO7SC7Ht2itdmCzzIO7ZXJi_If9kkZQmcJ-X68&s=RbLgMBE9wRZmp3z8xwLqxInzzbkRRIUjKXSTFvemFZk&e=" target="_blank">https://lists.buildbot.net/mailman/listinfo/users</a><o:p></o:p></p>
</blockquote>
</div>
</div>
</body>
</html>