---
name: thttpd
version: 2.25b_4
origin: www/thttpd
comment: Tiny/turbo/throttling HTTP server
arch: freebsd:9:x86:64
www: http://www.acme.com/software/thttpd/
maintainer: danfe@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 1232905
desc: |
  thttpd is a simple, small, portable, fast, and secure HTTP server.

  Simple: It handles only the minimum necessary to implement HTTP/1.1.

  Small: It also has a very small run-time size, since it does not fork and
  is very careful about memory allocation.

  Portable: It compiles cleanly on SunOS 4.1.x, Solaris 2.x, BSD/OS 2.x,
  Linux 1.2.x, and OSF/1 (on a 64-bit Alpha).

  Fast: In typical use it's about as fast as the best full-featured servers
  (Apache, NCSA, Netscape).  Under extreme load it's much faster.

  Secure: It goes to great lengths to protect the web server machine
  against attacks and breakins from other sites.

  It also has one extremely useful feature (URL-traffic-based throttling) that
  no other server currently has.

  WWW: http://www.acme.com/software/thttpd/
categories: [www, ipv6]
files:
  /usr/local/bin/makeweb: 3d62a22ec9ccc5e96e989b01a5252272a66301587b874c13f2ce5280fc968f94
  /usr/local/bin/syslogtocern: f1bc381582d6d4b92f3549ff79ff66058018da0950749d1cd18af71d7e00d1f7
  /usr/local/bin/thttpdpasswd: 662a1b82b76801ab1328a4bca9709f57f2f56db123b1ee2b54d7543868cdfa5a
  /usr/local/etc/rc.d/thttpd: 617296b3cf6a4c497d2d17fdcd80e8ca60f21fa52ea751eca230986bc35f297b
  /usr/local/etc/thttpd.conf.sample: 7a7799b26ee86cca02cf29e3f67e7b13a932cd7baa501dfc2b9b3b46a926107f
  /usr/local/man/man1/makeweb.1.gz: 0807d7d896561550e08e87431e961fc222ba3c02db4b80c693be0f8f4eca84f2
  /usr/local/man/man1/thttpdpasswd.1.gz: eda65e131215af717b66e96e196935de2da9d9e06f0e2e1819b5588657f131e1
  /usr/local/man/man8/redirect.8.gz: 0642b3fa407fd3fa048a8136356f190f1991c8c26bf27ff8d8de1c78020f04a4
  /usr/local/man/man8/ssi.8.gz: 5cca603c34bf2682981ef86356d69611021891f2b74dd86734f0a5bcce34a0b2
  /usr/local/man/man8/syslogtocern.8.gz: 66f45002d4df344021025303a041740790389b0b4b9af55c49aea6f7e68a7ae0
  /usr/local/man/man8/thttpd.8.gz: 56cabf319573f2302bc796243adfd843a9c5e7aa3df6f0911fdc564169cde189
  /usr/local/sbin/thttpd: 0a4f5773fec95790029fe3803865bf673222e681f68b1375944112386c392fc0
  /usr/local/share/doc/thttpd/notes.html: f5338febfbcdf2a4b08ceda3ed3dcdace1b6fe5e01c2adb49f40bbc2b7328902
  /usr/local/www/cgi-bin/phf: 4f8b36ccbf9e6b96cf3536492d62f309113c7d11d4abd5ad3fbf6be65e2c1c04
  /usr/local/www/cgi-bin/redirect: 47938b0bffcc44a59d2972e708dbf5cb07825106b3f1c879a648ef9f0879ae3a
  /usr/local/www/cgi-bin/ssi: 62046356e83f940b5948b4e4973be6d476bd40595e6e8874c97a04d61ce5ba61
directories:
  /usr/local/www/data/: y
  /usr/local/www/cgi-bin/: y
  /usr/local/share/doc/thttpd/: n
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
message: |
  -----------------------------------------------------------------
  If you want users to be able to create their own Web
  subdirectories off of the main web directory, you need to:

    1. Add a group for www admins
    2. chgrp yourgroup /usr/local/bin/makeweb /usr/local/www
    3. chmod 2755 /usr/local/bin/makeweb
    4. Tell them about makeweb(1)
  -----------------------------------------------------------------
