coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: H_e_r_m_i_t on November 19, 2004, 10:38:15 PM

Title: How to force gallery work with chomds 755?
Post by: H_e_r_m_i_t on November 19, 2004, 10:38:15 PM
So..  After moving to new hosting provider i have faced with very popular problem: on my new server gallery doesn't work with chmods 755. Here i found many, many topics with similar problems. And the only solution which i have found is to change chmods from 755 to 777. But it is less secure than 755! On what server (php?) settings depend gallery capacity for work with chmods 755? How to force gallery work with chomds 755?

P.s Sorry for my terrible English...  :-[
Title: Re: How to force gallery work with chomds 755?
Post by: Nibbler on November 19, 2004, 11:44:45 PM
Coppermine works fine on 755 as it is.
Title: Re: How to force gallery work with chomds 755?
Post by: H_e_r_m_i_t on November 19, 2004, 11:54:12 PM
I receive error  message when uploading photos to albums/userpics with chmod 755. with 777 all works fine  :(
Title: Re: How to force gallery work with chomds 755?
Post by: Nibbler on November 20, 2004, 12:01:21 AM
If apache runs as your user id, then you can use 755.
If apache runs as something else eg. 'apache' then you have to use 777.

Search on google for info on how permissions work.
Title: Re: How to force gallery work with chomds 755?
Post by: H_e_r_m_i_t on November 20, 2004, 12:20:13 AM
Thank you!