phpMyAdmin and suphp

miranda

New member
Joined
Jul 21, 2007
Messages
1
Hi,

I have some problems with suphp and phpMyAdmin:
I need phpMyAdmin, but when I installed suPHP, phpMyAdmin is gone, I cannot
access it anymore.
I am wandering if you know this kind of problem, and if you can give me some tips to fix it.

Thanks,
Miranda
 
Code:
cd /var/www/html
chown -R webapps:webapps phpMyAdmin*
chown -h webapps:webapps phpMyAdmin

Also, make sure that: suPHP_UserGroup is set to webapps webapps :) And, you can only access phpMyAdmin via hostname/phpMyAdmin or IP/phpMyAdmin.
 
Back
Top