George_Fusioned
- Total activity 163
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 61
Comments
Recent activity by George_Fusioned-
If the second server's admin has enabled the option to redirect to the server's hostname, then I don't think you'll be able to hide it.
-
You will need to specify the cPanel port which is 2083 (for SSL connections). So instead of (you might get an SSL warning, since this is probably not the real hostname of the server - you can igno...
-
I'm confused too :) You said you wanted to use the exact same url (www.mydomain.com) which is why I suggested you can use an alternative "subfolder" URL to redirect to the second server. If you're...
-
Put the following in your domain's public_html/.htaccess RedirectMatch 301 ^/cpanel2 https://your.second.server.com:2083/ So now you can visit the second server's cPanel, by entering www. mydoma...
-
I guess you're trying to run the csi.pl script. Stupid question, but are you running this on a cPanel server? What is the output of ls -la /usr/local/cpanel/3rdparty/bin/perl ?
-
If you're running websites on your current main IP, then all these websites will need to use the new IP after you change it. Any domains that use your nameservers can be automatically updated if yo...
-
Hi, check out the official documentation here: How do I change the primary IP of my cPanel server?
-
Have you tried rerunning "/scripts/upcp" again to see if it finishes without any error this time?
-
Do a "swapoff /dev/dm-1" and make sure there's no line for /dev/dm-1 in /etc/fstab if you're sure you don't want to use it anymore.
-
Hey there, we're using an on-site Acronis Cyber Infrastructure cluster to perform backups every 6 hours for all our cPanel servers. Acronis uses a kernel module to track changes in the filesystem, ...