kwdamp
- Total activity 93
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
Comments
Recent activity by kwdamp-
There is currently not a supported way to do this on a cPanel server. This is one of our oldest feature requests as well, but the way cPanel is structured makes this a difficult thing to achieve....
-
Try WHM"s interface (WHM >> Home >> Multi Account Functions >> Change Multiple Sites" IP Addresses) to change their IP addresses for them. That still won't let me move more than 1 account onto t...
-
Looking at it a bit more, I guess I might be able to set some of the accounts up as subdomains of other accounts. Though I think that may have some drawbacks of its own. Is there some reason I'm m...
-
I believe the ISP tech ended up reaching out to cpanel as they also couldn't find anything. In the end they came back with this, and it appears to work, if anyone else has this problem down the ro...
-
There is, but it depends on what firewall and operating system you're running. Most systems will respond well to this command: iptables -L -n | grep :2087 which should give you this output if t...
-
So that's the issue then. If you're not seeing any firewall settings that would block port 2087 on either end you may need to reach out to your provider to have them check the network settings at...
-
Hey there! It doesn't look like it's complaining about port 22, as the error is with port 2087. You can try a basic telnet test from the Destination machine to the Source machine with port 2087 ...
-
It seems that may have fixed the issue! I did also find one spot where I had curl_close commented out. So I'm wondering if that might have also been causing issues with their use of cloudflare. B...
-
We actually remove any personal details, like domains or IP addresses, if they get included in a public post, so good call on not including those. What do you see in your /etc/resolv.conf file? ...
-
Hello, I had a similar issue in the past with cURL i fixed that by setting curl.cainfo in php.ini to= "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem" <<-- check if this actually exists on yo...