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

OSGeo trac_osgeo at osgeo.org
Tue Sep 16 16:25:08 EDT 2008


#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 at 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>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the grass-dev mailing list