• 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Port 80 and 443 in use when restarting httpd

N

NorthwestN

Guest
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Parallels Plesk Panel, 10.4.4.29, Linux, x86_64

PROBLEM DESCRIPTION
Sometimes, when httpd is restarted it can't start up again because port 80 is in use. This is all the information I've been able to collect on the process that is using that port.

Code:
#  netstat -lp|grep http
tcp        0      0 *:http                      *:*                         LISTEN      29774/
tcp        0      0 *:pcsync-https              *:*                         LISTEN      17432/sw-cp-serverd
tcp        0      0 *:https                     *:*                         LISTEN      29774/
# ps aux|grep 29774
root      5053  0.0  0.0  61224   764 pts/1    S+   08:24   0:00 grep 29774
apache   29774  0.0  0.1  43644 10184 ?        S    May14   0:00 [perl]

Kill -9 will fix the issue (a normal kill -15 won't). The executable [perl] does not give me enough information as to what could be spawning this process and where it is coming from.

Does anyone have any ideas where this process could be coming from or how I can find out?


STEPS TO REPRODUCE
After a time, restart httpd.

ACTUAL RESULT
httpd won't start, port 80 is in use.

EXPECTED RESULT
httpd restarts.

ANY ADDITIONAL INFORMATION
 
Last edited by a moderator:
This would only be a work around and does not explain the cause of the issue or how to resolve it.

Thanks for the tip though.
 
Back
Top