You are on page 1of 14

WEB SERVER

CONFIGURATION
Realisé par:
- Bakhta Ilyas
- Elghallab Rania
- Elhansali Imane
- Chafi Abdelkrim
Encadré par:
Mr Yassine Maleh
Definition:
A web server is either web resource service
software (HTTP server) or a computer server
(computer) that responds to requests from
the World Wide Web over a public (Internet)
or private (intranet) network, mainly using the
HTTP protocol.

A computer server can be used both to serve


Web resources and to operate other related
services in parallel, such as sending e-mails,
using streaming flows, storing data via
databases , FTP file transfer, etc
And now here are the main steps that we
followed in our project:
When do you need web server

Typically, web servers are used by web hosting companies and


professional web application developers. But, in reality, anyone who fits
one of the categories below can use it. A person who owns a website
and wishes to share it on the Internet ; Anyone who wants to use server-
side technologies, such as PHP, ASP or ColdFusion, to develop
applications, learn or have fun.
We realized the model below in packet tracer:
These are the IP adresses we are going to use:

• PC client: 192.168.1.3/255.255.255.0

• Web Server: 192.168.1.2/255.255.255.0

• DNS Server: 192.168.1.1/255.255.255.0


We get into desktop of the web server and press ip configuration:
We configurate the server web by filling it with the adresses we
mentionned before:
We used online HTML EDITOR to design the web site:
Go to service’s and paste the code that we had copied from online
HTML EDITOR
Go to desktop of DNS server and configure it :
Go to DNS services then put the website’s name (www.webserver.com)
and the webserver IP adress,then press add:
Go to PC client (PC0) then configure it:
Now our website is ready to be tested:
Conclusion:
There a are many ways to configurate a web server by using different
logiciels our project was one of them.

You might also like