The FreeBSD Ports Archive
FreeBSD www : boa4>
High performance single-tasking web server
Boa is a single-tasking HTTP server. That means that unlike
traditional web servers, it does not fork for each incoming
connection, nor does it fork many copies of itself to handle multiple
connections. It internally multiplexes all of the ongoing HTTP
connections, and forks only for CGI programs (which must be separate
processes.) Preliminary tests show boa is about twice as fast as
Apache, and is capable of handling 50 hits per second on a 66 MHz '486.
The primary design goals of Boa are speed and security. Security,
in the sense of "can't be subverted by a malicious user", not "fine
grained access control and encrypted communications".
http://www.boa.org/
|
boa history
v. 1.25
date: 2006/05/13 04:41:08; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from categories starting with W
v. 1.24
date: 2005/12/05 02:34:06; author: edwin; state: Exp; lines: +0 -1
Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.23
date: 2004/10/27 20:50:05; author: ale; state: Exp; lines: +11 -7
- Update to 0.94.14.r20
- Utilize INFO and PORTDOCS
PR: ports/73213
Submitted by: leeym
v. 1.22
date: 2004/02/04 05:09:24; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.21
date: 2004/01/18 10:50:14; author: ale; state: Exp; lines: +1 -1
Switch to my @FreeBSD.org email address.
Approved by: nork (mentor)
v. 1.20
date: 2003/10/30 01:55:49; author: nork; state: Exp; lines: +1 -1
Update to 0.94.14.r17.
PR: ports/58633
Submitted by: Alex Dupre (maintainer)
v. 1.19
date: 2003/03/24 05:16:02; author: leeym; state: Exp; lines: +1 -1
Update www/boa from 0.94.14rc13 to 0.94.14rc16.
Fix a security problem.
PR: 48974
Submitted by: Alex Dupre
v. 1.18
date: 2003/02/21 14:01:13; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.17
date: 2003/02/02 12:43:42; author: roam; state: Exp; lines: +1 -1
Update to boa-0.94.14rc13.
The new patch to the configure script has been accepted by the Boa
maintainers in a different form - a patch to configure.in.
Approved by: maintainer
v. 1.16
date: 2003/01/31 13:13:41; author: roam; state: Exp; lines: +17 -17
Update to 0.94.14rc7.
PR: 45725
Submitted by: Alex Dupre
v. 1.15
date: 2002/09/16 11:12:17; author: ijliao; state: Exp; lines: +3 -2
upgrade to 0.94.13
PR: 42500
Submitted by: maintainer
v. 1.14
date: 2002/05/08 14:41:43; author: dwcjr; state: Exp; lines: +3 -3
Update to 0.94.12
pkg_version -t 0.94.12.r5 0.94.12 dictated a PORTEPOCH was needed
PR: 37784
Submitted by: maintainer
v. 1.13
date: 2002/03/23 07:33:36; author: pat; state: Exp; lines: +1 -1
Update to 0.94.12.r5
PR: 36197
Submitted by: maintainer
v. 1.12
date: 2002/03/09 18:23:58; author: dannyboy; state: Exp; lines: +8 -1
Update to 0.94.12rc3.
PR: 35601
Submitted by: maintainer
v. 1.11
date: 2002/02/25 05:38:22; author: pat; state: Exp; lines: +23 -12
- Update to 0.94.12.r2
- Give maintainership to Alex Dupre who requested it
PR: 35065, 35279
Submitted by: Paul Marquis ,
Alex Dupre
v. 1.10
date: 2001/04/02 09:24:28; author: mharo; state: Exp; lines: +1 -3
remove deprecated fetch options from FETCH_BEFORE_ARGS
v. 1.9
date: 2001/02/05 15:33:14; author: olgeni; state: Exp; lines: +2 -2
Some spaces -> tabs for ports/www.
v. 1.8
date: 2000/10/07 12:18:16; author: jedgar; state: Exp; lines: +2 -4
- Update port to 0.94.8.3 (fix security hole)
- Remove FORBIDDEN
v. 1.7
date: 2000/10/06 21:53:41; author: jedgar; state: Exp; lines: +3 -1
Mark as forbidden, remote users can access files outside the document root.
Submitted by: Lluis Mora (via BugTraq)
v. 1.6
date: 2000/08/23 08:09:20; author: kevlo; state: Exp; lines: +6 -7
Update to version 0.94.8.2
PR: 20748
Submitted by: Ports Fury
v. 1.5
date: 2000/04/30 20:13:42; author: steve; state: Exp; lines: +20 -11
Update to version 0.94.6.
PR: 17723
Submitted by: KATO Tsuguru
v. 1.4
date: 2000/04/10 00:04:34; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.3
date: 2000/03/29 07:18:26; author: kris; state: Exp; lines: +2 -2
Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.
Approved by: andy
v. 1.2
date: 1999/08/31 02:42:43; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.1
date: 1998/07/04 19:38:12; author: steve; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/07/04 19:38:12; author: steve; state: Exp; lines: +0 -0
Initial import of boa version 0.92.
boa - high performance single-tasking web server
PR: 6718
Submitted by: andy@icc.surw.chel.su
=============================================================================
v. 1.25
date: 2006/05/13 04:41:08; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from categories starting with W
v. 1.24
date: 2005/12/05 02:34:06; author: edwin; state: Exp; lines: +0 -1
Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.23
date: 2004/10/27 20:50:05; author: ale; state: Exp; lines: +11 -7
- Update to 0.94.14.r20
- Utilize INFO and PORTDOCS
PR: ports/73213
Submitted by: leeym
v. 1.22
date: 2004/02/04 05:09:24; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.21
date: 2004/01/18 10:50:14; author: ale; state: Exp; lines: +1 -1
Switch to my @FreeBSD.org email address.
Approved by: nork (mentor)
v. 1.20
date: 2003/10/30 01:55:49; author: nork; state: Exp; lines: +1 -1
Update to 0.94.14.r17.
PR: ports/58633
Submitted by: Alex Dupre (maintainer)
v. 1.19
date: 2003/03/24 05:16:02; author: leeym; state: Exp; lines: +1 -1
Update www/boa from 0.94.14rc13 to 0.94.14rc16.
Fix a security problem.
PR: 48974
Submitted by: Alex Dupre
v. 1.18
date: 2003/02/21 14:01:13; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.17
date: 2003/02/02 12:43:42; author: roam; state: Exp; lines: +1 -1
Update to boa-0.94.14rc13.
The new patch to the configure script has been accepted by the Boa
maintainers in a different form - a patch to configure.in.
Approved by: maintainer
v. 1.16
date: 2003/01/31 13:13:41; author: roam; state: Exp; lines: +17 -17
Update to 0.94.14rc7.
PR: 45725
Submitted by: Alex Dupre
v. 1.15
date: 2002/09/16 11:12:17; author: ijliao; state: Exp; lines: +3 -2
upgrade to 0.94.13
PR: 42500
Submitted by: maintainer
v. 1.14
date: 2002/05/08 14:41:43; author: dwcjr; state: Exp; lines: +3 -3
Update to 0.94.12
pkg_version -t 0.94.12.r5 0.94.12 dictated a PORTEPOCH was needed
PR: 37784
Submitted by: maintainer
v. 1.13
date: 2002/03/23 07:33:36; author: pat; state: Exp; lines: +1 -1
Update to 0.94.12.r5
PR: 36197
Submitted by: maintainer
v. 1.12
date: 2002/03/09 18:23:58; author: dannyboy; state: Exp; lines: +8 -1
Update to 0.94.12rc3.
PR: 35601
Submitted by: maintainer
v. 1.11
date: 2002/02/25 05:38:22; author: pat; state: Exp; lines: +23 -12
- Update to 0.94.12.r2
- Give maintainership to Alex Dupre who requested it
PR: 35065, 35279
Submitted by: Paul Marquis ,
Alex Dupre
v. 1.10
date: 2001/04/02 09:24:28; author: mharo; state: Exp; lines: +1 -3
remove deprecated fetch options from FETCH_BEFORE_ARGS
v. 1.9
date: 2001/02/05 15:33:14; author: olgeni; state: Exp; lines: +2 -2
Some spaces -> tabs for ports/www.
v. 1.8
date: 2000/10/07 12:18:16; author: jedgar; state: Exp; lines: +2 -4
- Update port to 0.94.8.3 (fix security hole)
- Remove FORBIDDEN
v. 1.7
date: 2000/10/06 21:53:41; author: jedgar; state: Exp; lines: +3 -1
Mark as forbidden, remote users can access files outside the document root.
Submitted by: Lluis Mora (via BugTraq)
v. 1.6
date: 2000/08/23 08:09:20; author: kevlo; state: Exp; lines: +6 -7
Update to version 0.94.8.2
PR: 20748
Submitted by: Ports Fury
v. 1.5
date: 2000/04/30 20:13:42; author: steve; state: Exp; lines: +20 -11
Update to version 0.94.6.
PR: 17723
Submitted by: KATO Tsuguru
v. 1.4
date: 2000/04/10 00:04:34; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.3
date: 2000/03/29 07:18:26; author: kris; state: Exp; lines: +2 -2
Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.
Approved by: andy
v. 1.2
date: 1999/08/31 02:42:43; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.1
date: 1998/07/04 19:38:12; author: steve; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/07/04 19:38:12; author: steve; state: Exp; lines: +0 -0
Initial import of boa version 0.92.
boa - high performance single-tasking web server
PR: 6718
Submitted by: andy@icc.surw.chel.su
=============================================================================
v. 1.25
date: 2006/05/13 04:41:08; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from categories starting with W
v. 1.24
date: 2005/12/05 02:34:06; author: edwin; state: Exp; lines: +0 -1
Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.23
date: 2004/10/27 20:50:05; author: ale; state: Exp; lines: +11 -7
- Update to 0.94.14.r20
- Utilize INFO and PORTDOCS
PR: ports/73213
Submitted by: leeym
v. 1.22
date: 2004/02/04 05:09:24; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.21
date: 2004/01/18 10:50:14; author: ale; state: Exp; lines: +1 -1
Switch to my @FreeBSD.org email address.
Approved by: nork (mentor)
v. 1.20
date: 2003/10/30 01:55:49; author: nork; state: Exp; lines: +1 -1
Update to 0.94.14.r17.
PR: ports/58633
Submitted by: Alex Dupre (maintainer)
v. 1.19
date: 2003/03/24 05:16:02; author: leeym; state: Exp; lines: +1 -1
Update www/boa from 0.94.14rc13 to 0.94.14rc16.
Fix a security problem.
PR: 48974
Submitted by: Alex Dupre
v. 1.18
date: 2003/02/21 14:01:13; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.17
date: 2003/02/02 12:43:42; author: roam; state: Exp; lines: +1 -1
Update to boa-0.94.14rc13.
The new patch to the configure script has been accepted by the Boa
maintainers in a different form - a patch to configure.in.
Approved by: maintainer
v. 1.16
date: 2003/01/31 13:13:41; author: roam; state: Exp; lines: +17 -17
Update to 0.94.14rc7.
PR: 45725
Submitted by: Alex Dupre
v. 1.15
date: 2002/09/16 11:12:17; author: ijliao; state: Exp; lines: +3 -2
upgrade to 0.94.13
PR: 42500
Submitted by: maintainer
v. 1.14
date: 2002/05/08 14:41:43; author: dwcjr; state: Exp; lines: +3 -3
Update to 0.94.12
pkg_version -t 0.94.12.r5 0.94.12 dictated a PORTEPOCH was needed
PR: 37784
Submitted by: maintainer
v. 1.13
date: 2002/03/23 07:33:36; author: pat; state: Exp; lines: +1 -1
Update to 0.94.12.r5
PR: 36197
Submitted by: maintainer
v. 1.12
date: 2002/03/09 18:23:58; author: dannyboy; state: Exp; lines: +8 -1
Update to 0.94.12rc3.
PR: 35601
Submitted by: maintainer
v. 1.11
date: 2002/02/25 05:38:22; author: pat; state: Exp; lines: +23 -12
- Update to 0.94.12.r2
- Give maintainership to Alex Dupre who requested it
PR: 35065, 35279
Submitted by: Paul Marquis ,
Alex Dupre
v. 1.10
date: 2001/04/02 09:24:28; author: mharo; state: Exp; lines: +1 -3
remove deprecated fetch options from FETCH_BEFORE_ARGS
v. 1.9
date: 2001/02/05 15:33:14; author: olgeni; state: Exp; lines: +2 -2
Some spaces -> tabs for ports/www.
v. 1.8
date: 2000/10/07 12:18:16; author: jedgar; state: Exp; lines: +2 -4
- Update port to 0.94.8.3 (fix security hole)
- Remove FORBIDDEN
v. 1.7
date: 2000/10/06 21:53:41; author: jedgar; state: Exp; lines: +3 -1
Mark as forbidden, remote users can access files outside the document root.
Submitted by: Lluis Mora (via BugTraq)
v. 1.6
date: 2000/08/23 08:09:20; author: kevlo; state: Exp; lines: +6 -7
Update to version 0.94.8.2
PR: 20748
Submitted by: Ports Fury
v. 1.5
date: 2000/04/30 20:13:42; author: steve; state: Exp; lines: +20 -11
Update to version 0.94.6.
PR: 17723
Submitted by: KATO Tsuguru
v. 1.4
date: 2000/04/10 00:04:34; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.3
date: 2000/03/29 07:18:26; author: kris; state: Exp; lines: +2 -2
Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.
Approved by: andy
v. 1.2
date: 1999/08/31 02:42:43; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.1
date: 1998/07/04 19:38:12; author: steve; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/07/04 19:38:12; author: steve; state: Exp; lines: +0 -0
Initial import of boa version 0.92.
boa - high performance single-tasking web server
PR: 6718
Submitted by: andy@icc.surw.chel.su
=============================================================================
|
| |

|