logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: HTTP server overview
Author
ragp12



Joined: 08 Nov 2006
Posts: 8

PostPosted: Wed 08 Nov '06 9:33    Post subject: HTTP server overview Reply with quote

hi ,
i need the full processing of each part HTTP server ,if anyone know plz reply.
Back to top
Jorge



Joined: 12 Mar 2006
Posts: 376
Location: Belgium

PostPosted: Wed 08 Nov '06 10:53    Post subject: Reply with quote

Ehm... what exactly do you need?
Info on how a HTTP server works? If so google the HTTP protocal's RFC
Back to top
ragp12



Joined: 08 Nov 2006
Posts: 8

PostPosted: Thu 09 Nov '06 6:09    Post subject: Reply with quote

i need how the client side HTML be and how the server side HTML be.
how the frontend of the client looks and frontend of serverlooks.
Back to top
pnllan



Joined: 05 Dec 2005
Posts: 221

PostPosted: Thu 09 Nov '06 9:53    Post subject: Reply with quote

Looks like you have a project in school.

You need to be more specific in your questions. What do you mean by "how the client side HTML be" (bad grammar BTW), and "how the server side HTML be"?

Also, "frontend of the client looks"? Are you talking about the Browser(s)? or how the browser processes the HTML?

"frontend of server looks"? Huh?!?
Back to top
ragp12



Joined: 08 Nov 2006
Posts: 8

PostPosted: Fri 10 Nov '06 6:21    Post subject: HTTP server processing Reply with quote

i need the whole processing of HTTP server ,when each request comes what operation is done at the server side. i have a little bit of idea but i need in depth , if u know any links with diagrams can u provide
Back to top
pnllan



Joined: 05 Dec 2005
Posts: 221

PostPosted: Fri 10 Nov '06 7:32    Post subject: Reply with quote

Refer to Jorge's Post.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Fri 10 Nov '06 10:35    Post subject: Reply with quote

The status module from apache

http://httpd.apache.org/docs/2.2/mod/mod_status.html
Back to top
DeliriumServers



Joined: 17 Jun 2006
Posts: 54
Location: H Town

PostPosted: Wed 15 Nov '06 0:10    Post subject: Reply with quote

http://computer.howstuffworks.com/web-server.htm
Back to top
Jorge



Joined: 12 Mar 2006
Posts: 376
Location: Belgium

PostPosted: Wed 15 Nov '06 0:56    Post subject: Reply with quote

Ok here is the link to the RFC

http://www.w3.org/Protocols/rfc2616/rfc2616.html
Back to top


Reply to topic   Topic: HTTP server overview View previous topic :: View next topic
Post new topic   Forum Index -> Apache