• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved port 80 not working but port 443 working

Try to reconfigure it with

# plesk repair web tlbht.ml
 
i have done repair but still same problem :
Output of repair:
Repairing web server configuration
Repairing web server configuration for the domain plbht.ml ...... [OK]

Error messages: 0; Warnings: 0; Errors resolved: 0
 
Not any related error.

Fri Nov 18 10:36:10.527120 2016] [ssl:warn] [pid 29268:tid 139737722976128] AH01909: plbht.ml:443:0 server certificate does NOT include an ID which matches the server name

Only ssl:warn errors
 
Hmm... All looks fine with telnet from my side:

[root@ppu12-5 ~]# telnet plbht.ml 80
Trying 222.73.236.48...
Connected to plbht.ml.
Escape character is '^]'.
HEAD / HTTP/1.0
HOST: plbht.ml

HTTP/1.1 200 OK
Date: Fri, 18 Nov 2016 03:42:45 GMT
Server: Apache
Last-Modified: Thu, 17 Nov 2016 08:40:42 GMT
ETag: "8-5417b2516df8d"
Accept-Ranges: bytes
Content-Length: 8
X-Powered-By: PleskLin
MS-Author-Via: DAV
Connection: close
Content-Type: text/html
 
Back
Top