Re: [vox-tech] bare-bones web server

2002-07-18 Thread Jeff Newmiller

On Thu, 18 Jul 2002, Peter Jay Salzman wrote:

> #include 
> 
> there's also a webserver written in bash, but i don't know anything
> about it.  i don't even know what it's called.  if i had to guess, it
> would prolly be something like "bash-httpd" or "bhttpd" or something
> like that.
> 
> i would imagine it would be small and not very featureful.  but then
> again, like i said, i don't even know what the thing is called let alone
> its feature set.

There appear to be two independent versions of "sh-httpd"
: http://www.stllinux.org/meeting_notes/2001/0719/SH-HTTPD/
: http://lrp.steinkuehler.net/Packages/weblet.htm

---
Jeff NewmillerThe .   .  Go Live...
DCN:<[EMAIL PROTECTED]>Basics: ##.#.   ##.#.  Live Go...
  Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/BatteriesO.O#.   #.O#.  with
/Software/Embedded Controllers)   .OO#.   .OO#.  rocks...2k
---


___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech



Re: [vox-tech] bare-bones web server

2002-07-18 Thread Peter Jay Salzman

begin Rick Moen <[EMAIL PROTECTED]> 
> Quoting Peter Jay Salzman ([EMAIL PROTECTED]):
> 
> > nicole, i'm pretty dumb about webservers, but i *think* you just
> > described khttpd (formerly tux).
> 
> khttpd is Arjan van de Ven's project.  TUX is Ingo Molnar's.  Both still
> around; similar but separate efforts.
 
kay.   i thought tux was scratched in favor of khttpd from linux proper
(the linus kernels).

told you i knew nuttin.

pete

-- 
GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E  70A9 A3B9 1945 67EA 951D
___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech



Re: [vox-tech] bare-bones web server

2002-07-18 Thread Rick Moen

Quoting Peter Jay Salzman ([EMAIL PROTECTED]):

> nicole, i'm pretty dumb about webservers, but i *think* you just
> described khttpd (formerly tux).

khttpd is Arjan van de Ven's project.  TUX is Ingo Molnar's.  Both still
around; similar but separate efforts.

-- 
Cheers, Founding member of the Hyphenation Society, a grassroots-based, 
Rick Moen   not-for-profit, locally-owned-and-operated, cooperatively-managed,
[EMAIL PROTECTED] modern-American-English-usage-improvement association.
___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech



Re: [vox-tech] bare-bones web server

2002-07-18 Thread Rick Moen

Quoting Foo Lim ([EMAIL PROTECTED]):

> I'm using dhttpd.  The tarball is only 26Kb.  You can find it on 
> freshmeat.

Written by David A. Bartold.  http://uts.cc.utexas.edu/~foxx/dhttpd/

Included in the lists of alternatives to all DJBware, at
http://linuxmafia.com/~rick/faq/#djb 

(That FAQ item got expanded by a factor of two to include all that
alternative software, the day that DJB made more-or-less legal threats
about the existing FAQ contents.)

-- 
Cheers, Founding member of the Hyphenation Society, a grassroots-based, 
Rick Moen   not-for-profit, locally-owned-and-operated, cooperatively-managed,
[EMAIL PROTECTED] modern-American-English-usage-improvement association.
___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech



Re: [vox-tech] bare-bones web server

2002-07-18 Thread Peter Jay Salzman

begin Nicole Carlson <[EMAIL PROTECTED]> 
> On Thu, 18 Jul 2002, Henry House wrote:
> > I have had good experiences with thttpd[*], "tiny" or "throttling" HTTP
> > server.
> 
> This sounds like something Bill The Cat would say.  :)
> 
> Seriously, thanks everyone!  I'm looking into all suggestions, with Boa
> emerging as the front-runner.
 
i've heard that boa gets distracted on machines that have a running gpm
process.

pete

-- 
GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E  70A9 A3B9 1945 67EA 951D



msg03188/pgp0.pgp
Description: PGP signature


Re: [vox-tech] bare-bones web server

2002-07-18 Thread Nicole Carlson

On Thu, 18 Jul 2002, Henry House wrote:
> I have had good experiences with thttpd[*], "tiny" or "throttling" HTTP
> server.

This sounds like something Bill The Cat would say.  :)

Seriously, thanks everyone!  I'm looking into all suggestions, with Boa
emerging as the front-runner.

--nicole twn

***
"That creaking you hear, it's increasingly clear, is my brain--overload,
overload!"--Eddie From Ohio
Visit www.nicolopolis.com ... digital nonsense for a weary world.

___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech



Re: [vox-tech] bare-bones web server

2002-07-18 Thread Foo Lim

On Thu, 18 Jul 2002, Nicole Carlson wrote:

> Hi everyone
> 
> Can anyone recommend a tiny-footprint, minimal, feature-free, really
> bare-bones web server for Linux?  I'm doing research on web servers, and
> Apache is way too smart for its own good.  :)  Can someone help me out?
> 
> Thanks BUNCHES,
> 
> --nicole twn


Hi Nicole,

I'm using dhttpd.  The tarball is only 26Kb.  You can find it on 
freshmeat.

HTH, FL

___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech



Re: [vox-tech] bare-bones web server

2002-07-18 Thread Henry House

On Thu, Jul 18, 2002 at 03:43:55PM -0700, Nicole Carlson wrote:
> Hi everyone
> 
> Can anyone recommend a tiny-footprint, minimal, feature-free, really
> bare-bones web server for Linux?  I'm doing research on web servers, and
> Apache is way too smart for its own good.  :)  Can someone help me out?

I have had good experiences with thttpd[*], "tiny" or "throttling" HTTP
server.

[*] www.acme.com/software/thttpd/

-- 
Henry House
The attached file is a digital signature. See 
for information.  My OpenPGP key: .



msg03183/pgp0.pgp
Description: PGP signature


Re: [vox-tech] bare-bones web server

2002-07-18 Thread Peter Jay Salzman

#include 

there's also a webserver written in bash, but i don't know anything
about it.  i don't even know what it's called.  if i had to guess, it
would prolly be something like "bash-httpd" or "bhttpd" or something
like that.

i would imagine it would be small and not very featureful.  but then
again, like i said, i don't even know what the thing is called let alone
its feature set.

pete



begin Peter Jay Salzman <[EMAIL PROTECTED]> 
> nicole, i'm pretty dumb about webservers, but i *think* you just
> described khttpd (formerly tux).
> 
> pete
> 
> begin Nicole Carlson <[EMAIL PROTECTED]> 
> > Hi everyone
> > 
> > Can anyone recommend a tiny-footprint, minimal, feature-free, really
> > bare-bones web server for Linux?  I'm doing research on web servers, and
> > Apache is way too smart for its own good.  :)  Can someone help me out?
> > 
> > Thanks BUNCHES,
> > 
> > --nicole twn

-- 
GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E  70A9 A3B9 1945 67EA 951D
___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech



Re: [vox-tech] bare-bones web server

2002-07-18 Thread nbs

On Thu, Jul 18, 2002 at 03:43:55PM -0700, Nicole Carlson wrote:
> Hi everyone
> 
> Can anyone recommend a tiny-footprint, minimal, feature-free, really
> bare-bones web server for Linux?  I'm doing research on web servers, and
> Apache is way too smart for its own good.  :)  Can someone help me out?

boa, thttpd, tux ...

I've seen dozens listed on Freshmeat that claim to be small & fast. ;)

-bill!
___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech



Re: [vox-tech] bare-bones web server

2002-07-18 Thread Peter Jay Salzman

nicole, i'm pretty dumb about webservers, but i *think* you just
described khttpd (formerly tux).

pete

begin Nicole Carlson <[EMAIL PROTECTED]> 
> Hi everyone
> 
> Can anyone recommend a tiny-footprint, minimal, feature-free, really
> bare-bones web server for Linux?  I'm doing research on web servers, and
> Apache is way too smart for its own good.  :)  Can someone help me out?
> 
> Thanks BUNCHES,
> 
> --nicole twn

-- 
GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E  70A9 A3B9 1945 67EA 951D
___
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech