Click here to Skip to main content
15,881,381 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
On apache server I configured tomcat as proxy server that serves mp3 and mp4 from a folder named content. I have given 0755 permission recursively to all media files and changed owner group to root recursively. Media content is played on Firefox but not chrome and edge browser. I have added media type to httpd.conf file also.

AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm
Still not working. It says forbidden. You don't have permission to access folder on this server.403 error


What I have tried:

AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm
Posted
Updated 23-Jun-22 20:44pm

1 solution

This is a development site, not am apache / tomcat tech support site - try here: Apache Tomcat® - Find Help[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900