[GRASS-dev] Re: [OSGeo] #216: Fighting Bandwidth Accelerators

#216: Fighting Bandwidth Accelerators
------------------------+---------------------------------------------------
  Reporter: warmerdam | Owner: warmerdam
      Type: task | Status: reopened
  Priority: normal | Component: SAC
Resolution: | Keywords:
------------------------+---------------------------------------------------
Comment (by neteler):

I have added an exception for GRASS on that server and especially enabled
images to not
be blocked:

( [root@xblade14-2 conf]# vim /etc/init.d/httpd )

{{{
# docs: http://dominia.org/djao/limitipconn2-README
# grant more to GRASS to not block screenshot pages:
<Directory "/osgeo/grass/rsync">
   Options FollowSymLinks Indexes
   MaxConnPerIP 12
   # exempting images from the connection limit is often a good
   # idea if your web page has lots of inline images, since these
   # pages often generate a flurry of concurrent image requests
   NoIPLimit images/* screenshots/*
</Directory>
}}}

Seems to help.

Markus

--
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/216#comment:6&gt;
OSGeo <http://www.osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.