Hi, When I open the stats page on the icecast server, I get the basic info, but images and stuff generate 404's, although all the files are there and readable by the user that icecast runs under: This one works: 80.127.65.160 - - [30/Jan/2005:18:15:08 +0000] "GET / HTTP/1.1" 200 44 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl-NL; rv:1.8b) Gecko/20050129" 0 These fail: 80.127.65.160 - - [30/Jan/2005:18:15:09 +0000] "GET /style.css HTTP/1.1" 404 109 "http://ares.radiozilvervos.com:8000/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl-NL; rv:1.8b) Gecko/20050129" 0 80.127.65.160 - - [30/Jan/2005:18:15:09 +0000] "GET /corner_topleft.jpg HTTP/1.1" 404 109 "http://ares.radiozilvervos.com:8000/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl-NL; rv:1.8b) Gecko/20050129" 0 80.127.65.160 - - [30/Jan/2005:18:15:09 +0000] "GET /corner_bottomleft.jpg HTTP/1.1" 404 109 "http://ares.radiozilvervos.com:8000/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl-NL; rv:1.8b) Gecko/20050129" 0 80.127.65.160 - - [30/Jan/2005:18:15:10 +0000] "GET /icecast.png HTTP/1.1" 404 109 "http://ares.radiozilvervos.com:8000/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl-NL; rv:1.8b) Gecko/20050129" 0 Contents of dir: /usr/local/share/icecast/web : -rwxr-xr-x 1 jukebox jukebox 1892 Jan 19 21:37 auth.xsl -rwxr-xr-x 1 jukebox jukebox 8164 Jan 19 21:37 corner_bottomleft.jpg -rwxr-xr-x 1 jukebox jukebox 8155 Jan 19 21:37 corner_bottomright.jpg -rwxr-xr-x 1 jukebox jukebox 8149 Jan 19 21:37 corner_topleft.jpg -rwxr-xr-x 1 jukebox jukebox 8151 Jan 19 21:37 corner_topright.jpg -rwxr-xr-x 1 jukebox jukebox 5073 Jan 19 21:37 icecast.png -rwxr-xr-x 1 jukebox jukebox 1517 Jan 19 21:37 key.gif -rwxr-xr-x 1 jukebox jukebox 3411 Jan 19 21:37 status.xsl -rwxr-xr-x 1 jukebox jukebox 891 Jan 19 21:37 status2.xsl -rwxr-xr-x 1 jukebox jukebox 3998 Jan 19 21:37 style.css Relevant parts of the configfile: <paths> <basedir>/usr/local/share/icecast</basedir> <logdir>/log</logdir> <webroot>/web</webroot> <adminroot>/admin</adminroot> <pidfile>/icecast.pid</pidfile> <alias source="/" dest="/status.xsl"/> </paths> <security> <chroot>1</chroot> <changeowner> <user>jukebox</user> <group>jukebox</group> </changeowner> </security> Does anybody has an idea of what I might be doing wrong, might be set wrong or whatever. Thanks in advance.