• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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