Hi,
The linked buildbot page does not state which apache plugins are required and 
need to be enabled (e.g. via a2enmod).
I think you need to enable proxy, proxy_html, proxy_http and proxy_wstunnel.

Falk

From: users [mailto:[email protected]] On Behalf Of Pierre Tardy
Sent: Mittwoch, 9. August 2017 19:35
To: Paulo Matos <[email protected]>; [email protected]
Subject: Re: [[email protected]] Buildbot behind apache

Hi,
Please see documentation for reverse proxy configuration:
http://docs.buildbot.net/latest/manual/cfg-www.html#reverse-proxy-configuration<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=>

Pierre

On Wed, Aug 9, 2017 at 5:28 PM Paulo Matos 
<[email protected]<mailto:[email protected]>> 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 [email protected]<mailto:[email protected]>

  ProxyRequests Off
  ProxyVia Off

  <Proxy *>
    Require all granted
  </Proxy>

  ProxyPass / 
http://localhost:8010/<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=>
  ProxyPassReverse / 
http://localhost:8010/<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=>
</VirtualHost>

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

Kind regards,


--
Paulo Matos
_______________________________________________
users mailing list
[email protected]<mailto:[email protected]>
https://lists.buildbot.net/mailman/listinfo/users<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=>
_______________________________________________
users mailing list
[email protected]
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to