Re: [ls-support] Media Library/storage
  • On Wed, 5 Oct 2005 18:51:47 +0200 (CEST) "" wrote:
    > Author: zerobug
    > Link: http://code.campware.org/phorum/read.php?20,2653,2653#msg-2653
    > --------------------------------------------------------------------------------
    >
    > I am just wondering in the Media Library section are the files transfered to a directory on the livesupport startion computer or are they just linked.. I have a second hdd that i want to use as storage. and from what i can tell they get transfered.. But i dont know enough about the coding to make the nessisary changes.. can anyone help please.
    >
    >

    The location of storage directory tree is configurable by "storageDir"
    field in storageServer/var/conf.php - it's possible to change it
    to value pointing to some dir in 2nd hdd.

    It's not necessary to have storDir in the web-space (subtree accessible
    by apache), but it have to be accessible by php module (not outside
    open_basedir etc.).

    Other ways:
    - mount the 2nd hdd to storageServer/var/stor directory.
    or
    - replace storageServer/var/stor dir with symlink pointing to
    some dir in 2nd hdd

    Good luck

    Tomas Hlava
    th@red2head.com
    _______________________________________________
    ls-support mailing list
    ls-support@lists.campware.org
    http://lists.campware.org/mailman/listinfo/ls-support
  • 1 Comment sorted by
  • Thanks. That Helps alot.
    Regards,