Displaying 5 results from an estimated 5 matches for "cacheroot".
2005 Dec 16
0
caching rails generated images
...evel/dicomweb/public
ErrorLog /home/hmeyer/devel/dicomweb/log/apache.log
CustomLog /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 Exec...
2006 Apr 06
1
Apache - mod_proxy
This is really an apache question but if anyone knows offhand it would
be nice to know...
How do i build a standalone mod_proxy.so module that i can use to load
into an apache install that has loadable module support compiled in?
thanks
2014 Aug 29
0
Using puppet with Apache mod_disk_cache and passenger over SSL
...le_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 4096 Aug 29 12:37 .
drwxr-xr-x. 18 root root 4096 Aug 29 12:36 ..
drwx------ 3 apache apache 409...
2006 Jul 28
0
Apache/Mongrel Deployment Errors
...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
configurations
# use only na...
2006 Jan 05
2
Apache issue
...s 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 configurations
# use only name...