You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Khimenko Victor <ap...@khim.sch57.msk.ru> on 1999/06/26 02:51:54 UTC

KEAPI

I uploaded 3 more files related to KEAPI on www.ksi-linux.com ... Hope this
will help to review beast. There are patches for mod_ssl to replace EAPI with
KEAPI there (only apxs way is supported -- it's enough for review and I'm too
lazy: compile Apache with KEAPI, then apply patch for mod_ssl to mod_ssl and
compile mod_ssl via apxs). And if full-blown sample like mod_ssl is too big
then there are smaller sample: support for PERL_SSI with mod_perl loaded as DSO.
There are just hooks API is used but it's exactly what's need reviewing
(context API is not very different and MM API is just borrowed from EAPI anyway).

http://www.ksi-linux.com/~khim/apache-1.3.6.KEAPI-19990626.diff
                - KEAPI itself
http://www.ksi-linux.com/~khim/mod_ssl-2.3.5.KEAPI-19990623.diff
                - patch for mod_ssl to replace EAPI with KEAPI
http://www.ksi-linux.com/~khim/apache-1.3.3.KEAPI.PERL-SSI-19981223.diff
                - additional patch for apache to support PERL_SSI with DSO
http://www.ksi-linux.com/~khim/mod_perl-1.18.KEAPI-19981223.diff
                - patch for mod_perl to support PERL_SSI with DSO

To Ken: you CAN use unmodified mod_perl with modified apache and modified
mod_perl with unmodified apache. Just PERL_SSI will not work under DSO then :-)