jorge Posted December 19, 2003 Posted December 19, 2003 hi all, Ok i've got a few q's, 1st is it posible to make your own webserver in vb.net(doesn't need to do much just awnser a request evrey few weeks) 2nd if yes, is there an easy way todo that? 3rd if no, will it work if i send a correct http 1.1 header back to the browser with content atached? 4th if yes, where can a find example of server header and where do i need to insert the content. thanx in advance Quote Jorge - http://www.blackdot.be/?page=apache.htm
Moderators Robby Posted December 19, 2003 Moderators Posted December 19, 2003 What do you mean by "make your own webserver"? Do you want to host your own web application to the public? Quote Visit...Bassic Software
jorge Posted December 19, 2003 Author Posted December 19, 2003 well, i'm working on a aplication to start/stop and metain apache webserver's, and i'd like to use a webinterface so one program runs on the server and anyuser can login from windows/linux/mac via IE or MOZ or other browser. but to do this i can't use apache to serve the request becouse i need to stop it to reload configuration file's. so that why i need it, i've seen it in aplication like e-mule and some other applications. Quote Jorge - http://www.blackdot.be/?page=apache.htm
Wessel Posted December 20, 2003 Posted December 20, 2003 I think it's possible, plain html would go okay, but i think images/other binary data would be tough. I think it's basically listening on port 80 for connections and sending headers/html code. Quote
jorge Posted December 20, 2003 Author Posted December 20, 2003 (edited) any idea on how to get started? is there maybe a dll that can handle most of this? like it forward there quest to the application and i can then sya what it need to do? like send file x? Edited December 20, 2003 by jorge Quote Jorge - http://www.blackdot.be/?page=apache.htm
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.