Jump to letter: [
34ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
mongoose - An easy-to-use self-sufficient web server
- Description:
Mongoose web server executable is self-sufficient, it does not depend on
anything to start serving requests. If it is copied to any directory and
executed, it starts to serve that directory on port 8080 (so to access files,
go to http://localhost:8080). If some additional configuration is required -
for example, different listening port or IP-based access control, then a
'mongoose.conf' file with respective options can be created in the same
directory where executable lives. This makes Mongoose perfect for all sorts
of demos, quick tests, file sharing, and Web programming.
Packages
mongoose-2.8-6.el6.src
[71 KiB] |
Changelog
by Rafael Azenha Aquini (2010-07-21):
- Adjust the approach to grab correct OpenSSL versioned shared libs in
build time, as suggested by Toshio Ernie Kuratomi (592670#c25)
- Open an upstream issue asking for shipping a license file within mongoose's
.tar file (http://code.google.com/p/mongoose/issues/detail?id=159)
|