LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Developing Own Web Server (https://www.linuxquestions.org/questions/linux-software-2/developing-own-web-server-833283/)

vinaytp 09-20-2010 02:13 AM

Developing Own Web Server
 
Hi All,

I would like to develop a simple web server that can serve web pages using perl. I know there are lots of web servers in the market.

But I want to understand the concept underlying working of a web server.

Please provide me if there are any good links available for this.

Awaiting for your response.

sag47 09-20-2010 03:30 AM

You want to look up "perl listen socket". Here's the first entry to get you started.

http://www.perlfect.com/articles/sockets.shtml

mericet 09-20-2010 04:47 AM

I think developing your own web server would be a huge undertaking requiring many hours and considerable programming skills, but also a lot of fun :)

Another good place to start:
You should look up the HTTP specification here

chrism01 09-20-2010 06:06 AM

Something like this http://search.cpan.org/~jesse/HTTP-S...rver/Simple.pm ?

vinaytp 09-21-2010 12:10 AM

Thank you all for your replies. These links would help me in understanding web server concepts.


All times are GMT -5. The time now is 09:04 AM.