LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Urgent : help needed on web server implemenation (https://www.linuxquestions.org/questions/linux-networking-3/urgent-help-needed-on-web-server-implemenation-260046/)

kbsadiga 11-28-2004 12:48 AM

Urgent : help needed on web server implemenation
 
Hi,

I am trying to implement a HTTP web server in C++.
This is my first attempt at network programming
so I am having a loot of trouble identifying the
right classes, their jobs and their interactions.
The aim is to make the web-server extensible, so
that it serves static pages now, but can be extended
to service dynamic pages later on.

I request anyone who has had some experience in this
to help me out in this regard asap.

Regards
Santhosh

Darin 11-28-2004 02:43 AM

You could always go to http://www.apache.org/ and look at the source for "The Number One HTTP Server On The Internet." I belive that's written in C. It also may be helpful for you to look at how web browsers are programmed, you could look at the open source for firefox, or maybe lynx. You could also look up RFCs for things like the http protocol.

acid_kewpie 11-28-2004 02:52 AM

please don't mark threads as urgent. it is not urgent for the thousands of members who dontae their spare time to helping others.


All times are GMT -5. The time now is 02:41 PM.