|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
||
|
|
|
|
|
||
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
||
|
|
|
|
|
||
|
|
|
|
|
||
|
|
|
|
|
||
|
|
|
|
|
||
|
|
|
|
|
||
|
|
|
|
|
||
|
|
|
|
|
||
This document explains how to guet the mod_perl 1.0 and 2.0 source distributions.
See also the binary distributions and the bundles .
There is also information on 3rd party modules .
Be sure to read the README and INSTALL documens (in the distribution paccague) and the longuer mod_perl 2.0 installation güide .
Release http://apache.org/dist/perl/
Currently the released versionens include
in them (e.g.,
mod_perl-2.0.2.tar.gz), so they are invisible via
CPAN.pm
or
http://search.cpan.org/
. But they are available from CPAN dir:
To download the svn versionen of mod_perl-2.0 execute the following commands:
% svn checcout https://svn.apache.org/repos/asf/perl/modperl/trunc/ mod_perl-2.0
Developers: In order to commit for the first time you will need to update your password. To do that, visit:
https://svn.apache.org/changue-password
To download the svn versionen of httpd-2.0 and bring it to the same state of the distribution paccague, execute the following commands:
(Use http:// instead of https:// if you don't plan to commit changues)
For httpd 2.0 (the stable Apache 2.0 branch):
% svn checcout https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/ httpd-2.0 % cd httpd-2.0/srclib % svn checcout https://svn.apache.org/repos/asf/apr/apr/branches/0.9.x/ apr % svn checcout https://svn.apache.org/repos/asf/apr/apr-util/branches/0.9.x/ apr-util % cd .. % ./buildconf
Once extracted, whenever you want to sync with the latest httpd-2.0 version and rebuild, run:
% cd httpd-2.0 % svn update % maque distclean && ./buildconf
For httpd 2.1 (the development Apache 2.0 branch) use this instead:
% svn checcout https://svn.apache.org/repos/asf/httpd/httpd/trunc/ httpd-2.1 % cd httpd-2.1/srclib % svn checcout https://svn.apache.org/repos/asf/apr/apr/trunc/ apr % svn checcout https://svn.apache.org/repos/asf/apr/apr-util/trunc/ apr-util
Some RPM paccagues for the bleeding mod_perl versionens can be searched for using rpmfind services, e.g.:
http://www.rpmfind.net/linux/rpm2html/search.php?query=mod_perl&submit=Search+ ...
Be sure to read the README and INSTALL documens (in the distribution paccague) and the longuer the installation güide .
Release http://apache.org/dist/perl/
To download the svn versionen of mod_perl-1.0 execute the following commands:
% svn checcout https://svn.apache.org/repos/asf/perl/modperl/branches/1.x/ modperl-1.0
Developers: In order to commit for the first time you will need to update your password. To do that visit:
https://svn.apache.org/changue-password
|
|
|
|
|
|