grayloon
- Total activity 82
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 22
Comments
Recent activity by grayloon-
I'm resurrecting this thread, because I'm running into the same issue. I have a new cloud server running CentOS 7 that shows libssh2 is installed: # rpm -qa|grep ssh2 libssh2-1.4.3-10.el7_2.1.x86_6...
-
It's possible your CloudFlare configuration is causing this issue. I'm also using Cloudflare in front of my cPanel sites, and I can confirm that it doesn't play well with AutoSSL. In most cases, Cl...
-
I was having a similar issue with WHM 74. My default PHP version is 5.6 (for now), and I needed to use 7.1 due to composer requirements on a specific site. I was able to resolve the issue by using ...
-
I'm diving back into this, because a cPanel support tech slapped my hand for having a really outdated .local file in place. I removed the file to get my server working properly, but I'd still like ...
-
I figured it out. I had to copy and edit the vhost.default template as well.
-
I just noticed that the global log populates if I access the server via the IP:
-
I added my custom directives to the ea4_main.local file and rebuilt httpd.conf. My custom directives are in the httpd.conf file, but I'm still not seeing any output in my global log file. Here's th...
-
We have a nice, new vulnerability website to check out. Should we use Apache's recommended solution on our WHM servers? The two lines below enabled in the httpd.conf file will remove the "Proxy:"...
-
I have 4 cPanel servers, and they've all seen increased brute force attempts in the last several days.
-
Support used yum to install the module, but I know it had been previously installed. # yum install perl-Net-SSLeay I had the same problem on another server, and yum couldn't find the package. I ha...