apache dont send me mp3 header even when use direct address to the file
Posted
by
user1728307
on Server Fault
See other posts from Server Fault
or by user1728307
Published on 2012-10-08T09:47:52Z
Indexed on
2012/10/08
15:41 UTC
Read the original article
Hit count: 186
apache dont send me mp3 header even when use direct address to the file, it means i can play it with flash audio players on my web pages, but when i tried to download from direct address on my server i got "Error 101 (net::ERR_CONNECTION_RESET): The connection was reset" or sometimes gives me a file with mp3 extension that has just 13B files-size, and when i open that file in gedit/notepad there is just:
<html></html>
i dont have any problem with php files and images, but mp3 files never be send to browser for download or play.
i added this code to httpd.conf:
AddType audio/mpeg .mp3
but there is not any difference!!
thanks in advance
© Server Fault or respective owner