Webserver--Under Construction
Go Back
Web server source code is ready and you can find it here, it works properly, for any bugs please email me.
save as to download the file and then rename it from html to cpp
it will compile and run under most unices
tested on linux mandrake8.0 and solaris 8

To compile under linux type:
g++ http-server.cpp -lpthread -o http-server

To compile under Solaris type:
g++ http-server.cpp -lpthread -lsocket -lnsl -o http-server

Though it is tested and works its not quite ready yet, during summer i will make it in classes and i will add some more features as well.

This web-server was not something serious its just came out of programming for fun, and its supposed to be simple.
Hosted by www.Geocities.ws

1