Category: Windows Server

How to install ffmpeg, mencoder, mplayer and php-ffmpeg on windows server

First you have to download all the required files which can be found here

Unable to start website in IIS giving error on port 80.

If you are unable to start a website in IIS on your windows server and in the event viewer it is giving error on port 80 it means that another application is using port 80. In normal case scenario the other applications can be:

How to find which application on your computer or server using which port

For Linux users use the following command fuser -n tcp 80 or use sudo lsof -i :22 or use lsof|grep 862 ypbind 1529 root 5u IPv4 4681 TCP *:862 For Windows Users use the following command netstat -a -b -o -n