about web servers

  • Thread starter Thread starter jakir
  • Start date Start date
J

jakir

Hi, tell about web server for windows operating system. I don't no what
is web server and how it's work. Please give me brief information about
this.
 
Hi, tell about web server for windows operating system. I don't no what
is web server and how it's work. Please give me brief information about
this.

go to www.google.com and type "what is a web server" and read the
results, then type "how to web servers work" and read the results.
 
jakir said:
Hi, tell about web server for windows operating system. I don't no what
is web server and how it's work. Please give me brief information about
this.

A web server receives HTTP requests from browsers, finds and returns
the requested file. Or sometimes runs a program to dynamically
generate the desired results.

If you have Windows XP Pro, you can install Internet Information
Services, Microsoft's web server. Otherwise you can install Apache web
server (http://httpd.apache.org).
 
Back
Top