|
litespeed_wiki:litespeed:cache 2013/05/17 11:49 |
litespeed_wiki:litespeed:cache 2013/05/17 11:50 current |
| | * %{ORG_REQ_URI} ends with .php or .html or .htm or etc. | | * %{ORG_REQ_URI} ends with .php or .html or .htm or etc. |
| | * The TTL of cache is however long set in cache policy for private cache. | | * The TTL of cache is however long set in cache policy for private cache. |
| | + | |
| | | | |
| | | | |
| | RewriteRule .* - [E=Cache-Control:no-cache] | | RewriteRule .* - [E=Cache-Control:no-cache] |
| | | | |
| - | - or put the following in vhost section of httpd.conf | + | or put the following in vhost section of httpd.conf |
| | | | |
| | CacheDisable private | | CacheDisable private |
| | | | |