sparek-3
- Total activity 1538
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 487
Comments
Recent activity by sparek-3-
Disk I/O is always going to be a bottleneck, although with SSD this shouldn't be that much of an issue. I'm assuming this is a KVM or Xen based VPS, since CloudLinux on OpenVZ is mostly useless. ...
-
This likely has to do with cPanel's modified /usr/local/bin/php to determine what version of PHP your account is using. Try running the script with the direct PHP binary for the respective PHP ver...
-
On the servers that are showing 10.1.30-MariaDB, what is the output of: yum check-update
-
You need to update the script you are using. PHP 5.3 is end of life. PHP: PHP 5.3.29 Release Announcement That's from August 14, 2014.
-
Any additional documentation on mod_cpanel? This seems to be a rather significant little add. Although I'm not sure what specifically it is doing. It looks to be reinventing the wheel in regards...
-
Does the package that the cPanel user is using have a feature set that has the Optimize Website enabled? (I know it's weird, features are assigned to feature sets which are assigned to packages wh...
-
Is this a piece of software that you wrote or that you obtained from some where else (free, commercially licensed, etc)? If it's something you obtained from some where else, then the script is out...
-
Use ls -al The -a is going to list all files and directories, including hidden files and directory. Files and directories that start with a period (.) in Linux are considered hidden.
-
What are you using to see the cur, new, and tmp folders? Whatever client or medium you are using to do that with, is it configured to view hidden files and directories?
-
) Regarding my cron jobs, this format cron is no longer working at all, but it turns out crons in the other format listed above are running. Is there another way to write this type of cronjob so th...