Online Perl Programming Books
Practical mod_perl


Linuxtopia Contents


Symbols & Numbers | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

Index: A

aborting program flow: 6.4.2. die( )
Accept-Language header: 16.3. Content Negotiation
access control (Apache request processing): 1.4. Apache 1.3 Request Processing Phases
access methods, DBM: 19. DBM and mod_perl
access modules: B. Apache Perl Modules
B.7. Access-Phase Modules
AccessFileName directive: 4.1.1. Configuration Files
ADD_MODULE configuration parameter: 3.1.1. Controlling the Build Process
AddModule directive: 2.4.1. Installing mod_perl with the Perl Package Manager
administration
apachectl script: 5.4. Using apachectl to Control the Server
automatic scheduled routine maintenance: 5.8.4. Scheduled Routine Maintenance
configuration, validating: 5.5. Validating Server Configuration
hanging processes, tracking and terminating: 5.11.4. Tracking and Terminating Hanging Processes
kill command
overview: 5.3. Using kill to Control Processes
stopping/restarting Apache: 5.3.1. kill Signals for Stopping and Restarting Apache
maintenance, log files: 5.11.1. Handling Log Files
multi-process mode, starting server: 5.1. Starting the Server in Multi-Process Mode
process PIDs, identifying: 5.3.3. Finding the Right Apache PID
reboot scripts: 5.7. Preparing for Machine Reboot
request-rate speed, limiting: 5.11.6. Limiting the Request-Rate Speed (Robot Blocking)
server monitoring
Apache::VMonitor: 5.10.2. Apache::VMonitor—The Visual System and Apache Server Monitor
automated: 5.10.3. Automated Monitoring
interactive: 5.10.1. Interactive Monitoring
setuid executable: 5.6.1. Introduction to setuid Executables
setuid scripts: 5.6. Setuid root Startup Scripts
5.6.3. Sample setuid Apache Startup Script
security issues: 5.6.2. Apache Startup Script's setuid Security
single-process mode, starting server: 5.2. Starting the Server in Single-Process Mode
AFS (Andrew File System), centralized log files and: 5.11.1.3. Centralized logging
alarm( ): 6.10. Handling Server Timeout Cases and Working with $SIG{ALRM}
Alias directive: 4.2.1. Alias Configurations
aliases
HTTP headers: 6.11. Generating Correct HTTP Headers
mod_perl configuration: 4.2.1. Alias Configurations
shell, error_log file and: 21.1.3. Making Use of the error_log
allocating memory, preallocation: 10.1.6. Memory Preallocation
Allow directive (<Location> section): 4.2.2. <Location /perl> Sections
AllowOverride directive: 4.1.1. Configuration Files
ALRM signal handler: 6.10. Handling Server Timeout Cases and Working with $SIG{ALRM}
amprapmon utility: 5.11.4. Tracking and Terminating Hanging Processes
Apache
apachectl script: 5.4. Using apachectl to Control the Server
build options: 3.5. Installation Scenarios for Standalone mod_perl
caching, enabling: 12.7.5. Caching Feature
configuration
importance of tweaking: 11. Tuning Performance by Tweaking Apache's Configuration
Perl: 4.4. Apache Configuration in Perl
configuration directives: 4.1.2. Configuration Directives
4.1.7. MinSpareServers, MaxSpareServers, StartServers, MaxClients, and MaxRequestsPerChild
configuration files: 4.1.1. Configuration Files
<Directory> section: 4.1.3. <Directory>, <Location>, and <Files> Sections
4.1.3.1. <Directory directoryPath> ... </Directory>
<Files> section: 4.1.3. <Directory>, <Location>, and <Files> Sections
4.1.3.2. <Files filename > ... </Files>
<FilesMatch> section: 4.1.5. Subgrouping of <Directory>, <Location>, and <Files> Sections
<Location> section: 4.1.3. <Directory>, <Location>, and <Files> Sections
4.1.3.3. <Location URI> ... </Location>
merging Options directives: 4.1.6. Options Directive Merging
merging sections: 4.1.4. Merging <Directory>, <Location>, and <Files> Sections
subgrouping sections: 4.1.5. Subgrouping of <Directory>, <Location>, and <Files> Sections
core modules: B. Apache Perl Modules
B.17.1. Apache::Module—Interface to Apache C Module Structures
exit( ): 6.4.1. exit( )
hooks, new scheme: 24.1. What's New in Apache 2.0
installation
local installation: 3.9.4. Making a Local Apache Installation
nonstandard: 3.9.5. Nonstandard mod_perl-Enabled Apache Installation
nonstandard with CPAN.pm: 3.9.6. Nonstandard mod_perl-Enabled Apache Installation with CPAN.pm
I/O filtering: 24.1. What's New in Apache 2.0
mod_cgi: 1.1.3. Apache CGI Handling with mod_cgi
forking: 1.2.1. Forking
mod_perl enabled, running as suExec: 3.11.2. Can I Run mod_perl-Enabled Apache as suExec?
mod_proxy module
buffering: 12.7.3. Buffering Feature
overview: 12.7. Apache's mod_proxy Module
ProxyPass directive: 12.7.1.1. ProxyPass
ProxyPassReverse directive: 12.7.1.2. ProxyPassReverse
security issues: 12.7.1.3. Security issues
modules, overview: 1.4.1. Apache 1.3 Modules and the mod_perl 1.0 API
MPMs: 24.1. What's New in Apache 2.0
new features in 2.0: 24.1. What's New in Apache 2.0
phases, mod_perl 2.0 support: 25.2. New Apache Phases and Corresponding Perl*Handlers
protocol modules: 24.1. What's New in Apache 2.0
request processing: 1.4. Apache 1.3 Request Processing Phases
requests, serving: 4.1.3. <Directory>, <Location>, and <Files> Sections
resources: 23.3.5. Apache
source code distribution, obtaining: 2.1. Installing mod_perl 1.0 in Three Steps
start procedure: 4.7. Apache Restarts Twice
starting: 4.1.1. Configuration Files
multi-process mode: 5.1. Starting the Server in Multi-Process Mode
single-process mode: 5.2. Starting the Server in Single-Process Mode
starting/stopping, online information: 5.12. References
stopping/restarting: 5.3.1. kill Signals for Stopping and Restarting Apache
termination/restart, optimization: 5.3.2. Speeding Up Apache's Termination and Restart
Apache API, Perl interface: 24.3.2. Perl Interface to the APR and Apache APIs
APache AutoConf-style Interface (APACI): 3.1. Configuring the Source
APache eXtension Support (APXS): 3.1. Configuring the Source
Apache Modules Registry web site: 1.4.1. Apache 1.3 Modules and the mod_perl 1.0 API
1.5. References
Apache Performance Notes web site: 11.10. References
Apache server
building
separately from mod_perl: 3.5.2. Building mod_perl and Apache Separately
static build: 3.5.1. The All-in-One Way
DSOs, when to use: 3.5.3. When DSOs Can Be Used
installing, changing default directory: 3.5.2. Building mod_perl and Apache Separately
Apache-SSL, mod+perl installation with: 3.6.3. Installing mod_perl with Apache-SSL (+openssl)
Apache test framework develoment mailing list: 23.3.2. mod_perl Mailing Lists
Apache Toolbox: 3.12. References
Apache web site: 2.9. References
Apache::AddHostPath module: B.9.1. Apache::AddHostPath—Adds Some or All of the Hostname and Port to the URI
Apache::Archive module: B.12.4. Apache::Archive—Expose Archive Files Through the Apache Web Server
Apache::args module, compared to Apache::Request::param and CGI::param: 13.2. Apache::args Versus Apache::Request::param Versus CGI::param
Apache::ASP module: B.14.1. Apache::ASP—Active Server Pages for Apache with mod_perl
Apache::AutoIndex module: B.12.1. Apache::AutoIndex—Perl Replacement for the mod_autoindex and mod_dir Apache Modules
Apache::AxKit module: B.14.2. Apache::AxKit—XML Toolkit for mod_perl
Apache::Backhand module: B.12.12. Apache::Backhand—Write mod_backhand Functions in Perl
ApacheBench utility: 9.1.1. ApacheBench
Apache::Clean module: B.15.2. Apache::Clean—mod_perl Interface Into HTML::Clean
Apache::compat module: 25.1.1. The Shortest Migration Path
Apache::Compress module: B.15.7. Apache::Compress—Auto-Compress Web Files with gzip
Apache::ConfigFile module: B.4.5. Apache::ConfigFile—Parse an Apache-Style httpd.conf Configuration File
Apache::Connection module: B.17.4. Apache::Connection—Interface to the Apache conn_rec Data Structure
Apache::Constants module: B.17.5. Apache::Constants—Constants Defined in httpd.h
Apache::Cookie module: B.18.3. Apache::Cookie—HTTP Cookies Class
replacing CGI::Cookie: 6.7.3. Converting to use the mod_perl API and mod_perl-Specific Modules
apachectl script: 2.2.3. Installing mod_perl
5.4. Using apachectl to Control the Server
server monitoring: 5.10.3.1. mod_perl server watchdogs
server reboot and: 5.7. Preparing for Machine Reboot
starting/stopping server: 2.3. Configuring and Starting the mod_perl Server
Apache::DB module: B.2.1. Apache::DB—Hooks for the Interactive Perl Debugger
locating code errors: 6.2.1. The First Mystery: Why Does the Script Go Beyond 5?
mod_perl debugging: 21.5.9. Interactive mod_perl Debugging
Apache::DBI module: B.13.1. Apache::DBI—Initiate a Persistent Database Connection
configuration: 20.1.3. Configuring Apache::DBI
connect( ) requests and: 20.1.1. Apache::DBI Connections
connection cache, skipping at startup: 20.1.5.7. Skipping connection cache during server startup
connections: 20.1.1. Apache::DBI Connections
opening with different parameters: 20.1.5.3. Opening connections with different parameters
preopening: 20.2.1. Preopening DBI Connections
database connections and: 20.1. Persistent Database Connections with Apache::DBI
databases, locking risks: 20.1.5.1. Database locking risks
DBI handler: 20.1.5.4. Cannot find the DBI handler
DBI module and: 10.1.5.1. Initializing DBI.pm
20.1.1. Apache::DBI Connections
debugging: 20.1.4. Debugging Apache::DBI
disconnect( ) statements: 20.1.1. Apache::DBI Connections
morning bug: 20.1.5.5. The morning bug
mysql_store_result: 20.2.4. mysql_use_result Versus mysql_store_result Attributes
mysql_use_result: 20.2.4. mysql_use_result Versus mysql_store_result Attributes
nonworking: 20.1.5.6. Apache:DBI does not work
ping( ) method, skipping: 20.2.2. Improving Speed by Skipping ping( )
reasons to use: 20.1.2. When to Use Apache::DBI (and When Not to Use It)
record-retrieval: 20.2.3. Efficient Record-Retrieval Techniques
transactions and: 20.1.5.2. Transactions
unique connections and: 20.1.2. When to Use Apache::DBI (and When Not to Use It)
Apache::DBILogConfig module: B.16.2. Apache::DBILogConfig—Logs Access Information in a DBI Database
Apache::DBILogger module: B.16.3. Apache::DBILogger—Tracks What's Being Transferred in a DBI Database
Apache::Debug module: 21.8.5. Apache::Debug
B.2.2. Apache::Debug—Utilities for Debugging Embedded Perl Code
Apache::DebugInfo module: 21.8.6. Other Debug Modules
B.2.3. Apache::DebugInfo—Send Debug Information to Client
Apache::Dispatch module: 13.1. Apache::Registry PerlHandler Versus Custom PerlHandler
B.11.5. Apache::Dispatch—Call PerlHandlers with the Ease of Registry Scripts
Apache::DProf module: B.1.3. Apache::DProf—Hook Devel::DProf into mod_perl
Apache::DumpHeaders module: 21.8.6. Other Debug Modules
B.16.4. Apache::DumpHeaders—Watch HTTP Transaction via Headers
Apache::Embperl module: B.14.3. HTML::Embperl—Embed Perl into HTML
Apache::EmbperlChain module: B.14.4. Apache::EmbperlChain—Process Embedded Perl in HTML in the OutputChain
Apache::ePerl module: B.14.5. Apache::ePerl—Embedded Perl 5 Language
Apache::ExtUtils module: B.17.6. Apache::ExtUtils—Utilities for Apache C/Perl Glue
Apache::FakeRequest module: B.1.5. Apache::FakeRequest—Fake Request Object for Debugging
debugging code: 21.5.2. Using Apache::FakeRequest to Debug Apache Perl Modules
Apache::File module: B.17.7. Apache::File—Advanced Functions for Manipulating Files on the Server Side
Apache::Filter module: B.15.3. Apache::Filter—Alter the Output of Previous Handlers
Apache::Gateway module: B.12.5. Apache::Gateway—Implement a Gateway
Apache::GD::Graph module: B.18.8. Apache::GD::Graph—Generate Graphs in an Apache Handler
Apache::GTopLimit module: 14.1. Controlling Your Memory Usage
B.3.4. Apache::GTopLimit—Limit Apache httpd Processes
Apache::Gzip module: B.15.6. Apache::Gzip—Auto-Compress Web Files with gzip
Apache::GzipChain module: 11.9. Response Compressing
B.15.4. Apache::GzipChain—Compress HTML (or Anything) in the OutputChain
APACHE_HEADER_INSTALL configuration parameter: 3.1.1. Controlling the Build Process
Apache::httpd_conf module: B.4.3. Apache::httpd_conf—Generate an httpd.conf File
Apache::Icon module: B.18.4. Apache::Icon—Look Up Icon Images
Apache::Include module: B.18.5. Apache::Include—Utilities for mod_perl/mod_include Integration
Apache::iNcom module: B.14.6. Apache::iNcom—E-Commerce Framework
Apache::Language module: B.18.6. Apache::Language—Perl Transparent Language Support for Apache Modules and mod_perl Scripts
Apache::Layer module: B.15.8. Apache::Layer—Layer Content Tree Over One or More Others
Apache::Leak module: 14.2.6. Memory Leakage
B.2.4. Apache::Leak—Module for Tracking Memory Leaks in mod_perl Code
Apache::Log module: B.17.8. Apache::Log—Interface to Apache Logging
Apache::LogFile module: B.17.9. Apache::LogFile—Interface to Apache's Logging Routines
Apache::Mason module: B.14.7. Apache::Mason—Perl-Based Web Site Development and Delivery System
Apache::MIMEMapper module: B.8.2. Apache::MIMEMapper—Associates File Extensions with PerlHandlers
Apache::MimeXML module: B.8.1. Apache::MimeXML—mod_perl Mime Encoding Sniffer for XML Files
Apache::Mmap module: B.18.7. Apache::Mmap—Perl Interface to the mmap(2) System Call
Apache::Module module: B.17.1. Apache::Module—Interface to Apache C Module Structures
Apache::ModuleConfig module: B.4.1. Apache::ModuleConfig—Interface to Configuration API
Apache::Motd module: B.18.9. Apache::Motd—Provide motd (Message of the Day) Functionality to a Web Server
Apache::MyConfig module: 3.1.6. Discovering Whether a Feature Was Enabled
Apache::NNTPGateway module: B.12.6. Apache::NNTPGateway—NNTP Interface for a mod_perl-Enabled Apache Web Server.
Apache::OutputChain module: B.15.1. Apache::OutputChain—Chain Stacked Perl Handlers
Apache::OWA module: B.13.2. Apache::OWA—Oracle's PL/SQL Web Toolkit for Apache
Apache::PageKit module: B.14.8. Apache::PageKit—Web Applications Framework
Apache::ParseLog module: B.18.10. Apache::ParseLog—Object-Oriented Perl Extension for Parsing Apache Log Files
Apache::PassFile module: B.15.5. Apache::PassFile—Send File via OutputChain
Apache::Peek module: 21.8.3. Devel::Peek and Apache::Peek
B.2.5. Apache::Peek—A Data Debugging Tool for the XS Programmer
Dump( ): 10.1.2.1. Variable unsharing caused by regular expressions
dump( ) subroutine: 10.1.2.1. Variable unsharing caused by regular expressions
match( ) subroutine: 10.1.2.1. Variable unsharing caused by regular expressions
print_pos( ) subroutine: 10.1.2.1. Variable unsharing caused by regular expressions
variables and regular expressions and: 10.1.2.1. Variable unsharing caused by regular expressions
Apache::PerlRun module: B.11.1. Apache::Registry and Apache::PerlRun
compared to Apache::Registry: 1.3.1. Running CGI Scripts with mod_perl
Apache::PerlSections module: B.4.2. Apache::PerlSections—Utilities for Working with <Perl> Sections
Apache::PerlVINC module: B.1.2. Apache::PerlVINC—Allow Module Versioning in <Location> and <VirtualHost> blocks
APACHE_PREFIX configuration parameter: 3.1.1. Controlling the Build Process
Apache::PrettyPerl module: B.12.7. Apache::PrettyPerl—Syntax Highlighting for Perl Files
Apache::PrettyText module: B.12.7. Apache::PrettyPerl—Syntax Highlighting for Perl Files
Apache::ProxyPass module: B.9.2. Apache::ProxyPass—implement ProxyPass in Perl
Apache::ProxyPassThru module: B.9.3. Apache::ProxyPassThru—Skeleton for Vanilla Proxy
Apache::RandomLocation module: B.12.9. Apache::RandomLocation—Random File Display
Apache::ReadConfig module: 4.4.2. Breaking Out of <Perl> Sections
Apache::Recorder module: 9.1.4. Other Web Server Benchmark Utilities
Apache::RedirectLogFix module: B.16.1. Apache::RedirectLogFix—Correct Status While Logging
Apache::RefererBlock module: B.10.1. Apache::RefererBlock—Block Request Based Upon "Referer" Header
Apache::Registry module: B.11.1. Apache::Registry and Apache::PerlRun
_ _DATA_ _ token: 6.6.1. _ _END_ _ and _ _DATA_ _ Tokens
_ _END_ _ token: 6.6.1. _ _END_ _ and _ _DATA_ _ Tokens
BEGIN block execution: 6.4.9. BEGIN blocks
coding errors
overview: 6.2. Exposing Apache::Registry Secrets
subroutines: 6.2.1. The First Mystery: Why Does the Script Go Beyond 5?
coding errors, multiple child process reloading: 6.2.2. The Second Mystery—Inconsistent Growth over Reloads
compared to Apache::PerlRun: 1.3.1. Running CGI Scripts with mod_perl
debugging: 21.5.9. Interactive mod_perl Debugging
disabling code on live servers: 5.8.3.1. Disabling code running under Apache::Registry
forking example: 10.2.5. A Complete Fork Example
HTTP headers: 6.11. Generating Correct HTTP Headers
nested subroutines and: 6.2.1. The First Mystery: Why Does the Script Go Beyond 5?
overview: 13.1. Apache::Registry PerlHandler Versus Custom PerlHandler
performance, compared to custom handlers: 13.1. Apache::Registry PerlHandler Versus Custom PerlHandler
return codes: 6.6.3. Return Codes
running: 2.6. A Sample Apache::Registry Script
symbolic links: 6.6.2. Symbolic Links
Apache::RegistryBB module: B.11.3. Apache::RegistryBB—Apache::Registry Bare Bones
Apache::RegistryLoader module: B.18.11. Apache::RegistryLoader—Compile Apache::Registry Scripts at Server Startup
preloading scripts: 10.1.4. Preloading Registry Scripts at Server Startup
Apache::RegistryNG module: B.11.2. Apache::RegistryNG—Apache::Registry New Generation
Apache::Reload module: 25.1.6. Apache::StatINC Replacement
B.1.1. Apache::Reload—Automatically Reload Changed Modules
reloading modules: 6.8.2.3. Using Apache::Reload
Apache::Request module: B.11.4. Apache::Request (libapreq)—Generic Apache Request Library
replacing CGI.pm: 6.7.3. Converting to use the mod_perl API and mod_perl-Specific Modules
Apache::RequestNotes module: B.18.2. Apache::RequestNotes—Easy, Consistent Access to Cookie and Form Data Across Each Request Phase
Apache::Request::param module, compared to Apache::args and CGI::param: 13.2. Apache::args Versus Apache::Request::param Versus CGI::param
Apache::Resource module: B.3.6. Apache::Resource—Limit Resources Used by httpd Children
limiting child process resources: 5.11.3. Limiting Resources Used by Apache Child Processes
Apache::Roaming module: B.12.11. Apache::Roaming—A mod_perl Handler for Roaming Profiles
Apache::Sandwich module: B.15.9. Apache::Sandwich—Layered Document (Sandwich) Maker
Apache::Scoreboard module: B.17.10. Apache::Scoreboard—Perl Interface to Apache's scoreboard.h
configuring Apache::VMonitor and: 5.10.2.1. Prerequisites and configuration
Apache::Server module: B.17.11. Apache::Server—Perl Interface to the Apache server_rec Struct
Apache::Session module: B.18.1. Apache::Session—Maintain Session State Across HTTP Requests
Apache::ShowRequest: 4.2.6. Investigating the Request Phases
Apache::ShowRequest module: B.17.2. Apache::ShowRequest—Show Phases and Module Participation
Apache::SIG module: 6.9. Handling the "User Pressed Stop Button" Case
B.18.12. Apache::SIG—Override Apache Signal Handlers with Perl's Signal Handlers
Apache::SimpleReplace module: B.15.10. Apache::SimpleReplace—Simple Template Framework
Apache::SizeLimit module: 6.4.1. exit( )
14.1. Controlling Your Memory Usage
B.3.3. Apache::SizeLimit—Limit Apache httpd Processes
Apache::SmallProf module: B.1.4. Apache::SmallProf—Hook Devel::SmallProf into mod_perl
APACHE_SRC configuration parameter: 3.1.1. Controlling the Build Process
Apache::src module: B.4.4. Apache::src—Methods for Locating and Parsing Bits of Apache Source Code
Apache::SSI module: B.15.11. Apache::SSI—Implement Server-Side Includes in Perl
Apache::Stage module: B.12.10. Apache::Stage—Manage a Staging Directory
Apache::StatINC module, reloading modules: 6.8.2.2. Using Apache::StatINC
Apache::Status module: 3.1.6. Discovering Whether a Feature Was Enabled
21.9.1. Apache::Status—Embedded Interpreter Status Information
B.3.7. Apache::Status—Embedded Interpreter Status Information
configuration: 21.9.1.1. Minimal configuration
interpreter, monitoring: 9.4. Apache::Status and Measuring Code Memory Usage
usage: 21.9.1.3. Usage
variables: 21.9.1.2. Extended configuration
Apache::SubProcess module: B.17.3. Apache::SubProcess—Interface to Apache Subprocess API
cleanup_for_exec( ): 10.2.2. Freeing the Parent Process
Apache::Sybase::CTlib module: B.13.3. Apache::Sybase::CTlib—Persistent CTlib Connection Management for Apache
Apache::Symbol module: 21.8.6. Other Debug Modules
B.2.6. Apache::Symbol—Avoid the Mandatory `Subroutine Redefined' Warning
Apache::Symdump module: 21.8.4. Devel::Symdump and Apache::Symdump
B.2.7. Apache::Symdump—Symbol Table Snapshots
Apache::Table module: B.17.12. Apache::Table—Perl Interface to the Apache Table Struct
Apache::TempFile module: B.18.13. Apache::TempFile—Allocate Temporary Filenames for the Duration of a Request
Apache::Template module: D.7. Apache::Template Module
Apache::test module: B.1.6. Apache::test—Facilitate Testing of Apache::* Modules
Apache::Throttle module: B.9.4. Apache::Throttle—Speed-Based Content Negotiation
Apache::TimedRedirect module: B.3.5. Apache::TimedRedirect—Redirect URLs for a Given Time Period
Apache::Traffic module: B.16.5. Apache::Traffic—Track Hits and Bytes Transferred on a Per-User Basis
Apache::TransLDAP module: B.9.5. Apache::TransLDAP—Trans Handler Example
Apache::URI module: B.17.13. Apache::URI—URI Component Parsing and Unparsing
Apache::Usertrack module: B.10.2. Apache::Usertrack—Emulate the mod_usertrack Apache Module
Apache::Util module: B.17.14. Apache::Util—Perl Interface to Apache C Utility Functions
Apache::VMonitor module: 9.3. Process Memory Measurements
21.7.3. Detecting Hanging Processes
B.3.2. Apache::VMonitor—Visual System and Apache Server Monitor
memory usage: 10.1.1. Calculating Real Memory Usage
reports
multiprocess and overall status: 5.10.2.2. Multi-processes and system overall status reporting mode
single-process: 5.10.2.3. Single-process extensive reporting system
server monitoring: 5.10.2. Apache::VMonitor—The Visual System and Apache Server Monitor
Apache::WAP::AutoIndex module: B.12.2. Apache::WAP::AutoIndex—WAP Demonstration Module
Apache::WAP::MailPeek module: B.12.3. Apache::WAP::MailPeek—Demonstrate Use of WML Delivery
Apache::Watchdog::RunAway module: 5.11.4. Tracking and Terminating Hanging Processes
21.7.3. Detecting Hanging Processes
B.3.1. Apache::Watchdog::RunAway—Hanging Processes Monitor and Terminator
APACI (APache AutoConf-style Interface): 3.1. Configuring the Source
building mod_perl as: 3.5.4. Building mod_perl as a DSO via APACI
USE_APACI configuration parameter: 3.1.1. Controlling the Build Process
APACI_ARGS configuration parameter: 3.1.1. Controlling the Build Process
application-specific content-generation modules: B.12.1. Apache::AutoIndex—Perl Replacement for the mod_autoindex and mod_dir Apache Modules
application-specific content-generation phase modules: B. Apache Perl Modules
APR (Apache Portable Runtime) API: 24.1. What's New in Apache 2.0
24.1. What's New in Apache 2.0
Perl interface: 24.3.2. Perl Interface to the APR and Apache APIs
APXS (APache eXtension Support): 3.1. Configuring the Source
building mod_perl via: 3.5.5. Building mod_perl as a DSO via APXS
USE_APXS configuration parameter: 3.1.1. Controlling the Build Process
archives, troubleshooting and: 23. Getting Help and Online Resources
arguments
h2xs: 13.12.1. Building Perl Extensions with XS and h2xs
processing: 13.2. Apache::args Versus Apache::Request::param Versus CGI::param
strace utility: 21.3. Tracing System Calls
arrays, printing: 21.5.6. Introduction to the Perl Debugger
aural media type: E.6. Putting Everything Together
authentication
Apache request processing: 1.4. Apache 1.3 Request Processing Phases
proxy servers: 12.11. HTTP Authentication with Two Servers and a Proxy
authentication mechanism, emulating: A.1. Emulating the Authentication Mechanism
authentication modules: B. Apache Perl Modules
B.5. Authentication-Phase Modules
authorization, Apache request processing: 1.4. Apache 1.3 Request Processing Phases
authorization modules: B. Apache Perl Modules
B.6. Authorization-Phase Modules
autobundle command: 3.7. Installing mod_perl with the CPAN.pm Interactive Shell
Autoconf-style interfaces: 3.1. Configuring the Source
AutoLoad option, PerlOptions directive: 24.5.6.5. AutoLoad
automated server monitoring: 5.10.3. Automated Monitoring
automatic scheduled routine maintenance: 5.8.4. Scheduled Routine Maintenance
AxAddDocTypeProcessor directive: E.6. Putting Everything Together
AxAddDTDProcessor directive: E.6. Putting Everything Together
AxAddRootProcessor directive: E.6. Putting Everything Together
AxAddURIProcessor directive: E.6. Putting Everything Together
AxKit
configuration: E.1. Installing and Configuring AxKit
cookies: E.3.2. Handling Cookies
debugging: E.2.1. If Something Goes Wrong
dynamic content: E.3. Dynamic Content
ESQL taglib: E.3.6. Executing SQL
features: E.7. More Reasons to Use AxKit
forms, parameters: E.3.1. Handling Form Parameters
installation: E.1. Installing and Configuring AxKit
missing modules: E.1. Installing and Configuring AxKit
page creation: E.2. Your First AxKit Page
stylesheets: E.2.2. How it Works?
utilities taglib: E.3.5. Utilities Taglib
XPath and: E.2.3. XPath
XSLT and: E.5. XSLT
stylesheets: E.5.1. Anatomy of an XSLT Stylesheet
templates: E.5.2. Template Rules and Recursion
XSP and: E.3. Dynamic Content
AxKit::XSP::Cookie module: E.3.2. Handling Cookies


Symbols & Numbers | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
Copyright © 2003 O'Reilly & Associates, Inc. All Rights Reserved.



[an error occurred while processing this directive]