You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by alan <al...@precisionautobody.com> on 2004/01/21 21:17:37 UTC

[users@httpd] "Unsupported document type" error on serving .rm files

I have some RealVideo 8 (.rm) video files that I'm trying to serve up 
via http (Apache). They are embedded into a web page in a members area 
and secured via basic authentication. The HTML links to a .rpm which 
links to the .rm file.  
 
The first attempt yields a prompt for the username/password and then 
gives a "Unsupported document type" error back to Real Player. Right 
clicking in the video window and selecting play then allows the video 
to play as it should have the first time around. 
 
Tried with both RealOne client and the new RealPlayer10 - same 
behavior. 
 
Here's some more info: 
 
Upon first request, Apache is logging a http/1.1 status code 401 and 
409. Now the 401 makes sense as it's password protected with basic 
authentication but the 409 would seem to be where the problem lies. I 
just don't know how to better figure out why it thinks there is a 
conflict. The second attempt to play, Real Player doesn't need the 
login input because it now remembers it and it goes through just fine 
and then a status code of 200 gets logged.  If the files are not 
secured via basic auth everything works fine.  Using mod_auth_pgsql. 
 
Any ideas or pointers on how I can get better logging to figure out 
just where the problem lies? 
 
Thanks, 
Alan 
 
 
  

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org