1. Check the Apache, MySql and PHP log files for any errors.
2. Check whether any other application is running on same port as described below
Commands to see the process list along with Process ID (PID)
Netstat –o
netstat -aon
To Kill the process using ID
taskkill /PID 827
To Forcefully Kill the process using ID
taskkill /F /PID 827
More Information can be found at :
No comments:
Post a Comment