You are on page 1of 2

IBM Websphere was introduced in the year __________.

@1998

___________ webserver was introduced primarily to support Java servlets. @ Tomcat

World's first web server was developed in_____________.@1990's

Choose the best option. Nginx is a ___________. A) Webserver B) Reverse proxy C)


Loadbalancer D) Hub @ABC

Apache cannot handle 10K connections because it is a _____________ webserver.


@Thread

1. Nginx was introduced in the year _________.@1999

A server block may contain another server block.@False

Nginx has become popular as it resolves __________. @C10K prob

Nginx supports __________ through SCGI protocol. @Reverse

Nginx supports __________ through round robin algorithm. @load balancing

If you define more than one default server, Nginx will _________. subdomian#

Nginx can be started using _____________ @service nginx start

You can ask Nginx to refresh its configuration file using _____________. @Reload

For smooth shutdown of Nginx, you must use _____________.@quit

When you configure Nginx as a reverse proxy for Apache, both may listen to a same
port.@False

A server block may contain _________ location block.two #

127.0.0.1 is an IP address of _____________.Localhost

___________ was introduced in the year 1995. @http

Which of the following line can be used to install Nginx? @apt-get install nginx
It is always recommended to install ___________ version of Nginx. @Devlop

In nginx.conf, a block of lines defined within a pair of curly braces is called


_____________.@context

worker_connections is a directive contained within ___________.@events

The event-polling nature of Nginx can be dealt with using _____________.@events

Each resource has its own _____________.@URI

You might also like