PB based webserver
Posted: Mon Jan 31, 2005 8:08 am
Hi all,
Out of sheer curiousity and my want to learn HTTP. I've decided to build a webserver in PB, using what I have learned from my perl proxy script that I used to spy on how my web browser interacts with the web. HTTP has proven simple enough to understand. I've decided to build a this PB webserver for grins and even try to implement CGI capability. Just piecing together what I learn from RFC's and my little proxy app. If anyone cares I'll release the source as I go along. Keep in mind I'm doing this for grins and learn what HTTP servers really do, which is seemingly very little. I noticed there was a sample webserver along with my PB install, which I have glanced at, but decided its better to just build from scratch rather than figure out existing code. Plus, that way I completly understand what the hell I wrote. I'll be more than happy to disclose what I've learned to those that want to know. After this I might just finish that mail server I've been working on.
Out of sheer curiousity and my want to learn HTTP. I've decided to build a webserver in PB, using what I have learned from my perl proxy script that I used to spy on how my web browser interacts with the web. HTTP has proven simple enough to understand. I've decided to build a this PB webserver for grins and even try to implement CGI capability. Just piecing together what I learn from RFC's and my little proxy app. If anyone cares I'll release the source as I go along. Keep in mind I'm doing this for grins and learn what HTTP servers really do, which is seemingly very little. I noticed there was a sample webserver along with my PB install, which I have glanced at, but decided its better to just build from scratch rather than figure out existing code. Plus, that way I completly understand what the hell I wrote. I'll be more than happy to disclose what I've learned to those that want to know. After this I might just finish that mail server I've been working on.