JoyceBabu
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by JoyceBabu-
JoyceBabu created a post,
Custom PHP build
I want to install pthreads extension for PHP 7.1, which requires ZTS. Now that custom build option is not available in EA4, what is the best option for enabling thread safety in cPanel server? Is ...
-
JoyceBabu commented,
Thank you. I did not want to build the package after every release.
-
JoyceBabu created a post,
Issues installing module using Ansible
I am trying to setup my server using Ansible. Installation of module ea-php71-php-bz2 is failing with message ea-php71-php-common-7.1.2-1.1.2.cpanel.x86_64 providing ea-php71-php-bz2 is already in...
-
JoyceBabu created a post,
Prevent EasyApache from removing the httpd package
I was trying to install mod-pagespeed on my server. It depends on the httpd package. Since httpd is added to yum exclude list by cpanel, the installation is failing. Hence I tried creating a dummy ...
-
JoyceBabu commented,
It was a problem with XCache, after all. When I rebuilt apache with the bundled XCache, the environment variable and the error vanished.
-
JoyceBabu commented,
[quote="cPanelMichael, post: 1456091">It looks like this may actually be an issue with the XCache configuration itself. However, I advise submitting a bug report via: Submit A Bug Report It's pos...
-
JoyceBabu commented,
Hi Michael, Xcache is unable to create the lock files [QUOTE]PHP Fatal error: xc_fcntl_create: open(/root/tmp/.xcache.99.20845.1.lock, O_RDWR|O_CREAT, 0666) failed: in Unknown on line 0 PHP Fata...
-
JoyceBabu created a post,
Change TMP environment variable
Hi, The environment variable TMP is set to /root/tmp by easy apache. This is creating problem with XCache, because user nobody does not have permission to create file in /root/tmp. The 0777 permis...