[users at bb.net] Buildbot behind apache

Paulo Matos pmatos at linki.tools
Wed Aug 9 15:28:30 UTC 2017


Hi all,

I just moved my buildbot into my production server but now the web
interface is not working. Firefox dev tools says (this might be one of
the issues):
Firefox can't establish a connection to the server at
ws://buildbot.linki.tools/ws

So I assume I made some mistake setting up apache proxy. I am certainly
not an expert with http servers so bear with me:
<VirtualHost *:80>
  ServerName buildbot.linki.tools
  ServerAdmin pmatos+buildbot at linki.tools

  ProxyRequests Off
  ProxyVia Off

  <Proxy *>
    Require all granted
  </Proxy>

  ProxyPass / http://localhost:8010/
  ProxyPassReverse / http://localhost:8010/
</VirtualHost>

Am I missing something? How have been people deploying buildbot in
production?

Kind regards,


-- 
Paulo Matos


More information about the users mailing list