Pages du manuel Linux : Fonctions des bibliothèques / pm

Apache::Request
Methods for dealing with client request data
Apache::Resource
Limit resources used by httpd children
Apache::RPC::Server
A subclass of RPC::XML::Server tuned for mod_perl
Apache::RPC::Status
A status monitor similar to Apache::Status for RPC
Apache::Session
A persistence framework for session data
Apache::Session::DB_File
An implementation of Apache::Session
Apache::Session::File
An implementation of Apache::Session
Apache::Session::Flex
Specify everything at runtime
Apache::Session::Generate::MD5
Use MD5 to create random object IDs
Apache::Session::Generate::ModUniqueId
mod_unique_id for session ID generation
Apache::Session::Generate::ModUsertrack
mod_usertrack for session ID generation
Apache::Session::Informix
An implementation of Apache::Session
Apache::Session::Lock::File
Provides mutual exclusion using flock
Apache::Session::Lock::MySQL
Provides mutual exclusion using MySQL
Apache::Session::Lock::Null
Does not actually provides mutual exclusion
Apache::Session::Lock::Semaphore
Provides mutual exclusion through sempahores
Apache::Session::Lock::Sybase
Provides mutual exclusion using Sybase
Apache::Session::MySQL
An implementation of Apache::Session
Apache::Session::Oracle
An implementation of Apache::Session
Apache::Session::Postgres
An implementation of Apache::Session
Apache::Session::Serialize::Base64
Use Storable and MIME::Base64 to zip up persistent data
Apache::Session::Serialize::Storable
Use Storable to zip up persistent data
Apache::Session::Serialize::Sybase
Use Storable to zip up persistent data and unpack/pack to put into Sybase-compatible image field
Apache::Session::Serialize::UUEncode
Use Storable and CWpack() to zip up persistent data
Apache::Session::Store::DB_File
Use DB_File to store persistent objects
Apache::Session::Store::File
Store persistent data on the filesystem
Apache::Session::Store::Informix
Store persistent data in a Informix database
Apache::Session::Store::MySQL
Store persistent data in a MySQL database
Apache::Session::Store::Oracle
Store persistent data in a Oracle database
Apache::Session::Store::Postgres
Store persistent data in a Postgres database
Apache::Session::Store::Sybase
Store persistent data in a Sybase database
Apache::Session::Sybase
An implementation of Apache::Session
Apache::Session::Wrapper
A simple wrapper around Apache::Session
Apache::SessionX
An extented persistence framework for session data
Apache::SessionX::Generate::MD5
Use MD5 to create random object IDs
Apache::SIG
Override apache signal handlers with Perl's
Apache::Singleton
Singleton class for mod_perl
Apache::Singleton::Process
One instance per One Process
Apache::Singleton::Request
One instance per One Request
Apache::SizeLimit
Because size does matter.
Apache::SOAP
mod_perl-based SOAP server with minimum configuration
Apache::src
Methods for locating and parsing bits of Apache source code
Apache::StatINC
Reload %INC files when updated on disk
Apache::Status
Embedded interpreter status information
Apache::Symbol
Things for symbol things
Apache::Symdump
Symbol table snapshots
Apache::Table
Perl interface to the Apache table structure
Apache::Test
Test.pm wrapper with helpers for testing Apache
Apache::TestConfig
Configuration file for Apache::Test
Apache::TestMB
Subclass of Module::Build to support Apache::Test