views:

2492

answers:

8

I'm looking for a lightweight portable web server for windows capable of serving arbitrary folders in the file system and supporting at least one scripting language. It shouldn't need to setup htdocs folder and config files. For test purposes.

+1  A: 

How about apache http?

Simon
Apache eats up a lot of RAM.
vartec
I don´t believe that apache is either portable nor configless
Vasco Fernandes
A: 

You could look at Server2Go.

Andrew Hare
A: 

You could take a look at Abyss.

HTH, Kent

Kent Boogaart
A: 

WLMP Project (Windows / LightTPD / MySQL / PHP.)

You can download just the LightTPD server, or the whole package.

vartec
+3  A: 

There are quite a few. Wikipedia has a comparison here. I've been using Mongoose, and am very happy with it.

anon
it seems really interesting, too bad its not portable
Vasco Fernandes
Mongoose is portable between Windows and various Unix flavours - are we both talking about the same product?
anon
I think he means portable as in it'll run from a USB stick with no installation.
Michael Burr
yeah, that was what i meant
Vasco Fernandes
A: 

XAMPP is another good choice package if you need a little bit more than just pure HTTP + PHP + MySQL.

Migol
A: 

I personally love the WLMP, been loving lighty on windows...was a hard learning curve, but once there...really nice...

just wish there was more support for it...on windows that is...

crosenblum
A: 

HFS http://www.rejetto.com/hfs/ often suits my needs very well, for example in the classroom. It is not scriptable though.

anonymous