Yes, I had done that based on below steps suggested by cpanel tech:
Quote:
1) cd /var/cpanel/easy/apache/rawopts
2) touch all_suphp
3) nano -w all_suphp ( considering you are running SuPHP )
4) Within the file add per line the following:
--enable-eaccelerator=shared
--with-eaccelerator-shared-memory
--with-php-config=$PHP_PREFIX/bin/php-config
Likewise if you were only running DSO/CGI within PHP5 steps 2-4 would be repeated after touching and editing the file all_php5.
This would be all that would need to be in place so that Easy Apache would add the configured flags to your PHP build.
|
Recompiled and still does not work (although eaccelerator shows up in php otherwise, but the vb mod here is not picking it up)