六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 36|回复: 0

apache服务器 下的缓存配置

[复制链接]

升级  30%

202

主题

202

主题

202

主题

进士

Rank: 4

积分
650
 楼主| 发表于 2013-1-26 13:53:28 | 显示全部楼层 |阅读模式
刚刚配置了下linux下apache的缓存配置,配置内容如下
<IfModule mod_cache.c>#LoadModule disk_cache_module modules/mod_disk_cache.so# If you want to use mod_disk_cache instead of mod_mem_cache,# uncomment the line above and comment out the LoadModule line below.<IfModule mod_disk_cache.c>CacheRoot "/var/www/cacheroot"CacheEnable disk /CacheDirLevels 5CacheDirLength 3</IfModule> <IfModule mod_mem_cache.c>CacheEnable mem /MCacheSize 8192MCacheMaxObjectCount 10000MCacheMinObjectSize 1MCacheMaxObjectSize 51200</IfModule></IfModule>
配置完重启服务器,感觉速度是变快了,但是奇怪的是,我在"/var/www/cacheroot"下面却没有发现缓存文件 (之前已经导入mod_cache.so、mod_disk_cache.so和mod_mem_cache.so)

相关内容:http://httpd.apache.org/docs/2.2/mod/mod_cache.html
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表