[Box-Admins] Re: Jenkins reliability ( was Re: [squeak-dev] 6 tests to go...)

Chris Cunnington smalltalktelevision at gmail.com
Wed Oct 24 20:51:31 UTC 2012


On 2012-10-24 4:44 PM, Levente Uzonyi wrote:
> I think I found the reason why the server is so unresponsive. Apache 
> is configured as a forward proxy too and probably bots found it out 
> quickly. They are probably proxying requests through the server which 
> eats up the bandwidth.
>
> ProxyRequests should be changed to Off ASAP.
>
>
> Levente
>

<VirtualHost *:80>
      ServerName www.squeakci.org
      ServerAlias squeakci.org
      ProxyRequests Off
      ProxyPreserveHost On
      ProxyPass /http://www.squeakci.org:8080/
      ProxyPassReverse /http://www.squeakci.org:8080/
</VirtualHost>


Chris

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/box-admins/attachments/20121024/5b286e6e/attachment.htm


More information about the Box-Admins mailing list