Aug 16, 2011
tom

XAMPP – Apache Instalation Error

Question

when ever i install XAMP i get this message

alt text

everything works fine but there is this message every time i install…

educate me…

Answer

Use use netstat -ao |find /i "listening" to find what process id is listening to the port, then use your task manager to see what process it is and stop it.

Related posts:

  1. Error 403 with XAMPP on Ubuntu with created files and folders
  2. SQL Server 2008 Managment Studio Express instalation failure
  3. windows 7 apache and IIS
  4. Ubuntu Server – Apache wont restart
  5. Xampp server Unable to Connect to ssl:// at port 443

Leave a comment