Reassign websites IP address to be shared and not dedicated?
when I go to ns2.xxxxxmydomain.com it shows my website how do I change this ? What happened was someone set one of the nameserver ip address's to a dedicated ip. I would just like to turn off the viewing of the website on ns2.xxxxxmydomain.com so its only viewable through xxxxxmydomain.com
thanks
-
You could set that account back to the shared IP address of the server you want the website to be on. Or, give it another dedicated IP not in use. 0 -
Hello @webstuff, You could also follow the steps referenced below to control what shows up when accessing a domain name that points to the cPanel server but isn't configured with Apache (e.g. ns2.domain.tld): 1. Navigate to WHM's Include Editor interface (WHM Home >> Service Configuration >> Apache Configuration >> Include Editor). 2. Select the Pre Virtual Host Include option. 3. Select the Apache version from the menu. We recommend that you select All Versions. 4. Enter the following text in the available text box: ServerName HOSTNAME DocumentRoot /usr/local/apache/htdocs ServerAdmin EMAIL suPHP_UserGroup nobody nobody ServerName HOSTNAME DocumentRoot /usr/local/apache/htdocs ServerAdmin EMAIL suPHP_UserGroup nobody nobody SSLEngine on SSLCertificateFile SSLCERTIFICATEFILE SSLCertificateKeyFile YOUR-SSLCERTIFICATEKEYFILE
Note: This example uses the following values:- IPADDRESS represents the server's IP address.
- HOSTNAME represents the domain name you want to setup (e.g. ns2.nsdomain.tld).
- EMAIL represents your contact email address.
- SSLCERTIFICATEFILE represents the full file path to your SSL certificate.
- SSLCERTIFICATEKEYFILE represents the full file path to your SSL certificate's key.
0
Please sign in to leave a comment.
Comments
2 comments