News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

file and folder permitions

Started by daniel.duarte, January 11, 2004, 12:37:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

daniel.duarte

Hello,

I moved coppermine from an old sever to a new one, but after the ziping of the coppermine folder the new files lost the initial set permitions.

I would like to know what are the file permitions that I should set to all the files and folders of the coppermine directory?

Thanks!

Joachim Müller

read the readme that comes with coppermine! The script needs write permission in /include and /albums (including all subfolders), CHMOD accordingly.

GauGau

daniel.duarte

Hello,

Thanks for the reply!

I was thinking and wanted to know if the following makes sence:

In the coppermine dir:

chmod 701 .
chmod -R 505 *
chmod a+rw include
chmod a+rw albums

and to all the directories inside albums:
chmod a+rw <album_dir>

I wanted to remove acess to everyone else by the shell, that's why I selected 0 to my group of users.

Thanks again!