Make sure
that the web server on your VPS is configured to properly handle
the Real media file extensions, namely .rm, .ra,
.ram, and optionally .rpm.
If your
VPS was set up later than December 15, 1997 then your ~/www/conf/mime.types
file includes the necessary MIME
Types. If your VPS was set up prior to December
15, 1997 then simply add the following two lines to your ~/www/conf/mime.types
file:
audio/x-pn-realaudio ram rm ra
audio/x-pn-realaudio-plugin rpm
If you
download the ~/www/conf/mime.types file to your local
computer using FTP, be sure you upload it back to your VPS in
ASCII format.
An alternative
to editing the ~/www/conf/mime.types file is to simply
copy the ~/www/conf/mime.types file from the /usr/local/contrib
directory on your VPS host machine. To do this type:
% cp /usr/local/contrib/mime.types ~/www/conf