Hi,
     The whole source code of the apache web server is in the form of a book
that you can buy.
bye,
Mohan

-----Original Message-----
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 11, 2000 3:14 PM
To: [EMAIL PROTECTED]
Subject: Re: A web server Program


alok wrote:

> HI,
>
> You can refer to "complete reference" by the (in??)famous Patrick
Naughtan.
> Plus may be you will need the RFC for http protocol.
>

More specifically, a web server typically implements the HTTP/1.0 or
HTTP/1.1
protocol, which are defined by Internet standards.  The current standard for
HTTP/1.1
is RFC 2616.  There are also associated standards for related topics:

* RFC 2617 talks about Basic and Digest authentication

* RFC 2396 talks about the syntax of URIs

* RFC 2109 talks about cookies

Among other places, you can download these standards from
http://www.rfc-editor.org
(use one of the search engines provided there).

You might also benefit from studying the source code of an existing web
server, such
as Apache (http://www.apache.org).

>
> Thanks,
> Alok.
>

Craig McClanahan

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to