ItsMattSon
- Total activity 233
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 51
Comments
Recent activity by ItsMattSon-
Ahh, brilliant explanation. Thanks @cPanelMichael. The world makes sense again!
-
Hi Matt, Apache is configured to first look for a custom error page in the document root of the website (e.g. /home/username/public_html/404.shtml). You noted the use of the following custom entry...
-
Hi @cPanelMichael, Those were put in Service Configuration > Apache Configuration > Include Editor > Pre VirtualHost Include (All Versions). When the full path didn't work, I tried with the Alias...
-
Hi @cPanelMichael, Thanks! That did the trick! No more old configuration error :) The output had this, so I deleted the file. Orphaned Files (PHP FPM Config files without the cPanel YAML file) /...
-
Hi @cPanelMichael, It seems to have stopped the error in question, but now I get something else entirely haha. This is the part I followed [QUOTE]After looking in "/var/cpanel/userdata/" I found ...
-
Hi Michael, Your test returns the same results for me, same observations, but sorry to cut that short I think I need to start over to explain what's going on here at least for me. /usr/bin/php (c...
-
Hi @cPanelMichael, Looks like the documentation doesn't agree with itself? Looks like /usr/bin/php is the cgi binary and /usr/local/bin/php is the cli binary? EasyApache 4 and the ea-php-cli Pack...
-
I've learned that the php-cli interpreter is /usr/local/bin/ea-php70 and the memory_limit is 128M because that is what is set in WHM's MultiPHP INI Editor. Same for disable_functions, if I remove e...
-
Sorry! I accidentally stumbled upon the answer 2 minutes later... So looks like the documentation just needs a tick under the TCP OUT column :D Razor The Razor2 system requires outbound access to ...
-
Hi all, Resolved - my own fault! Turns out my custom open_basedir directive in the MultiPHP INI Editor was breaking this. I had: [PATH=/home/myacc4] open_basedir = "/usr/lib/php:/usr/local/lib/ph...