a question about user:group in DA 1.297

tim874536

Verified User
Joined
Nov 24, 2006
Messages
73
hello everyone,
i would like to ask how to solve the problem and my config is under CentOS 4.4 and DA 1.297 (new install):

when my customer use DA to build a forum, the forum will create a new folder and write some cache file inside this folder. however, those new cache file is not owned by my customer account in stend of "apache"!

i want to ask how can i solve this problem?

http://tim874536.hkkiz.com/DA_Problem.PNG
 
It's not a DA issue. This will happen on any Apache + mod_php4/5 install. Yep, cPanel too.

There are tutorials on this forum for setting up suphp, so PHP runs as the username, but you will see a drastic decrease in performance, and won't be able to run eAccelerator.

There are other solutions, such as fastcgi, or switching your web server all together, but that may be a bit too complicated for you.
 
that's mean i should either not using suPHP or using other software like fastcgi?
 
that's mean i should either not using suPHP or using other software like fastcgi?

It means you *should* use suphp or fastcgi, if you want to solve the above issue...but you will see a performance decrease
 
It means you *should* use suphp or fastcgi, if you want to solve the above issue...but you will see a performance decrease

in my case, i have already used suPHP by default installation of DA(1.297)
and i can see that there are some config that is about suPHP in httdp.conf

<IfModule mod_suphp.c>
<Location />
suPHP_Engine on
suPHP_ConfigPath /usr/local/etc/php5/cgi/
suPHP_AddHandler x-httpd-php
suPHP_AddHandler x-httpd-php5
</Location>
</IfModule>
 
Back
Top