<div dir="ltr">Hi,<div>Please see documentation for reverse proxy configuration:</div><div><a href="http://docs.buildbot.net/latest/manual/cfg-www.html#reverse-proxy-configuration">http://docs.buildbot.net/latest/manual/cfg-www.html#reverse-proxy-configuration</a><br></div><div><br></div><div>Pierre</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Aug 9, 2017 at 5:28 PM Paulo Matos <pmatos@linki.tools> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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 pmatos+buildbot@linki.tools<br>
<br>
  ProxyRequests Off<br>
  ProxyVia Off<br>
<br>
  <Proxy *><br>
    Require all granted<br>
  </Proxy><br>
<br>
  ProxyPass / <a href="http://localhost:8010/" rel="noreferrer" target="_blank">http://localhost:8010/</a><br>
  ProxyPassReverse / <a href="http://localhost:8010/" rel="noreferrer" 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://lists.buildbot.net/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.buildbot.net/mailman/listinfo/users</a><br>
</blockquote></div>