Problems with media files in Apache
am 15.10.2007 21:07:14 von rhwiley
I attended a meeting the other day where I had shot some videos I have
been asked to share.
Some of my colleagues asked for me for video files (.avi and .wmv) and
others asked for .wav.
I set up a subdirectory off a known good site, and uploaded the files
to the server.
After doing this, I received the following error:
------------------------------------------------------------ -------
Forbidden
You don't have permission to access /media/20071010.wav on this
server.
Additionally, a 403 Forbidden error was encountered while trying to
use an ErrorDocument
to handle the request.
------------------------------------------------------------ -------
So, thinking it was a standard permissions issue, I tried changing the
permissions around, and
finally did a chmod 777 - all with no success. I've even tried to
chown the files to apache.
In all, I'm getting the same error as I started with, so since I don't
see the answer in any of
my documentation, I'm coming here to see if anyone knows what is most
likely the issue. Any thoughts?
Thanks,
Bob Wiley
Re: Problems with media files in Apache
am 16.10.2007 00:01:28 von HansH
schreef in bericht
news:1192475234.187967.205570@t8g2000prg.googlegroups.com...
> ------------------------------------------------------------ -------
> Forbidden
> You don't have permission to access /media/20071010.wav on this
> server.
>
> Additionally, a 403 Forbidden error was encountered while trying to
> use an ErrorDocument
> to handle the request.
>
> ------------------------------------------------------------ -------
>
> So, thinking it was a standard permissions issue, I tried changing the
> permissions around, and
> finally did a chmod 777 - all with no success. I've even tried to
> chown the files to apache.
>
> In all, I'm getting the same error as I started with
Generally 644 will do for files.
Check the folder 'media' to have 755.
HansH
Re: Problems with media files in Apache
am 16.10.2007 02:10:59 von rhwiley
Thank you for the reply. I did a chmod 755, and the error is still
the same. This is frustrating. Thanks for the effort though...
On Oct 15, 6:01 pm, "HansH" wrote:
> schreef in berichtnews:1192475234.187967.205570@t8g2000prg.googlegroups .com...
>
>
>
> > ------------------------------------------------------------ -------
> > Forbidden
> > You don't have permission to access /media/20071010.wav on this
> > server.
>
> > Additionally, a 403 Forbidden error was encountered while trying to
> > use an ErrorDocument
> > to handle the request.
>
> > ------------------------------------------------------------ -------
>
> > So, thinking it was a standard permissions issue, I tried changing the
> > permissions around, and
> > finally did a chmod 777 - all with no success. I've even tried to
> > chown the files to apache.
>
> > In all, I'm getting the same error as I started with
>
> Generally 644 will do for files.
> Check the folder 'media' to have 755.
>
> HansH- Hide quoted text -
>
> - Show quoted text -