Re: Storing Large Objects

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Storing Large Objects
Дата
Msg-id 20050418152118.GA22606@wolff.to
обсуждение исходный текст
Ответ на Storing Large Objects  (brew@theMode.com)
Ответы Re: Storing Large Objects  (brew@theMode.com)
Список pgsql-novice
On Mon, Apr 18, 2005 at 02:09:10 -0400,
  brew@theMode.com wrote:
>
> Since I've heard large objects were a bother I've written it so the mp3s
> were in files with long obfuscated filenames and have put them in a
> directory hidden behind basic authentication, planning a php front end to
> the basic authentication and storing the file urls in the database.  Now
> I'm considering shortlived symbolic filenames to further make it difficult
> to rip off the mp3 files by other users with valid log in credentials that
> can get past the basic authentication.

Why not put the files somewhere where only the application can get at them
instead of under the document root. That way they have to compromise your
application to get at them. No amount of url guessing will give direct
access.

В списке pgsql-novice по дате отправления:

Предыдущее
От: brew@theMode.com
Дата:
Сообщение: Re: Debian stable, was Re: Storing Large Objects
Следующее
От: S S
Дата:
Сообщение: PostgreSQL Guide for Oracle Users?