search for: mod_disk_cach

Displaying 10 results from an estimated 10 matches for "mod_disk_cach".

Did you mean: mod_disk_cache
2014 Aug 29
0
Using puppet with Apache mod_disk_cache and passenger over SSL
I have tried to setup Apache with passenger to host the puppetmaster but I also want to cache. I have no problems running puppet within Passenger with httpd. I also enabled mod_disk_cache within Apache. However, I still see my puppet client htting the puppetmaster and the puppetmaster compiles the manifest every time. In /var/cache/mod_cache, I can see that the data was properly cached. What is wrong with my configuration that still allows httpd to serve up the request from t...
2012 Jun 10
3
Apache mod_cache/mod_disk_cache...?
Is anybody using mod_cache/mod_disk_cache with Puppet? I found a post talking about it here (http://paperairoplane.net/?p=380) and I tried to implement it .. but I found that nothing was being cached. Near as I can tell, Apache refuses to cache any URL that has a query-string attached to it: (http://httpd.apache.org/docs/2.2/caching.htm...
2005 Dec 16
0
caching rails generated images
Hello, I use Ruby on Rails to generate images, which are delivered via mod_fastcgi to apache2. These images should be cached using mod_cache and mod_disk_cache. But it does not work. In Rails I set my http headers like this: expires_in 30.hours, :private => false @response.headers[''Last-Modified''] = im.serie.received @response.headers[''Content-Length''] = data.size send_data data, :type =>...
2015 May 07
2
Apache 2.2 itk - 404 not found
...ule modules/mod_proxy_ftp.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_ajp_module modules/mod_proxy_ajp.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule cache_module modules/mod_cache.so LoadModule disk_cache_module modules/mod_disk_cache.so LoadModule cgi_module modules/mod_cgi.so LoadModule version_module modules/mod_version.so Include conf.d/*.conf User apache Group apache ServerAdmin xxxxxxxxxxx at xxxxxxxxx.ca ServerName localhost:80 UseCanonicalName Off DocumentRoot "/var/www/html&quot...
2015 May 07
3
Apache 2.2 itk - 404 not found
...dModule proxy_http_module modules/mod_proxy_http.so >> LoadModule proxy_ajp_module modules/mod_proxy_ajp.so >> LoadModule proxy_connect_module modules/mod_proxy_connect.so >> LoadModule cache_module modules/mod_cache.so >> LoadModule disk_cache_module modules/mod_disk_cache.so >> LoadModule cgi_module modules/mod_cgi.so >> LoadModule version_module modules/mod_version.so >> Include conf.d/*.conf >> User apache >> Group apache >> ServerAdmin xxxxxxxxxxx at xxxxxxxxx.ca >> ServerName localhost:80 &gt...
2015 May 07
0
Apache 2.2 itk - 404 not found
...y_ftp.so > LoadModule proxy_http_module modules/mod_proxy_http.so > LoadModule proxy_ajp_module modules/mod_proxy_ajp.so > LoadModule proxy_connect_module modules/mod_proxy_connect.so > LoadModule cache_module modules/mod_cache.so > LoadModule disk_cache_module modules/mod_disk_cache.so > LoadModule cgi_module modules/mod_cgi.so > LoadModule version_module modules/mod_version.so > Include conf.d/*.conf > User apache > Group apache > ServerAdmin xxxxxxxxxxx at xxxxxxxxx.ca > ServerName localhost:80 > UseCanonicalName Off > D...
2006 Jul 28
0
Apache/Mongrel Deployment Errors
...o LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule cache_module modules/mod_cache.so LoadModule suexec_module modules/mod_suexec.so LoadModule disk_cache_module modules/mod_disk_cache.so LoadModule file_cache_module modules/mod_file_cache.so LoadModule mem_cache_module modules/mod_mem_cache.so LoadModule cgi_module modules/mod_cgi.so LoadModule proxy_ajp_module modules/mod_proxy_ajp.so # # The following modules are not loaded by default: # #LoadModule cern_meta_module modules/m...
2006 Jan 05
2
Apache issue
...o LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule cache_module modules/mod_cache.so LoadModule suexec_module modules/mod_suexec.so LoadModule disk_cache_module modules/mod_disk_cache.so LoadModule file_cache_module modules/mod_file_cache.so LoadModule mem_cache_module modules/mod_mem_cache.so LoadModule cgi_module modules/mod_cgi.so # # Load config files from the config directory "/etc/httpd/conf.d". # Include conf.d/*.conf # # ExtendedStatus controls whether Apach...
2020 Aug 31
5
How to Migrate Wordpress Website from 32-bit CentOS Linux 6.3 to 64-bit CentOS Linux 8.2 (2004)
...dModule proxy_http_module modules/mod_proxy_http.so #LoadModule proxy_ajp_module modules/mod_proxy_ajp.so #LoadModule proxy_connect_module modules/mod_proxy_connect.so #LoadModule cache_module modules/mod_cache.so #LoadModule suexec_module modules/mod_suexec.so #LoadModule disk_cache_module modules/mod_disk_cache.so LoadModule cgi_module modules/mod_cgi.so #LoadModule version_module modules/mod_version.so IncludeOptional conf.d/*.conf (Notice the use of OPTIONAL) Include conf.modules.d/*.conf (DEFAULT CONFIG FILES INSTALLED BY APACHE WEB SERVER 2.4.37) Install the Secure Sockets Layer (SSL) module for Ap...
2006 Nov 09
16
Some performance questions with ZFS/NFS/DNLC at snv_48
...but I''ll stick to old information so far. Tried Sol10u2 before, but nfs writes killed every bit of performance, snv_48 works much better in that regard. Working data set is about 1.2TB over ~550k inodes right now. Backend serves data to 2-4 linux frontends running Apache (with local raid0 mod_disk_cache), rsync (looking through entire debian trees every now and then) and vsftp (not used much). There are (at least?) two types of performance issues we''ve run into.. 1. DNLC-through-ZFS doesn''t seem to listen to ncsize. The filesystem currently has ~550k inodes and large portions...