does any one know free web server to embed in my app

Hello all
im looking for free web server to give my app the ability to be simple web server
with ssl support if it can be included , does any one have experience with this kind of task ?

Monkey Web Server is what they use in Damn Small Linux. Maybe give that a look.

Monkey HTTP Daemon

does any body knows if it can run allso on windows?
or does it need to be ported ?

Not sure. However, the source code is available from the project site, so theoretically you should be able to do it on Windows if you have a C compiler. Whether it needs to be "ported" will be discovered if you get compilation errors which result from compiling it on a non-Unix-like OS. I don't know if you know enough C/C++ to fix it, but if so you should be well on your way.

ShawnMilo

yeah i see , but i see that it is daemon server , and i like to embed the
server into my application and not to run it as stand alone.
any way i also found lighttpd server that can be good , but also i don't know
if i can embed it .