Update to the latest GIT commit and added the new application mod_http_cache to download/play audio files from a webserver

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28407 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mazilo
2011-10-10 17:12:26 +00:00
parent 3da1e55325
commit 625dcfda57
4 changed files with 17 additions and 4 deletions

View File

@ -0,0 +1,8 @@
<configuration name="http_cache.conf" description="HTTP GET cache">
<settings>
<param name="max-urls" value="10000"/>
<param name="location" value="$${base_dir}/http_cache"/>
<param name="default-max-age" value="86400"/>
</settings>
</configuration>