A very strange problem with I/O cache enabled: I defined "jpg,png,gif,ico,swf" as "extensions" with handler=static. I have a directory /img/maps with an image pa.png. The html has an "img src=/img/maps/PA.png" and the image does not come. If I browse the image directly it returns error 404. I started cherokee with CHEROKEE_TRACE="common,static,io_cache" /usr/sbin/cherokee it wrote: cache.c:0621 (cherokee_cache_get): Miss (adding): '/var/www/turismo/img/maps/PA.png'
If I restart the server and acess directly the image www.domain.xxx/img/maps/pa.png the image comes, and, if I acess /img/maps/PA.png after that it comes ok. I looks like that it is caching a no existent PA.png the firts time, like accessing the cache case-insensitive and the cache accessing the file case-sensitive. Guilherme _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
