Hi
Great module, thank you. I like would like to have the photos go in a sub directory (files/photos) by setting the path of my cck field that use the module. However, I can not figure out what permission the directory needs. Can someone provide details on what unix permission need to be. Example should it be 777 or 774. And what should the owner and group be set to.
Thanks

Comments

unc0nnected’s picture

Category: feature » support

you could probably just set the owner to www and it wuold work fine.. Assuming that apache is running under the www user as it would on freebsd.. If not then http, apache, or apache2 are other possibilities

Alternatively you could just chmod 777 the directory and be done with it but this would pose a slight security risk