Slashdot Mirror


Secure Mini-Apache for Embedded Linux

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."

3 of 24 comments (clear)

  1. Here's an example by AtariAmarok · · Score: 5, Funny

    Click here to see an example of mini-Apache.

    --
    Don't blame Durga. I voted for Centauri.
  2. While cool, this isn't Apache by mhesseltine · · Score: 4, Informative

    From the article,

    "AppWeb deploys an Apache-style configuration schema"
    along with
    "Existing enterprise HTTP servers are poorly suited for embedding, while current embedded web servers have made compromises on security and functionality to meet memory footprint requirements," according to Mbedthis.

    So, while it's cool, it's not a port of Apache to an embeded environment.

    --
    Overrated / Underrated : Moderation :: Anonymous Coward : Posting
  3. ACME Labs Software by gaj · · Score: 4, Interesting
    If you need a really small httpd, you might want to consider one of the options from ACME Labs Software. I've used mini_httpd and found it to work quite well. It can be compiled with SSL support, if you need that. Disk image is about 42k dynamicly linked, so if FLASH space is important, you might consider it. Its RSS is more like about 670k as configured on my system, but IIRC, that's with SSL support.

    If you need to get really small, and don't need much by way of features, micro_httpd, but that's probably overkill (underkill?)