brandondaly
IS-IT--Management
Is there any way to check that the caching function is operating, on apache 2?
I've run a httpd -l to check the modules are installed and I have mod_cache.c and mod_desk_cache.c installed.
In the httpd.conf file I have the lines
<IfModule mod_disk_cahce.c>
CacheRoot "/usr/local/apache2/proxy"
CacheSize 500
CacheEnable Disk /
CacheDirLevels 5
CacheDirLength 3
</IfModule>
But I would expect to see folders appearing the directory "/usr/local/apache2/proxy" but this is remaining empty. I can see the traffic passing throught the proxy server in the access_log file.
Many thanks,
Bran.
I've run a httpd -l to check the modules are installed and I have mod_cache.c and mod_desk_cache.c installed.
In the httpd.conf file I have the lines
<IfModule mod_disk_cahce.c>
CacheRoot "/usr/local/apache2/proxy"
CacheSize 500
CacheEnable Disk /
CacheDirLevels 5
CacheDirLength 3
</IfModule>
But I would expect to see folders appearing the directory "/usr/local/apache2/proxy" but this is remaining empty. I can see the traffic passing throught the proxy server in the access_log file.
Many thanks,
Bran.