I installed the icecast2 server on my ubuntu server with apt. Everything looks good, I can reach the web interface in the browser but there are no styles and images. If I enter the style.css directly in the browser's address bar it says: The file you requested could not be found. I looked at the error log and it added a line:
[2011-10-12 08:32:33] INFO fserve/fserve_client_create checking for file /style.css (/usr/share/icecast2/web/style.css)
The permissions of the folder are icecast2:icecast recursively and icecast is running with the same perms.
What could be the problem?