ShawnL
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by ShawnL-
ShawnL commented,
Your support request ID: 7645489
-
ShawnL commented,
Hello, I'm unable to reproduce that error message on cPanel version 58 when adding those values. Could you let us know which versions of cPanel and EasyApache are installed on this system? Thank ...
-
ShawnL commented,
Per the error, it looks like you're adding line numbers to your configuration. Note that it says "2FcgidMax and then 3FcgidBusyTimeout" Remove those line numbers and you should be good. No I don'...
-
ShawnL commented,
Do you use easyapache 3 - 4? How did you choose the php handler? Yeah I'm using easyapache 3. PHP Handler = fcgi. The issue is with this: FcgidOutputBufferSize 0 Without it there is no error.
-
ShawnL created a post,
Apache Configuration Include Editor - Syntax Error
I'm trying to set "FcgidOutputBufferSize" per request_uri. Here is what I put into WHM->Apache Configuration->Include Editor->Post Virtual Host Include: FcgidMaxRequestLen 1073741824 FcgidBusyTim...
-
ShawnL commented,
I'm running PHP 5.6. In your documentation it says MySQL of the System is disabled for PHP 5.6. So that shouldn't be the problem. Here is an additional information I found:
-
ShawnL created a post,
Enabled mysqlnd
My server runs CloudLinux 5 and EasyApache 3. For one cPanel account's "Select PHP Version," I chose PHP 5.6 and checked "mysqlnd." phpinfo() shows mysqlnd is enabled, but pdo_mysql is not using ...
-
ShawnL commented,
After modifying /opt/alt/php55/etc/php.ini Running "cagefsctl --rebuild-alt-php-ini" WORKS!! Looks like the default PHP version and alternative versions have different php.ini update processes. ...
-
ShawnL created a post,
Cloudlinux + CageFS + PHP Selector - how to update default php.ini for each PHP version?
My server runs Cloudlinux 5.11 with CageFS and PHP Selector. Default PHP version is 5.3. I have one account using PHP 5.3, one account using PHP 5.5, and one account using PHP 5.6. I'm trying to ...