What is a suitable simple, open web server for Windows?

Posted by alficles on Server Fault See other posts from Server Fault or by alficles
Published on 2012-06-01T15:05:58Z Indexed on 2012/06/01 16:43 UTC
Read the original article Hit count: 210

Filed under:
|
|

I'm looking for a dead simple web server for Windows. Load will not be high as it will be primarily serving binaries for a WPKG update service. It needs to serve the entire contents of a single folder over HTTP on a configurable (high) port. No CGI or other scripting is required, but it might be nice for future features.

I started with Mongoose, since it doesn't even have an installation requirement (a very nice perk), but it fails to start when run as a service. (Technically, it acts as it's own installer.) I've investigated LighTPD as well, but it appears to be minimally (at best) tested on Windows.

And naturally, I'm looking for something free. As in beer is good, but speech is better, as always.

Edit: I didn't mention this initially, but non-tech people will be doing the install. They'll have whatever script I write for the install, but the goal is a simple system that is easy to troubleshoot.

(I almost worded this question "What is the best...", but Serverfault rightly observed that that is a subjective question. And it's really not an optimization problem, any suitable solution will work. I just can't seem to find one for Windows.)

© Server Fault or respective owner

Related posts about Windows

Related posts about webserver