linux4me2
- Total activity 366
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 109
Comments
Recent activity by linux4me2-
The OP said he's using PHP-FPM, so it's possible the max_execution_time in his MutilPHP INI Editor is being ignored, and max_execution_time needs to be set either globally or for the site in
-
Try adding a following forward-slash to your hyperlinks like this: About
-
Even if you were on a non-containerized VPS like KVM, your host might not let you run a custom kernel. I ran into that myself. It's frustrating. I'm not sure how to get rid of the kernel-related ...
-
When you did Step 1 of
-
Thanks to some help from my web host, my file permission problem with sFTP seems like it's fixed. While the workaround above didn't do the trick, I still have that in place, and had to change the...
-
I have to go through my host before I can submit a cPanel support ticket. I'll do that and report back.
-
I followed your instructions for modifying /etc/ssh/sshd_config to the letter, restarted sshd, and tried uploading a test folder to a site using Filezilla while logged in as the cPanel user. It sti...
-
Just to eliminate Filezilla as the source of the problem, I used sftp from a Terminal session and created a folder in the /public_html folder on one of my cPanel accounts. It was given incorrect pe...
-
Yes it does. I'm glad it's not just me. I should have mentioned I, too, am using Filezilla and logging in as the cPanel user in each test I've done.
-
In our case, it was Imagick that was the extension lost with the v. 66 update, and since we want it available to all accounts, I just added the line: extension=imagick.so in Editor Mode of the Mult...