In fact, the reason for this error is very simple, that is, port 443 is occupied
1. Check whether port 443 is occupied?Which occupied it?
root@104 ~]# netstat -anon | grep 443
2. Kill the process occupying port 443
[ root@104 ~]# fuser -k 443/tcp
Then start with:./nginx
Then view it to display the current modified time, indicating that it has been started successfully.
Similar Posts:
- [Solved] ADB Connect Error: failed to start daemon
- Nginx Startup Error: Job for nginx.service failed because the control process exited with error code. See …
- Linux transport error 202: bind failed: Address already in use
- How to Solve Failed to start connector [Connector[HTTP/1.1-8080]]
- [Solved] activemq Startup Error: Address already in use: JVM_Bind
- Nginx [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
- Apache : Error: Apache shutdown unexpectedly [How to Solve]
- Error reporting using ADB; error: unknown host service
- umount Error: umount.nfs4: device is busy [How to Solve]
- [Solved] Error: listen EADDRINUSE: address already in use 127.0.0.1:3000