carock
- Total activity 78
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 23
Comments
Recent activity by carock-
Editing that opcache.log_verbosity_level worked great. However, I was unable to get Apache to recognize the change unless I edited the master file, /opt/cpanel/ea-php70/root/etc/php.d/10-opcache.i...
-
Hello @carock, Did you already install mod_remoteip on this server? If not, you can install it using the following command: yum install ea-apache24-mod_remoteip Once it's installed, take a look ...
-
Hello Chuck, cPanel uses rdate to synchronize the server time to rdate.cpanel.net via the /scripts/rdate script. However, if you install NTP on your system to manage the time, then /scripts/rdate ...
-
Everything worked, thank you everyone for your help. Chuck
-
Chuck, Just use SSH to do the restore /scripts/restorepkg /location/to/the/backup.tar.gz The backups are just directories, not zip files. Can I just tar.gz the directory? /storage/cpanel2/cpb...
-
Hi @carock The name of the file doesn't necessarily mean it's the "device name" whats the output of the following: grep -r DEVICE /etc/sysconfig/network-scripts/ifcfg-* Thanks! /etc/sysconfig/...
-
Hi, You will have to check what ethernet actually system has made an entry of. Use the below command to check what ethernet device is named by the system: # ip addr show Check if it is eth, ens ...
-
I figured it out. Basically, it doesn't really matter where the files are on the server, or if the filesystem has quotas on or off. The fixquotas script is what calculates the disk used in the c...
-
Hi @carock, Could you provide an example of how the symbolic link is configured? For instance, which path is it linked to? Also, what's the specific section of the transfer log where it's showing ...
-
Excellent. I didn't want to disable all the easyapache updates, the fix line didn't seem to specify one or the other. I wasn't sure if that would affect ea4. Thanks for the fix. Chuck