search for: cacheenable

Displaying 8 results from an estimated 8 matches for "cacheenable".

2008 Jun 16
3
Apache rewrites with mongrel
I?m knew to rewrites on apache in combination with mongrelcluster. It?s urgend for me, because the server has an loadaverage about 10 :-((((( Ok so I?m using 3 mongrel-server on an mongrelcluster. The Loadbalancer ist apache I think, that my rewrites are not correct. Please can anybody check my rewrites ? That?s in my /etc/apache2/conf.d/rails.proxy_cluster.conf <Proxy
2014 Aug 29
0
Using puppet with Apache mod_disk_cache and passenger over SSL
...from All </Directory> <IfModule mod_expires.c> <Location /production/file_metadatas/> ExpiresActive On ExpiresDefault "access plus 30 minutes" </Location> </IfModule> <IfModule mod_disk_cache.c> CacheEnable disk /production/file_metadata/ CacheEnable disk /production/file_metadatas/ CacheRoot "/var/cache/mod_cache" CacheDefaultExpire 1800 CacheIgnoreNoLastMod On </IfModule> </VirtualHost> mod_cache]# ls -la total 40 drwxr-xr-x 10 apache apache 4...
2005 Dec 16
0
caching rails generated images
.../home/hmeyer/devel/dicomweb/log/access.log combined SetEnv RAILS_ENV development <IfModule mod_cache.c> <IfModule mod_disk_cache.c> CacheRoot /var/www/cache/ CacheSize 256000 CacheEnable disk /image </IfModule> CacheDirLevels 5 CacheDirLength 3 </IfModule> <Directory /home/hmeyer/dicomweb/public/> Options ExecCGI FollowSymLinks AddHandler cgi-script .cgi AllowOverride all Order allow,deny...
2015 Mar 17
0
Realplayer audio/video plays fast & noisy on nVidia HDMI connected to HDTV
...= PNAProxyPort=1090 HTTPProxySupport=0 HTTPProxyHost= HTTPProxyPort=80 LiveSuperBuffer=1 rpregistered=1 TurboPlay=1 SoundDriver=3 AutoBWDetection=1 DisableMultiChannelPlayback=1 Quality=10 UseUDPPort=0 UDPPort=7070 NoProxyFor= PerfPlayEntireClip=0 BufferedPlayTime=10 CookiesEnabled=1 AllowAuthID=0 CacheEnabled=1 CacheMaxSize=4 ConnectionTimeOut=20 SynchMM=1 TrueLive=1 Alsa51PCMDeviceName=hdmi:CARD%3dNVidia,DEV%3d7 OSSPCMElementName=/dev/dsp OSSMixerElementName=/dev/mixer Language=en-us caption_switch=0 overdub_or_caption=none systemAudioDesc=0 UseSystemCPU=1 UseSystemOS=1 AlsaVaryingSampleRate=0 OpenAud...
2007 Mar 29
0
[929] branches/wxruby2/wxwidgets_282/swig/classes: Fix virtual methods that shouldn''t be (Bug 9682); Add missing methods and
...ot;) wxDC </span><span class="cx"> </span><del>-// avoid directors for pure virtuals -// for some reason, ignoring just this one avoids errors for the rest!? -%feature("nodirector") wxDC::GetCharHeight; - -// Not sure why these are ignored -%ignore wxDC::CacheEnabled; -%ignore wxDC::ClearCache; -%ignore wxDC::EnableCache; </del><ins>+// raises ''void value is not ignored as it should be'' compile error </ins><span class="cx"> %ignore wxDC::StartPage; </span><span class="cx"> </span>...
2007 Mar 27
0
[922] branches/wxruby2/wxwidgets_282: Changes, additions and deprecations 2.6 -> 2.8 Wx API
...n><span class="cx"> * "DC.new":#DC_new </span><del>-* "DC#begin_drawing":#DC_begindrawing </del><span class="cx"> * "DC#blit":#DC_blit </span><span class="cx"> * "DC#cache_enabled":#DC_cacheenabled </span><span class="cx"> * "DC#calc_bounding_box":#DC_calcboundingbox </span><span class="lines">@@ -60,7 +67,6 @@ </span><span class="cx"> * "DC#draw_text":#DC_drawtext </span><span class="cx"...
2006 Jul 28
0
Apache/Mongrel Deployment Errors
...uot;Block" removes all outgoing Via: headers) # Set to one of: Off | On | Full | Block # #ProxyVia On # # To enable a cache of proxied content, uncomment the following lines. # See http://httpd.apache.org/docs/2.2/mod/mod_cache.html for more details. # #<IfModule mod_disk_cache.c> # CacheEnable disk / # CacheRoot "/var/cache/mod_proxy" #</IfModule> # #</IfModule> # End of proxy directives. ### Section 3: Virtual Hosts # # VirtualHost: If you want to maintain multiple domains/hostnames on your # machine you can setup VirtualHost containers for them. Most configu...
2006 Jan 05
2
Apache issue
...quot;Block" removes all outgoing Via: headers) # Set to one of: Off | On | Full | Block # #ProxyVia On # # To enable a cache of proxied content, uncomment the following lines. # See http://httpd.apache.org/docs-2.0/mod/mod_cache.html for more details. # #<IfModule mod_disk_cache.c> # CacheEnable disk / # CacheRoot "/var/cache/mod_proxy" #</IfModule> # #</IfModule> # End of proxy directives. ### Section 3: Virtual Hosts # # VirtualHost: If you want to maintain multiple domains/hostnames on your # machine you can setup VirtualHost containers for them. Most configura...