Hi,
I have problem with using joomla during upload a picture or any other scripts that need some special permission say uploading or editing a physical page on the server.
turns out I've fixed the problem with the help of "CHOWN" command like following:
but after applying this trick ftp users will face problem, cause the folder they have access to it is now owned by apache user.
after few searches in forum I've found two solution:
1-suPHP
2-ruid
for now I have around 10 real working websites on my vps and I can't afford(a.k.a pay fine to my customers) any failure.
I want everything works well as well as this php thing get solved.
what should I do?
shall I go with ruid_mod? is it safe ? will it be install without any problem?
my DA version is : 1.36.2
my OS : centOS 5.0
p.s :
Why DA guys don't care about solving this problem in the core , then afetr we have to find a solution in the forum?
with these kind of buggy things in DA , DA won't be shining like cpanel or anyother competitors around.
please solve this fundamental problem at least for the sake of more money.
I have problem with using joomla during upload a picture or any other scripts that need some special permission say uploading or editing a physical page on the server.
turns out I've fixed the problem with the help of "CHOWN" command like following:
Code:
chown -R apache:apache *
but after applying this trick ftp users will face problem, cause the folder they have access to it is now owned by apache user.
after few searches in forum I've found two solution:
1-suPHP
2-ruid
for now I have around 10 real working websites on my vps and I can't afford(a.k.a pay fine to my customers) any failure.
I want everything works well as well as this php thing get solved.
what should I do?
shall I go with ruid_mod? is it safe ? will it be install without any problem?
my DA version is : 1.36.2
my OS : centOS 5.0
p.s :
Why DA guys don't care about solving this problem in the core , then afetr we have to find a solution in the forum?
with these kind of buggy things in DA , DA won't be shining like cpanel or anyother competitors around.
please solve this fundamental problem at least for the sake of more money.
Last edited: