celiac101
- Total activity 221
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 43
Comments
Recent activity by celiac101-
Would this be the proper way to set up the cron job? I am not sure if it is working the same as when run on the command line: SHELL="/bin/bash" */15 * * * * sysctl -p >/dev/null 2>&1
-
Yes, it loads settings that I've tweaked in /etc/sysctl.conf net.ipv4.tcp_wmem=4096 12582912 16777216 net.ipv4.tcp_rmem=4096 12582912 16777216 net.core.rmem_max=16777216 net.core.wmem_max=16777216 ...
-
So would upgrading it cause issues with cPanel? There are definite issues with this older version, and it does not work properly anymore with my app. Why is cPanel so far behind the curve on this p...
-
The Engintron tech help said that it is possible that NGINX wasn't compiled to work with TLSv1.3 and Centos 7.8. When I run this command: openssl ciphers -v | awk '{print $2}' | sort | uniq I don'...
-
So when I turn off Engintron my TLS 1.3 works fine: This server supports TLS 1.3. When I enable Engintron it does not work. I even tried uninstalling Engintron and re-installing it. If you have...
-
I ran: yum -y install ea-openssl11-devel-1.1.1g-1.1.2.cpanel.x86_64 and the install was successful: # rpm -qa |grep ea-openssl1 ea-openssl11-1.1.1g-1.1.2.cpanel.x86_64 ea-openssl11-devel-1.1.1g-1...
-
Ok, I have the same protocols in my apache config. +TLSv1.2 +TLSv1.3 Before I run that installation line, will doing so force me to do anything, like re-install my ssl certs? I don't want any surp...
-
When I run that command it shows this: ea-openssl11-1.1.1g-1.1.2.cpanel.x86_64 And I determined it was not working via running my site at:
-
I am using CENTOS 7.8 v88.0.11 and Easy Apache 4 and cannot get TLS v1.3 working using any of the above methods. Any idea why this doesn't work in 88?
-
I seem to be stuck with how to edit the those settings. If I manually put them into the file (/opt/cpanel/ea-php72/root/etc/php-fpm.conf), it gets erased when I rebuild them (/scripts/php_fpm_confi...