Web Server apache vs apache tomcat vs nginx vs lighttpd

Here I have configured Four Web Server in One Server with Different ports.

Ports can change through configuration file.

# sudo apt-get install apache2

Default Apache /etc/apache2apache

#sudo apt-get install nginx

Default Nginx /etc/nginx

nginx

 

#sudo apt-get install lighthttpd

Default Lighthttpd /etc/lighthttpdlighttpd

#sudo apt-get install tomcat7

Default Tomcat Apace for Java /etc/tomcat7

tomcat