Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The BIND DNS server has already been deprecated and removed from Plesk for Windows.
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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
/etc/init.d/httpd restart
Stopping httpd: [FAILED]
Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
Unable to open logs!
Just reboot your machine. I would say just manually kill any leftover apache processes, but given you are not familiar with the commandline, I suggest rebooting the box instead. It should fix the issue.
Hi.
I recently had the same issue and a reboot fixed it.
Could someone please shed some light on what the message means? What may be causing it...and what can be done to prevent it in the future?
Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
Unable to open logs!
Did a find, but nothing showed up, could you tell me what may be wrong with plesk/apache since it's not there?
httpd component also shows as not installed.
The issue stems from the fact that apache hangs in a 'running' state, so a graceful start/restart won't work because apache is already bound to the socket. Doing a forceful stop/start (restart) will unbind apache from the port and re-bind it.