• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue Plesk default. No errors no load

Spre

New Pleskian
I've been through the forums, the kb, everything since last night and quite frankly not in the mood for this ****. Every minute I'm down is money lost.

Dns is properly set. Who's and ping results confirm this.

If I go to domain:8443 it takes me to the plesk web login.

If I try to go to the domain itself, no go, loads the plesk default page.

Ip address loads the actual page.

Only log error is a ssl warning shouldn't effect any portion of non ssl loading.

It's as if plesk just wants to do it's own thing.

Tried repair command already, as I said I've showered the kb.


I had non of these issues with cpanel. Not a one, I'm seriously regretting going to please period. I'm at 12 hours down right now. This is getting absolutely irritating.

Ping:

PING 74.208.223.229 (74.208.223.229) 56(84) bytes of data.
64 bytes from 74.208.223.229: icmp_req=1 ttl=43 time=35.1 ms
64 bytes from 74.208.223.229: icmp_req=2 ttl=43 time=35.0 ms
64 bytes from 74.208.223.229: icmp_req=3 ttl=43 time=34.8 ms

--- 74.208.223.229 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 34.858/34.996/35.1

Dns settings in attached file but like I said if they were wrong it wouldn't resolve when pinged.

Hosts files setup properly
 

Attachments

  • Screenshot_20180123-091610.png
    Screenshot_20180123-091610.png
    131.6 KB · Views: 6
  • Screenshot_20180123-091907.png
    Screenshot_20180123-091907.png
    188 KB · Views: 4
Ok so I may have finally found the problem. But if I manually edit it, it reverts back to default, and plesk isn't generating it properly.

I just added two more domains to test and nothing.

etc/apache2/plesk.conf.d/server.conf

Code:
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.

ServerName "Shovah.net"
ServerAdmin "[email protected]"

DocumentRoot "/var/www/vhosts/default/htdocs"

<IfModule mod_logio.c>
    LogFormat "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" plesklog
</IfModule>
<IfModule !mod_logio.c>
    LogFormat "%a %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" plesklog
</IfModule>

TraceEnable off

ServerTokens ProductOnly

<Directory "/var/www/vhosts">
    AllowOverride "All"
    Options SymLinksIfOwnerMatch
    Require all granted
    Order allow,deny
    Allow from all

    <IfModule mod_php4.c>
        php_admin_flag engine off
    </IfModule>

    <IfModule mod_php5.c>
        php_admin_flag engine off
    </IfModule>

    <IfModule mod_php7.c>
        php_admin_flag engine off
    </IfModule>

</Directory>

<Directory "/usr/lib/mailman">
    AllowOverride All
    Options SymLinksIfOwnerMatch
    Require all granted
    <IfModule mod_php4.c>
        php_admin_flag engine off
    </IfModule>
    <IfModule mod_php5.c>
        php_admin_flag engine off
    </IfModule>
</Directory>

<IfModule mod_headers.c>
    Header add X-Powered-By PleskLin
</IfModule>

<IfModule mod_security2.c>
</IfModule>

IncludeOptional "/etc/apache2/plesk.conf.d/ip_default/*.conf"

<VirtualHost 74.208.223.229:7080 [2607:f1c0:823:600::4e:2270]:7080 127.0.0.1:7080>
    ServerName "default"
    UseCanonicalName Off
    DocumentRoot "/var/www/vhosts/default/htdocs"
    ScriptAlias /cgi-bin/ "/var/www/vhosts/default/cgi-bin"

    <IfModule mod_ssl.c>
        SSLEngine off
    </IfModule>

    <Directory "/var/www/vhosts/default/cgi-bin">
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
    </Directory>

    <Directory /var/www/vhosts/default/htdocs>

        <IfModule mod_php4.c>
            php_admin_flag engine on
        </IfModule>

        <IfModule mod_php5.c>
            php_admin_flag engine on
        </IfModule>

        <IfModule mod_php7.c>
            php_admin_flag engine on
        </IfModule>

    </Directory>

</VirtualHost>

<IfModule mod_ssl.c>

    <VirtualHost 74.208.223.229:7081 127.0.0.1:7081>
        ServerName "default-74_208_223_229"
        UseCanonicalName Off
        DocumentRoot "/var/www/vhosts/default/htdocs"
        ScriptAlias /cgi-bin/ "/var/www/vhosts/default/cgi-bin"

        SSLEngine on
        SSLVerifyClient none
        SSLCertificateFile "/opt/psa/var/certificates/certBrnq62S"

        <Directory "/var/www/vhosts/default/cgi-bin">
            AllowOverride None
            Options None
            Order allow,deny
            Allow from all
        </Directory>

        <Directory /var/www/vhosts/default/htdocs>

            <IfModule mod_php4.c>
                php_admin_flag engine on
            </IfModule>

            <IfModule mod_php5.c>
                php_admin_flag engine on
            </IfModule>

            <IfModule mod_php7.c>
                php_admin_flag engine on
            </IfModule>

        </Directory>

    </VirtualHost>
    <VirtualHost [2607:f1c0:823:600::4e:2270]:7081 127.0.0.1:7081>
        ServerName "default-2607_f1c0_823_600__4e_2270"
        UseCanonicalName Off
        DocumentRoot "/var/www/vhosts/default/htdocs"
        ScriptAlias /cgi-bin/ "/var/www/vhosts/default/cgi-bin"

        SSLEngine on
        SSLVerifyClient none
        SSLCertificateFile "/opt/psa/var/certificates/certBrnq62S"

        <Directory "/var/www/vhosts/default/cgi-bin">
            AllowOverride None
            Options None
            Order allow,deny
            Allow from all
        </Directory>

        <Directory /var/www/vhosts/default/htdocs>

            <IfModule mod_php4.c>
                php_admin_flag engine on
            </IfModule>

            <IfModule mod_php5.c>
                php_admin_flag engine on
            </IfModule>

            <IfModule mod_php7.c>
                php_admin_flag engine on
            </IfModule>

        </Directory>

    </VirtualHost>

</IfModule>

<VirtualHost 74.208.223.229:7080 [2607:f1c0:823:600::4e:2270]:7080 127.0.0.1:7080>
    DocumentRoot "/var/www/vhosts/default/htdocs"
    ServerName lists
    ServerAlias lists.*
    UseCanonicalName Off

    ScriptAlias "/mailman/" "/usr/lib/cgi-bin/mailman/"
    ScriptAlias "/cgi-bin/mailman/" "/usr/lib/cgi-bin/mailman/"

    Alias "/icons/" "/var/lib/mailman/icons/"
    Alias "/pipermail/" "/var/lib/mailman/archives/public/"
    Alias "/images/" "/usr/share/images/"

    <IfModule mod_ssl.c>
        SSLEngine off
    </IfModule>

    <Directory /var/lib/mailman/archives/>
        Options FollowSymLinks
        Require all granted
    </Directory>

</VirtualHost>

<IfModule mod_ssl.c>
    <VirtualHost 74.208.223.229:7081 [2607:f1c0:823:600::4e:2270]:7081 127.0.0.1:7081>
        DocumentRoot "/var/www/vhosts/default/htdocs"
        ServerName lists
        ServerAlias lists.*
        UseCanonicalName Off

        ScriptAlias "/mailman/" "/usr/lib/cgi-bin/mailman/"
        ScriptAlias "/cgi-bin/mailman/" "/usr/lib/cgi-bin/mailman/"

        Alias "/icons/" "/var/lib/mailman/icons/"
        Alias "/pipermail/" "/var/lib/mailman/archives/public/"
        Alias "/images/" "/usr/share/images/"

        SSLEngine on
        SSLVerifyClient none
        SSLCertificateFile "/opt/psa/var/certificates/certBrnq62S"

        <Directory /var/lib/mailman/archives/>
            Options FollowSymLinks
            Require all granted
        </Directory>

    </VirtualHost>
</IfModule>

<IfModule mod_rpaf.c>
    RPAFproxy_ips 74.208.223.229 [2607:f1c0:823:600::4e:2270]

</IfModule>
<IfModule mod_rpaf-2.0.c>
    RPAFproxy_ips 74.208.223.229 [2607:f1c0:823:600::4e:2270]

</IfModule>
<IfModule mod_remoteip.c>
    RemoteIPInternalProxy 74.208.223.229 2607:f1c0:823:600::4e:2270
    RemoteIPHeader X-Forwarded-For
</IfModule
 
Plesk works fine in power user mode, loads everything perfectly.

in service provider it doesn't work at all, doesnt generate the config files properly, and then re generates them after you fix them. Ip adress works wonders to view the proper webpage, however only an idiot does this.



im about ready to return to cpanel, period the support here sucks
 
Actually, Plesk support is highly proficient. This here is a user-to-user forum, not official Plesk support. Have you considered to open a support ticket with Plesk? I've used it several times and support has always been awesome and way beyond my expectations.
 
Back
Top