Topic awaiting preservation: Securing video...? |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: 1393 |
posted 12-15-2008 17:18
I'm curious if anybody has any "best practices" or good tutorials on protecting video/files from outside access. Basically I have a system where only admin's can upload content but I want to insure that not just anybody can browse directly to the directory and download. I've used the process of storing files outside the webroot and moving when needed but I can't sacrifice speed/performance and am wondering if there is a good way to do this (maybe in combination with apache or something). |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 12-15-2008 18:04
So... what are the security implications of turning of file listing in apache? |
Paranoid (IV) Inmate From: 1393 |
posted 12-15-2008 18:22
That works as long as the file name is unkown, correct? (Apache is one of my many weak points) |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 12-15-2008 21:23
yes, it will prevent people from acidentially finding your videos by 'browsing direcetly to the directory'. |
Paranoid (IV) Inmate From: 1393 |
posted 12-15-2008 22:59
My top concerns are |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 12-16-2008 10:41
Hm, I wouldn't go for mod_rewrite and cookies if I already had a (scripting language based) log in system. |
Paranoid (IV) Inmate From: 1393 |
posted 12-16-2008 16:04
As always, thanks for your advice... much appreciated! |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 12-16-2008 18:47
you're - as always - most welcome. |