From: Boris Z. <bz...@2b...> - 2004-04-19 14:05:13
|
Hi, http://eg.2bz.de/Apache-PageKit-2.14_03.tar.gz is available now. The changes from Apache-PageKit-2.14_01 are: - Little change for the DBD::SQLite handling. - mod_perl >= 1.9913 is required now. - ht_time is used for static files. Former we used format_time. That is no longer part of the mp2 API. - Apache-PageKit-2 honors Apache2 at startup, so you can install Apache-PageKit-1 and Apache-PageKit-2 within the same perl. Reported by Henry Kilmer. For correct cookies, use libapreq2 from CVS. The current version on CPAN ( libapreq2-2.02_02-dev ) calculates the expire time wrong. Since the CVS version has build trouble currently, here is a working version. http://eg.2bz.de/httpd-apreq-2-19042004.tar.gz To install that use: wget http://eg.2bz.de/httpd-apreq-2-19042004.tar.gz tar zxplvf httpd-apreq-2-19042004.tar.gz cd httpd-apreq-2 ./buildconf perl Makefile.PL --with-apache2-apxs=/path/to/apache2/bin/apxs make make test make install -- Boris |