Source mod_perl distributions






Short Cuts



The Apache Software Foundation



Sister Sites



The mod_perl Developer's Cookbook

The mod_perl Developer's Cookbook

By Geoffrey Young, Paul Lindner, Randy Kobes


mod_perl Pocket Reference

mod_perl Pocket Reference

By Andrew Ford


Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

By Lincoln Stein, Doug MacEachern


Embedding Perl in HTML with Mason

Embedding Perl in HTML with Mason

By Dave Rolsky, Ken Williams


mod_perl2 User's Guide

mod_perl2 User's Guide

By Stas Bekman, Jim Brandt


Practical mod_perl

Practical mod_perl

By Stas Bekman, Eric Cholet



Table of Contents

Description

This document explains how to get 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.



TOP

mod_perl 2.0

Be sure to read the README and INSTALL documents (in the distribution package) and the longer mod_perl 2.0 installation guide.



TOP

Stable mod_perl 2.0 Source Distribution



TOP

Development mod_perl 2.0 Source Distribution

  • SVN Access

    To download the svn version of mod_perl-2.0 execute the following commands:

     % svn checkout https://svn.apache.org/repos/asf/perl/modperl/trunk/ 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/change-password

  • Apache/APR SVN

    To download the svn version of httpd-2.0 and bring it to the same state of the distribution package, execute the following commands:

    (Use http:// instead of https:// if you don't plan to commit changes)

    For httpd 2.0 (the stable Apache 2.0 branch):

     % svn checkout https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/ httpd-2.0
     % cd httpd-2.0/srclib
     % svn checkout https://svn.apache.org/repos/asf/apr/apr/branches/0.9.x/ apr
     % svn checkout 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
     % make distclean && ./buildconf

    For httpd 2.1 (the development Apache 2.0 branch) use this instead:

     % svn checkout https://svn.apache.org/repos/asf/httpd/httpd/trunk/ httpd-2.1
     % cd httpd-2.1/srclib
     % svn checkout https://svn.apache.org/repos/asf/apr/apr/trunk/ apr
     % svn checkout https://svn.apache.org/repos/asf/apr/apr-util/trunk/ apr-util
  • RPMs

    Some RPM packages for the bleeding mod_perl versions can be searched for using rpmfind services, e.g.:

    http://www.rpmfind.net/linux/rpm2html/search.php?query=mod_perl&submit=Search+...



TOP

mod_perl 2.0 SVN Web Interface

http://svn.apache.org/viewvc/perl/modperl/trunk/



TOP

mod_perl 1.0

Be sure to read the README and INSTALL documents (in the distribution package) and the longer the installation guide.



TOP

Stable mod_perl 1.0 Source Distribution



TOP

Development mod_perl 1.0 Source Distribution

  • SVN Access

    To download the svn version of mod_perl-1.0 execute the following commands:

     % svn checkout 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/change-password



TOP

mod_perl 1.0 SVN Web Interface

http://svn.apache.org/viewvc/perl/modperl/branches/1.x/






TOP
no previous pagepage up: Download next page: Binary mod_perl distributions

Last modified Sat Feb 15 17:38:37 2014

Have comments? Please send them to the modperl users mailing list.

Use of the Camel for Perl is a trademark of O'Reilly & Associates, and is used by permission.



AltStyle によって変換されたページ (->オリジナル) /