users can not write to file after upgrade to custom build 2

mjheidari

Verified User
Joined
Jun 29, 2014
Messages
25
Hi.
i upgrade to custom build 2,but after it users can not write to files(edit files) by PHP.
 
Hello,

What do you see with

Code:
cd /usr/local/directadmin/custombuild
./build options | grep -i php
?

If you see a PHP version running as mod_php, then run this code:

Code:
./build update
./build set mod_ruid2 yes
./build mod_ruid2
./build rewrite_confs


That should help. Please report your results here.
 
solved,but

Code:
PHP (default): 5.4 as suphp
phpMyAdmin: 4.5.3.1-all-languages
Replace "php.ini" with './build all' and './build php_ini': no
Suhosin (with PHP upload scan script): 0.9.38
i run your codes and problem solved,but server is very very slow!
 
Code:
PHP (default): 5.4 as suphp
phpMyAdmin: 4.5.3.1-all-languages
Replace "php.ini" with './build all' and './build php_ini': no
Suhosin (with PHP upload scan script): 0.9.38
i run your codes and problem solved,but server is very very slow!!
 
Was it that you tried to speed up your server with migrating to CustomBuild 2 ?
Anyway you should either investigate the case and try to optimize it yourself or get someone to do it for you.
If you want to do it yourself start with reading server-status of apache http://help.directadmin.com/item.php?id=91 and search similar threads on the forums, as they have valuable information.
 
Back
Top