head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.1.1.1
	RELEASE_5_2_1:1.1.1.1
	RELEASE_5_2_0:1.1.1.1
	RELEASE_4_9_0:1.1.1.1
	RELEASE_5_1_0:1.1.1.1
	RELEASE_4_8_0:1.1.1.1
	old_RELEASE_5_0_0:1.1.1.1
	old_RELEASE_4_7_0:1.1.1.1
	old_RELEASE_4_6_2:1.1.1.1
	old_RELEASE_4_6_1:1.1.1.1
	old_RELEASE_4_6_0:1.1.1.1
	old_RELEASE_5_0_DP1:1.1.1.1
	old_RELEASE_4_5_0:1.1.1.1
	old_RELEASE_4_4_0:1.1.1.1
	old_RELEASE_4_3_0:1.1.1.1
	old_RELEASE_4_2_0:1.1.1.1
	old_RELEASE_4_1_1:1.1.1.1
	old_RELEASE_4_1_0:1.1.1.1
	old_RELEASE_3_5_0:1.1.1.1
	old_RELEASE_4_0_0:1.1.1.1
	old_RELEASE_3_4_0:1.1.1.1
	old_v0_21:1.1.1.1
	old_DOUGM:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2004.06.02.10.50.25;	author mat;	state Exp;
branches;
next	1.1;

1.1
date	99.11.05.14.50.26;	author sheldonh;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.11.05.14.50.26;	author sheldonh;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 1.99r14

PR:		67443
Submitted by:	Lars Eggert <lars dot eggert at gmx dot net>
@
text
@mod_perl brings together the full power of the Perl programming language
and the Apache HTTP server. You can use Perl to manage Apache, respond to
requests for web pages and much more.

mod_perl gives you a persistent Perl interpreter embedded in your web
server. This lets you avoid the overhead of starting an external interpreter
and avoids the penalty of Perl start-up time, giving you super-fast
dynamic content.

As you'd expect from the Perl community, there are hundreds of modules
written for mod_perl, everything from persistent database connections, to
templating sytems, to complete XML content delivery systems. Web sites like
Slashdot and Wired Magazine use mod_perl. 

WWW: http://perl.apache.org/
@


1.1
log
@Initial revision
@
text
@d1 13
a13 5
The Apache/Perl integration project brings together the full power of
the Perl programming language and the Apache HTTP server.  With mod_perl
it is possible to write Apache modules entirely in Perl.  In addition,
the persistent interpreter embedded in the server avoids the overhead of
starting an external interpreter and the penalty of Perl start-up time.
@


1.1.1.1
log
@Initial import of mod_perl 1.21.

This is mod_perl for Apache.  It is intended as a replacement for the
p5-Apache port.  Instead of creating a replacement httpd binary with
mod_perl linked into it, it uses Apache's APXS to create and install
mod_perl as a DSO.

This makes it suitable for use with apachexx-xxx ports other than
apache13.
@
text
@@
