[SOLVED] New to ISPCP - phpinfo() problem - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: [SOLVED] New to ISPCP - phpinfo() problem (/thread-10004.html) |
[SOLVED] New to ISPCP - phpinfo() problem - kobis - 03-14-2010 07:34 PM Hi all, I made a clean installation on CentOS 5.4 with ISPCP 1.04. Installation has been completed without any problems or errors. I tried to allow one of my test site the phpinfo() function with no luck. I changed the disable_functions to allow phpinfo on all of the following php.ini files but i still got an "Access denied." error message: /etc/php.ini /etc/ispcp/fcgi/parts/master/php4/php.ini /etc/ispcp/fcgi/parts/master/php5/php.ini /etc/ispcp/fcgi/parts/php4/php.ini /etc/ispcp/fcgi/parts/php5/php.ini /etc/ispcp/fcgi/working/master.php.ini /var/www/fcgi/TestingSite.com/php5/php.ini /var/www/fcgi/master/php5/php.ini Can someone advice? RE: New to ISPCP - phpinfo() problem - Kika - 03-14-2010 07:47 PM The testingsite.com domain use the /var/www/fcgi/testingsite.com/php5/php.ini. Did you restarted the apache? RE: New to ISPCP - phpinfo() problem - kobis - 03-14-2010 07:56 PM (03-14-2010 07:47 PM)Kika Wrote: The testingsite.com domain use the /var/www/fcgi/testingsite.com/php5/php.ini. Did you restarted the apache? Yes, several times with reload and with service restart. I even restarted the OS. I am using php 3.2 as fcgi RE: [SOLVED] New to ISPCP - phpinfo() problem - kobis - 03-15-2010 06:09 PM the problem has been solved. i created the info.php file under the context of another user. So, the fastCGI process sent the "access denied" error message. I changed the permissions to that file and now it works. |