Skip to main content

Web Template - IPv6

Comments

3 comments

  • ianvanwijk
    I should probably add the domain is not hosted on the server.. Regards, Ian
    0
  • cPanelMichael
    Hello :) Could you open a support ticket using the link in my signature so we can take a closer look? You can post the ticket number here so we can update this thread with the outcome. Thank you.
    0
  • ianvanwijk
    Here is the response from the Support Team: The reason behind the occurrence of the reported issue was that the IPv6 Shared IP was missing from the default vhost configuration in httpd.conf:
    :80> ServerName DocumentRoot /usr/local/apache/htdocs ServerAdmin suPHP_UserGroup nobody nobody
    In order to fix the issue, I added the IPv6 vhost below
    ]:80> ServerName DocumentRoot /usr/local/apache/htdocs ServerAdmin suPHP_UserGroup nobody nobody
    to: /usr/local/apache/conf/includes/pre_virtualhost_2.conf And then restarted Apache.
    0

Please sign in to leave a comment.