CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 02 Aug 2025 10:27:16 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090201050844
location: https://web.archive.org/web/20090201050844/https://oreilly.com/catalog/9780596000479
server-timing: captures_list;dur=0.810985, exclusion.robots;dur=0.018736, exclusion.robots.policy;dur=0.007317, esindex;dur=0.011250, cdx.remote;dur=30.746921, LoadShardBlock;dur=670.304630, PetaboxLoader3.datanode;dur=56.489468, PetaboxLoader3.resolve;dur=554.387199
x-app-server: wwwb-app239
x-ts: 302
x-tr: 752
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app239; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 02 Aug 2025 10:27:17 GMT
content-type: text/html
x-archive-orig-date: Sun, 01 Feb 2009 05:08:20 GMT
x-archive-orig-server: Apache
x-archive-orig-p3p: policyref="https://www.oreillynet.com/w3c/p3p.xml",CP="CAO DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa CONo OUR DELa PUBi OTRa IND PHY ONL UNI PUR COM NAV INT DEM CNT STA PRE"
x-archive-orig-last-modified: Thu, 15 Jan 2009 04:40:44 GMT
x-archive-orig-accept-ranges: bytes
x-archive-orig-content-length: 32493
x-archive-orig-x-cache: MISS from olive.bp
x-archive-orig-x-cache-lookup: MISS from olive.bp:3128
x-archive-orig-via: 1.0 olive.bp:3128 (squid/2.6.STABLE13)
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Sun, 01 Feb 2009 05:08:44 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 22 May 2008 11:46:30 GMT", ; rel="prev memento"; datetime="Wed, 17 Dec 2008 06:49:59 GMT", ; rel="memento"; datetime="Sun, 01 Feb 2009 05:08:44 GMT", ; rel="next memento"; datetime="Sat, 14 Feb 2009 13:49:27 GMT", ; rel="last memento"; datetime="Mon, 02 Jun 2025 07:20:59 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_8_20090201020944_crawl100-c/51_8_20090201050816_crawl100.arc.gz
server-timing: captures_list;dur=0.578388, exclusion.robots;dur=0.018764, exclusion.robots.policy;dur=0.007625, esindex;dur=0.009964, cdx.remote;dur=8.754210, LoadShardBlock;dur=139.790231, PetaboxLoader3.datanode;dur=204.052355, load_resource;dur=154.776352, PetaboxLoader3.resolve;dur=55.004260
x-app-server: wwwb-app239
x-ts: 200
x-tr: 456
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
mod_perl Pocket Reference | O'Reilly Media
mod_perl Pocket Reference
Featured customer reviews
mod_perl Pocket Reference Review, January 06 2001
This little guidebook goes out of its way to say what it isn't -- "this is not meant to be a guide to so-and-so" -- and yet it does an excellent job of giving an overview of mod_perl, cgi, and apache, including the role and functionality of each and how you can leverage them. Samples of some of the code would be appreciated, but then the format of the book doesn't really allow this, and that's okay -- you can turn to more thorough manuals for that.
For a quick introduction to the subject, an overview of why you should be using mod_perl instead of standalone scripts, and a pocket-sized pamphlet that you can turn to for reference once you have more experience with the material, this book should be a fine choice.
Media reviews
"[Consumers] will find the fine 'pocket references' produced by O'Reilly to be compact and affordable."
-- James Cox, The Computer Shelf: Midwest Book Review
"I would highly recommend this book to mod_perl lovers as they may discover something that they may have missed while using the module. As for the experts, this book may be quite handy as a quick revision guide. It is also an excellent source of information for users who have been using mod_perl for only a short while. It will definitely save them the trouble of reading through a thick manual to flesh out mod_perl's potential"--Apacheweek.com
"This is an excellent and easily referenced guide to mod_perl Administrators and Perl programmers will appreciate Ford's mod-perl Pocket Reference and use it often." --Elizabeth Zinkann, Sys Admin, April 2001
"This book provides a good overall coverage of this versatile module, keeping all the necessary facts simple, short and precise without glossing over anything important. I would highly recommend this book to mod_perl lovers as they may discover something that they may have missed while using the module. As for the experts, this book may be quite handy as a quick revision guide. It is also an excellent source of information for users who have been using mod_perl for only a short while. It will definitely save them the trouble of reading through a thick manual to flesh out mod_perl's potential." --Apacheweek, Feb 2001
Read all reviews
By Andrew Ford
December 2000
Pages: 92
ISBN 10: 0-596-00047-2 |
ISBN 13: 9780596000479
(Average of 1 Customer Reviews)
This book is OUT OF PRINT.
Descriptionmod_perl Pocket Reference is a concise, conveniently formatted reference to all mod_perl features used in day-to-day mod_perl programming. This small book covers functions as well as configuration directives that help maximize the effectiveness of the mod_perl Apache module.
Full Description
mod_perl integrates the complete Perl interpreter with the Apache web server. With mod_perl, programmers can take existing Perl CGI scripts and plug them in, usually without making any source code changes. The scripts will run exactly as before but many times faster. In addition, mod_perl offers a Perl interface to the Apache API, allowing full access to Apache internals, so that programmers can control every aspect of the Apache server.
mod_perl Pocket Reference is a concise, conveniently formatted reference to all mod_perl features used in day-to-day mod_perl programming. This small book covers functions as well as configuration directives that help maximize the effectiveness of the mod_perl Apache module.
Featured customer reviews
mod_perl Pocket Reference Review, January 06 2001
Rating:




Submitted by Chris Devers
[Respond | View]




This little guidebook goes out of its way to say what it isn't -- "this is not meant to be a guide to so-and-so" -- and yet it does an excellent job of giving an overview of mod_perl, cgi, and apache, including the role and functionality of each and how you can leverage them. Samples of some of the code would be appreciated, but then the format of the book doesn't really allow this, and that's okay -- you can turn to more thorough manuals for that.
For a quick introduction to the subject, an overview of why you should be using mod_perl instead of standalone scripts, and a pocket-sized pamphlet that you can turn to for reference once you have more experience with the material, this book should be a fine choice.
Media reviews
"[Consumers] will find the fine 'pocket references' produced by O'Reilly to be compact and affordable."
-- James Cox, The Computer Shelf: Midwest Book Review
"I would highly recommend this book to mod_perl lovers as they may discover something that they may have missed while using the module. As for the experts, this book may be quite handy as a quick revision guide. It is also an excellent source of information for users who have been using mod_perl for only a short while. It will definitely save them the trouble of reading through a thick manual to flesh out mod_perl's potential"--Apacheweek.com
"This is an excellent and easily referenced guide to mod_perl Administrators and Perl programmers will appreciate Ford's mod-perl Pocket Reference and use it often." --Elizabeth Zinkann, Sys Admin, April 2001
"This book provides a good overall coverage of this versatile module, keeping all the necessary facts simple, short and precise without glossing over anything important. I would highly recommend this book to mod_perl lovers as they may discover something that they may have missed while using the module. As for the experts, this book may be quite handy as a quick revision guide. It is also an excellent source of information for users who have been using mod_perl for only a short while. It will definitely save them the trouble of reading through a thick manual to flesh out mod_perl's potential." --Apacheweek, Feb 2001
Read all reviews

Got a Question?
![]() © 2009, O'Reilly Media, Inc. (707) 827-7000 / (800) 998-9938 All trademarks and registered trademarks appearing on oreilly.com are the property of their respective owners. |
About O'Reilly Privacy Policy Contacts Customer Service Authors Press Room Jobs User Groups Academic Solutions Newsletters Writing for O'Reilly RSS Feeds Terms of Service |
Other O'Reilly Sites O'Reilly Radar Ignite Tools of Change for Publishing Digital Media Inside iPhone O'Reilly FYI makezine.com craftzine.com hackszine.com perl.com xml.com |
Sponsored Sites Inside Aperture Inside Lightroom Inside Port 25 InsideRIA java.net |