head	1.2;
access;
symbols
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	RELEASE_2_2_6:1.1.1.1
	RELEASE_2_2_5:1.1.1.1
	RELEASE_2_2_2:1.1.1.1
	v0_98:1.1.1.1
	CPAN:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2001.03.21.03.01.29;	author vanilla;	state dead;
branches;
next	1.1;

1.1
date	97.05.05.00.41.07;	author jfitz;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.05.05.00.41.07;	author jfitz;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Nude p5-Apache. We don't support 3.* anymore.
@
text
@       The Apache/Perl integration project brings together the
       full power of the Perl programming language and the Apache
       HTTP server.  This is achieved by linking the Perl runtime
       library into the server and providing an object oriented
       Perl interface to the server's C language API.  These
       pieces are seamlessly glued together by the mod_perl
       server plugin, making 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 (compile) time.

       Without question, the most popular Apache/Perl module is
       Apache::Registry module.  This module emulates the CGI
       environment, allowing programmers to write scripts that
       run under CGI or mod_perl without change.  Existing CGI
       scripts may require some changes, simply because a CGI
       script has a very short lifetime of one HTTP request,
       allowing you to get away with "quick and dirty" scripting.
       Using mod_perl and Apache::Registry requires you to be
       more careful, but it also gives new meaning to the work
       "quick"!

       Although it may be all you need, a speedy CGI replacement
       is only a small part of this project. Callback hooks are
       in place for each stage of a request.  Apache-Perl modules
       may step in during the handler, header parser, uri
       translate, authentication, authorization, access, type
       check, fixup and logger stages of a request.
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import of p5-Apache, a module to integrate perl5 with almost every part of the Apache web server
@
text
@@
