Jump to content

develop a webserver in vb6 from open source webserver

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
avosoft

avosoft

    Learning Programmer

  • Members
  • PipPipPip
  • 47 posts
Hello guys!!!

I want to develop a websever in vb6 with 5 basic features like


Documents Settings
Redirect Settings
Settings (CGI)
Associations Settings
MIME Types Settings
User Settings

Doing some research, i found that the best way would be to study any opensource web server thats not involved like apache and learn how it works. i couldn't get a hold on the source code of savant

i'd like to hear your suggestions

thanks for your tips
Programming is all about good logic. Spend more time here

vHost for Apache:thumbup1:

#2
bytelogik

bytelogik

    Newbie

  • Members
  • PipPip
  • 13 posts
Hi,
Check out these links:

a Web Server [vbHTTPd] + Full CGI + Virtual Folder by Nobody Cares
An Advanced Web Server that supports PHP and ASP] by Nobody Cares
SLP Web Server by Ashley Newson
CGIGateway1.0 by Somenon
^Web Server by El3ctron
Simple (but full) Webserver III by Matt Carpenter
SimpleServe Web Server by Jeremy A. Harmon

Hope this helps.

Good Luck.