I’ve run nginx once and now I cannot get rid of it. when I run apache on my server localhost still point to that welcome to nginx i dont know why. I’m on windows 7.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To kill nginx process.
If you are sure nginx is actually running, You just need to kill
nginx.exeprocess and re-runapache.Open
Run(Window key + R) ORcommend prompt(cmd.exe) and Paste below command,taskkill /F /IM nginx.exeTo find which process is holding port 80.
Here is
netstatcommand & output to find which process is holdingport 80.^ Here,
1588isPIDof process holdingport 80.So, below is sample command to get Process name from
PID 1588.So, it shows that
nginx.exeis holdingport 80.