ISPsystem.com Forums

ISPsystem.com Forums (http://forum.ispsystem.com//index.php)
-   Troubleshooting (http://forum.ispsystem.com//forumdisplay.php?f=11)
-   -   Any potential issues installing PHP APC on top of ISPManager? (http://forum.ispsystem.com//showthread.php?t=1772)

jimpannell 01-30-2012 07:51 PM

Any potential issues installing PHP APC on top of ISPManager?
 
Hi there

I'm running ISPManager on Debian Squeeze and need to install PHP APC (Alternative PHP Cache) in order to try and speed up my php sites.

Are there any issues I'm likely to come across with doing this?

Cheers


Jim

slava 01-31-2012 02:28 AM

Hello,
No issues, because ISPmanager not touch the operating system and does not change anything in it.
Install this extension from Debian repository via 'apt-get install php-apc' command

jimpannell 02-01-2012 03:22 PM

Thanks Slava.

I've now got this working. The only thing that seems to have been affected is phpmyadmin. The ISP Manager installation of this is no longer accessible - any ideas why?

Cheers

Jim

GakcaT 02-02-2012 02:25 AM

Quote:

The ISP Manager installation of this is no longer accessible - any ideas why?
What do you mean? Is phpMyAdmin displayed in the Applications list?

jimpannell 02-03-2012 12:18 PM

Quote:

Originally Posted by GakcaT (Post 5956)
What do you mean? Is phpMyAdmin displayed in the Applications list?

Yes, it's displayed in the list, but whenever I try to access it I get the following (in Firefox):

The connection was reset

The connection to the server was reset while the page was loading.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer's network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.


Any ideas?

slava 02-03-2012 05:21 PM

PhpMyAdmin can't work with APC, you should disable APC for PhpMyAdmin in /etc/apache2/conf.d/phpmyadmin.conf
add
Code:

php_admin_flag apc.enabled Off
into <Directory /usr/share/phpmyadmin> block

https://bugs.php.net/bug.php?id=58961

jimpannell 02-07-2012 06:35 PM

Thanks for saving my ass again Slava - you're very good at this support stuff aren't you?


All times are GMT +2. The time now is 07:37 AM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.