View Full Version : PHP suEXEC & PhpMyAdmin
jayjaybaby
10-07-2008, 01:40 PM
Hello,
When ever PHP suEXEC is enabled in litespeed admin panel, phpMyAdmin is no longer accessible (only a white blank page shows).
Is it incompatible with suEXEC or is there a fix?
Thanks in advanced
mistwang
10-07-2008, 01:48 PM
It should be a permission problem. check error.log and stderr.log.
check the permission of the phpMyAdmin directory
jayjaybaby
10-07-2008, 02:45 PM
It should be a permission problem. check error.log and stderr.log.
check the permission of the phpMyAdmin directory
Yeah, I just checked the permission settings of the phpmyadmin directory and chmodded and everything, still shows a blank page.
I took a look at stderr.log & error.log and noticed inside stderr.log there was:
2008-10-07 14:31:05.862 [Tue Oct 07 14:31:05 2008] [warn-phpd] mmap cache can't open /var/www/html/phpMyAdmin/index.php - Permission denied (pid 7214)
I have XCache installed aswell. Could it be a problem with PHP suEXEC & XCache?
Any suggestions?
Thanks!
mistwang
10-07-2008, 02:48 PM
Check permissions of directories along the path.
jayjaybaby
10-07-2008, 02:52 PM
I have set each directory along the path to phpmyadmin to 777, still showing the blank page.
mistwang
10-07-2008, 02:54 PM
try disabling xcache for now.
jayjaybaby
10-07-2008, 02:57 PM
Just disabled xCache (php suEXEC is still enabled) and phpmyadmin still shows a blank page.
mistwang
10-12-2008, 10:36 AM
Make sure you have build LSAPI PHP binary matches the configuration used for Apache mod_php, check the output of phpinfo page.
jayjaybaby
10-14-2008, 04:49 PM
Make sure you have build LSAPI PHP binary matches the configuration used for Apache mod_php, check the output of phpinfo page.
Can you elaborate on that more?
Thanks.