vpswing
- Total activity 63
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
Comments
Recent activity by vpswing-
It now shows: --- SSLCipherList: ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA...
-
In the /etc/apache2/conf/httpd.conf file: SSLCipherSuite ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES12...
-
Hi @vpswing That's a pretty old vulnerability, I am curious if you have made any customizations on your ciphers? What is the output of the following? cat /var/cpanel/conf/cpsrvd/main It showed...
-
My guess it has something to do with the Centos 7.8 update which would likely be the reason for the reboot. They list "ImageMagick has been rebased from 6.7.8 to 6.9.10" under their Major Issues....
-
Found a solution, although I still don't know what went wrong. Basically, I had to uninstall Imagick, remove the cache and reinstall again, i.e. /opt/cpanel/ea-php70/root/bin/pecl uninstall imagi...
-
Hi Lauren, I've opened a ticket already (#93479134) and Eric has replied with instructions. cd /var/cpanel/userdata/ sed -i 's/10.0.0.X/10.0.0.Z/g' * (replace 10.0.0.X with 10.0.0.Z ) /scr...
-
This issue - the /etc/apache2/conf/httpd.conf was changed again yesterday - to use back the OLD internal IP. I do not know why. cat /var/cpanel/cpnat - shows the correct info, i.e. correct mappin...
-
Hi @cPanelLauren , cat /var/cpanel/cpnat ==> 10.0.0.8 104.37.196.XX (<-- a valid IP, I just replaced it with 'xx') WHM >> IP Functions >> Show or Delete also shows the same info above....
-
Thanks @GoMummyHosting and @cPanelLauren for responding! I tried to add the new IP via the web Interface, but I get this message that the IP (10.0.0.8) is already an active IP. But when I tried ...
-
Related to the above, are there any background tasks/cronjobs that would update the /etc/apache2/conf/httpd.conf ? Because I just discovered that after making the manual changes to the IP addr, a ...