Displaying 1 result from an estimated 1 matches for "dicomweb".
2005 Dec 16
0
caching rails generated images
...ponse.headers[''Content-Length''] = data.size
      send_data data, :type =>  ''image/png'', :disposition => ''inline''
The important settings from apache2 conf look like this:
<IfModule mod_fastcgi.c>
  FastCgiServer /home/hmeyer/devel/dicomweb/public/dispatch.fcgi \
    -initial-env RAILS_ENV=development \
    -processes 5 \
    -idle-timeout 60
</IfModule>
<VirtualHost *>
   DocumentRoot /home/hmeyer/devel/dicomweb/public
   ErrorLog /home/hmeyer/devel/dicomweb/log/apache.log
   CustomLog       /home/hmeyer/devel/dicomweb/l...