Skip to main content

Reassign websites IP address to be shared and not dedicated?

Comments

2 comments

  • Infopro
    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
  • cPanelMichael
    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.
    5. Click Proceed 6. Click Update. Thank you.
    0

Please sign in to leave a comment.