Skip to main content

Primary Server host SSL update 404

Comments

1 comment

  • JIKOmetrix

    How very strange. 

    I ended up adding the following to the
    Home / Service Configuration / Apache Configuration / Include Editor

    The restarted apache and SSL certificate finally renewed. 

    <VirtualHost [IP-Address]:80>
        ServerName host106.example.com
        DocumentRoot /var/www/html
        ServerAdmin support@example.com
        # Global DCV Rewrite Exclude
        <IfModule rewrite_module>
        RewriteOptions Inherit
        </IfModule>


        <Directory "/var/www/html">
          AllowOverride All
        </Directory>


        <IfModule suphp_module>
            suPHP_UserGroup nobody nobody
        </IfModule>

    </VirtualHost>

    0

Please sign in to leave a comment.