On Wed, 18 Apr 2001, Thom Park wrote:
> Hi,
>
> I'm not too familiar with APR, so forgive me if this is a stupid
> question ;-)
>
> If APR is an Apache 2.0 feature, does this mean that mod_webapp will
> only work with Apache 2.0?
>
> If so - what then for Apache 1.3 connectivity to tomcat 4?
>
APR (which stands for Apache Portable Runtime) has been split out from the
web server development track into it's own project, because it is not
really specific to a web server -- it's an abstraction layer over
operating system features.
Tomcat 4 will have connector support for Apache 1.3 as well as 2.0.
> -Thom
>
Craig