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."
Here's an example (Score:5, Funny)
Re:Here's an example (Score:3, Funny)
Yes, anyone who argues abnout your joke is a pedantic geek, thank you. =)
While cool, this isn't Apache (Score:5, Informative)
From the article,
along withSo, while it's cool, it's not a port of Apache to an embeded environment.
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?
Re:I'm going to look into this... (Score:2)
Have you ever tried to READ the mozilla source? I rest my case. The build process is great and all, but how does the thing actually perform once built?
P.S. When you get done with the code audit get back to me and we can compare notes
ProxyPassReverse support? (Score:1)
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, Informative)
As far as GPL'd servers go there is cherokee (threaded), Thy (forking) and many others. Use google you freaks.
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. Redistribu
Re:ACME Labs Software (Score:1, Interesting)
A smaller alternative (Score:3, Informative)
you think thats small? ... (Score:2, Informative)
Boa currently seems to be the favorite web server in the embedded crowd, and embedded Linux, despite all the marketing hype, really is a big deal. Supposedly, an older version of Boa, v0.92q, runs in 32K address space on m68k, like used in uCLinux