[users at bb.net] Buildbot behind apache
Pierre Tardy
tardyp at gmail.com
Wed Aug 9 17:35:27 UTC 2017
Hi,
Please see documentation for reverse proxy configuration:
http://docs.buildbot.net/latest/manual/cfg-www.html#reverse-proxy-configuration
Pierre
On Wed, Aug 9, 2017 at 5:28 PM Paulo Matos <pmatos at linki.tools> wrote:
> 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
> _______________________________________________
> users mailing list
> users at buildbot.net
> https://lists.buildbot.net/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/users/attachments/20170809/8c0e673e/attachment.html>
More information about the users
mailing list