Apache2 mod_cache

The setup instructions can be found here. However, I noticed my CacheRoot is always empty. After I turned on Loglevel debug. I notice there was a permission problem "mod_cache.c: (13)Permission denied". Just have to make the permission corrent and it then worked...
# chown apache.apache /tmp/cache/httpd/
# chcon -t httpd_sys_content_t /tmp/cache/httpd/

No comments: