Every time I restart/shutdown or in case of power failure my server, I have to do the following to get ISPConfig to work.
I get: 80/tcp: 5738 5739 5740 5741 5742 5743
Code:
kill -9 5738
kill -9 5739
kill -9 5740
kill -9 5741
kill -9 5742
kill -9 5743
sudo /etc/init.d/nginx restart
after I do above steps my server works, however running processes are:
www-data 5739 0.0 0.2 91856 22240 ? S 13:37 0:00 nginx: worker process
www-data 5740 0.0 0.2 91856 21484 ? S 13:37 0:00 nginx: worker process
www-data 5741 0.0 0.2 91856 21484 ? S 13:37 0:00 nginx: worker process
www-data 5742 0.0 0.2 91856 22188 ? S 13:37 0:00 nginx: worker process
www-data 5743 0.0 0.2 91856 21400 ? S 13:37 0:00 nginx: cache manager process
Anyone knows why is this happening after every restart or power failure?
Thank You!
Recent comments
2 days 18 hours ago
3 days 3 hours ago
3 days 6 hours ago
3 days 7 hours ago
3 days 9 hours ago
3 days 10 hours ago
3 days 12 hours ago
3 days 13 hours ago
4 days 5 hours ago
4 days 6 hours ago