Secure Mini-Apache for Embedded Linux 24
An anonymous reader writes "Embedded webserver specialist Mbedthis Software has released AppWeb, a new "mini-Apache" for embedded Linux focusing on high security and designed for 'embedding in applications and devices.' AppWeb can be configured with a memory footprint of only 110K, and targets web services, offline applications, and embedded device management, according to Mbedthis."
I'm going to look into this... (Score:3, Interesting)
And if that is the case why on earth wouldn't you be using for your typical small deployments whether embedded or not?
ACME Labs Software (Score:5, Interesting)
If you need to get really small, and don't need much by way of features, micro_httpd [acme.com], but that's probably overkill (underkill?)
Re:ACME Labs Software (Score:3, Interesting)
Or not. It's basically a modified BSD license.
**
** Copyright (C) 1999,2000 by Jef Poskanzer <xxx@xxx.xxx>.
** All rights reserved.
**
** Redistribution and use in source and binary forms, with or without
** modification, are permitted provided that the following conditions
** are met:
** 1. Redistributions of source code must retain the above copyright
** notice, this list of conditions and the following disclaimer.
** 2. Redistributions in binary form must reproduce the above copyright
** notice, this list of conditions and the following disclaimer in the
** documentation and/or other materials provided with the distribution.
**
** <disclamer snipped because of lame-ass Lameness filter.>
*/
How exactly is that "odd"? Because it's not GPL?
OTOH, your point about micro_httpd running from inetd is a good point.
Re:ACME Labs Software (Score:1, Interesting)