Home
/
Site Map
perl.apache.org
What is mod_perl?
Technologie Extraordinaire
Download
Documentation
Reporting Bugs
Getting Help
Mailing Lists
Products
Contribute
About mod_perl
Jobs
Site Map
Search
Whole Site
What's mp?
Stories
Download
All Docs
..1.0 Docs
....Guide 1.0
....OS 1.0
....API 1.0
..2.0 Docs
....User 2.0
....OS 2.0
....Devel 2.0
....API 2.0
..General Docs
..Tutorials
..OffSite Docs
Getting Help
Mailing Lists
Products
Contribute
About
Short Cuts
Maillist Subscription
Maillist Archives
The source
The 1.0 guide
Starting with 2.0
Migrating to 2.0
Report 1.0 Problems
Report 2.0 Problems
CPAN 2.0 Modules Porting Status
Sister Sites
mod_perl news @ Take23
Apache Week
Perl Mongers
Use Perl
Perl Monks
Books
Writing Apache Modules with Perl and C
By Lincoln Stein, Doug MacEachern
Embedding Perl in HTML with Mason
By Dave Rolsky, Ken Williams
Practical mod_perl
By Stas Bekman, Eric Cholet
More mod_perl books...
You can reach any document on this site from this sitemap.
What is mod_perl?
Technologie Extraordinaire
Sites Running mod_perl
Success Stories
Performance raised from 1.5 banner per second to over 20 banners per second, 10 million banners a week without a problem
Allakhazam's Magical Realm
BSat
Internal Call Center Database
Computer Aided Teaching system at Mathematics Department at the University of Western Australia
ColbyChem: a free web server for ISIS/Host
dslreports.com: million pageviews per day
EDDS Tax Management System for Canadian CCRA
mod_perl deployment at EToys
iAgora - Study, Travel, Work Abroad - Connecting Internationals
Performance increase of around 1100% compared to ASP
moviesdatabase.com or imdb.com
isoldmyhouse.com
Gay personals system
Mod_perl Uber Alles
Forced to improve the quality
Rent.com runs mod_perl
Students astronomy site
Non-web use for Apache/mod_perl: SMS app
Move from ActiveWare PerlScript on IIS4 to Apache and modperl improved performance by factor 60
mod_perl contact management system for Fortune-500 pharmaceutical giant
Microsoft Network, 1 million hits per week through modperl
Large real-time stock exchange game
News agency uses mod_perl for their online system with over 6.5 million stories
bivio Investment Club Accounting, Taxes, and more
mod_perl 2.0 at the biggest Japanese employment site
modperl usage in financial institutions
Modperl at the world's largest discount commodities trading firm.
277M page views in Jan 2002
Red Hat's use of mod_perl
TERMIUMplus trilingual database
mod_perl World Wide Deployment Statistics
Netcraft's mod_perl statistics
Security Space's mod_perl statistics
Download
Source mod_perl distributions
Binary mod_perl distributions
Software Bundles
Additional Software
Documentation
Documentation
Conventions used in the mod_perl Documentation
mod_perl 1.0 Documentation
User Guide
Getting Your Feet Wet
Introduction and Incentives
mod_perl Installation
mod_perl Configuration
CGI to mod_perl Porting. mod_perl Coding guidelines.
How to use mod_perl's MethodHandlers
mod_perl and Relational Databases
mod_perl and dbm files
Protecting Your Site
Code Snippets
Apache::* modules
Choosing the Right Strategy
Real World Scenarios
Performance Tuning
Frequent mod_perl problems
Warnings and Errors Troubleshooting Index
Debugging mod_perl
Getting Help
OS-specific Info
Win32 Platforms
mod_perl 1.0 Win32 Installation Instructions
mod_perl 1.0 Win32 Configuration Instructions
Discussion of multithreading on Win32 mod_perl 1.xx
mod_perl API
Apache - Perl interface to the Apache server API
Apache::Constants - Constants defined in apache header files
Apache::Options - OPT_* defines from httpd_core.h
Apache::Table - Perl interface to the Apache table structure
Apache::File - advanced functions for manipulating files at the server side
Apache::Log - Interface to Apache logging
Apache::URI - URI component parsing and unparsing
Apache::Util - Interface to Apache C util functions
Apache::Include - Utilities for mod_perl/mod_include integration
Apache::Registry - Run unaltered CGI scrips under mod_perl
Apache::PerlRun - Run unaltered CGI scripts under mod_perl
Apache::RegistryLoader - Compile Apache::Registry scripts at server startup
Apache::StatINC - Reload %INC files when updated on disk
Apache::test - Facilitates testing of Apache::* modules
Apache::Symdump - Symbol table snapshots
Apache::src - Methods for locating and parsing bits of Apache source code
Apache::Leak - Module for tracking memory leaks in mod_perl code
Apache::FakeRequest - fake request object for debugging
Apache::Debug - Utilities for debugging embedded perl code
Apache::Symbol - Things for symbol things
Apache::SIG - Override apache signal handlers with Perl's
Apache::PerlSections - Utilities for work with Perl sections
Apache::httpd_conf - Generate an httpd.conf file
Apache::Status - Embedded interpreter status information
Apache::Resource - Limit resources used by httpd children
Apache::SizeLimit - Because size does matter.
mod_perl 2.0 Documentation
User's guide
Getting Your Feet Wet with mod_perl
Overview of mod_perl 2.0
Notes on the design and goals of mod_perl-2.0
Installing mod_perl 2.0
mod_perl 2.0 Server Configuration
Apache Server Configuration Customization in Perl
Writing mod_perl Handlers and Scripts
Cooking Recipes
Porting Apache:: Perl Modules from mod_perl 1.0 to 2.0
A Reference to mod_perl 1.0 to mod_perl 2.0 Migration.
Introducing mod_perl Handlers
Server Life Cycle Handlers
Protocol Handlers
HTTP Handlers
Input and Output Filters
General Handlers Issues
Preventive Measures for Performance Enhancement
Performance Considerations Under Different MPMs
Troubleshooting mod_perl problems
User Help
OS-specific Info
Win32 Platforms
mod_perl 2.0 Win32 Installation Instructions
Configuring mod_perl 2.0 for Win32
Frequently asked questions for mod_perl on Win32
mod_perl APIs
Apache::Access -- A Perl API for Apache request object
Apache::compat -- 1.0 backward compatibility functions deprecated in 2.0
Apache::Const - Perl Interface for Apache Constants
Apache::Directive -- A Perl API for manipulating Apache configuration tree
Apache::Filter -- A Perl API for Apache 2.0 Filtering
Apache::FilterRec -- A Perl API for Apache 2.0 Filter Records
Apache::Log -- Perl API for Apache Logging Methods
Apache::PerlSections - Default Handler for Perl sections
Apache::porting -- a helper module for mod_perl 1.0 to mod_perl 2.0 porting
Apache::RequestRec -- A Perl API for Apache request object
Apache::RequestUtil -- Methods for work with Apache::Request object
Apache::ServerUtil -- Methods for work with Apache::Server object
Apache::SubProcess -- Executing SubProcesses from mod_perl
APR - Perl Interface for libapr and libaprutil Libraries
APR::Const - Perl Interface for APR Constants
APR:PerlIO -- An APR Perl IO layer
APR::Table -- A Perl API for manipulating opaque string-content table
ModPerl::MethodLookup -- Map mod_perl 2.0 modules, objects and methods
ModPerl::MM -- A "subclass" of ExtUtils::MakeMaker for mod_perl 2.0
ModPerl::PerlRun - Run unaltered CGI scripts under mod_perl
ModPerl::Registry - Run unaltered CGI scripts persistently under mod_perl
ModPerl::RegistryBB - Run unaltered CGI scripts persistently under mod_perl
ModPerl::RegistryCooker - Cook mod_perl 2.0 Registry Modules
ModPerl::RegistryLoader - Compile ModPerl::RegistryCooker scripts at server startup
ModPerl::Util -- Helper mod_perl 2.0 Functions
Apache::Reload - Reload Perl Modules when Changed on Disk
Apache::Status - Embedded interpreter status information
ModPerl::BuildMM -- A "subclass" of ModPerl::MM used for building mod_perl 2.0
Developer's guide
mod_perl 2.0 Source Code Explained
mod_perl internals: Apache 2.0 Integration
mod_perl internals: mod_perl-specific functionality flow
MPMs - Multi-Processing Model Modules
mod_perl Coding Style Guide
Porting Apache:: XS Modules from mod_perl 1.0 to 2.0
Debugging mod_perl Perl Internals
Debugging mod_perl C Internals
Getting Help with mod_perl 2.0 Core Development
General Documentation
Perl Reference
Preparing mod_perl modules for CPAN
Running and Developing Tests with the Apache::Test Framework
Issuing Correct HTTP Headers
mod_perl for ISPs. mod_perl and Virtual Hosts
Choosing an Operating System and Hardware
Controlling and Monitoring the Server
mod_perl Advocacy
Popular Perl Complaints and Myths
OS-specific Info
Win32 Platforms
Frequently asked questions for mod_perl on Win32
Tutorials
Building a Large-Scale E-commerce site with Apache and mod_perl
Choosing a Templating System
Cute Tricks With Perl and Apache
Workarounds for some known bugs in browsers.
Web Content Compression FAQ
Offsite Resources
mod_perl and Related Books
mod_perl Articles in Printed and Online media
mod_perl Tutorials and Presentations
Other topics
Reporting Bugs
mod_perl 1.0
mod_perl 2.0
Apache::ASP
Embperl
Perl
Apache
Getting Help
Mailing lists
mod_perl training
Commercial Support
ISPs Supporting mod_perl
IRC Channel for mod_perl
perl.apache.org Site Help
Mailing Lists
The mod_perl Mailing List Guidelines
mod_perl Users mailing list
International mod_perl mailing lists
Documentation mailing list
Documentation CVS mailing list
mod_perl Development mailing list
Development CVS mailing list
Test Development mailing list
Test Development CVS mailing list
Announce mailing list
mod_perl Advocacy mailing list
Apache::Request development/support mailing list
Apache::Request cvs mailing list
Embperl mailing list
ASP mailing list
Contact Info
Products
Apache/Perl Modules
Application Servers and Toolkits based on mod_perl
mod_perl Related Software
Contribute
Contribute at the Mailing List
Contribute to the Documentation
Download the Documentation
How to Contribute to the Documentation
Documentation Style Guide
Changes File Specs
Site Maintenance
Document Template
Changes Template
Contribute by Sharing Code
CVS Howto
mod_perl 2.0 Developer's guide
About mod_perl
mod_perl Contributors
Companies sponsoring and supporting mod_perl developers
Other contributors to mod_perl
History
Link to us
How to pronounce mod_perl
License
Jobs
Site Map