This section includes centralized resources that you should find
useful when you work with mod_perl and related technologies, such as
Apache, Perl, CGI, CVS, Squid, DBI, SQL, Security, etc.
Writing Apache
Modules
with Perl and C, by Lincoln Stein and Doug MacEachern
(O'Reilly)
http://www.modperl.com is the
home site for this book, which is about creating web server modules
using the Apache API. You absolutely must have this book if you plan
to use mod_perl for anything other than speeding up plain CGI
scripts. It will teach you the mod_perl API and provide lots of
examples to learn from. This book is also very useful for developers
who write Apache modules in C.
The mod_perl Developer's
Cookbook, by Geoffrey Young, Paul Lindner, and Randy Kobes
(Sams)
http://www.modperlcookbook.org/
is the home site of this book, which will save you a lot of precious
development time. It provides out-of-box solutions to pretty much any
problem or challenge you may encounter while developing mod_perl
applications. Every solution is followed by an in-depth discussion,
helping you understand how the solution works and making it easy to
adjust the provided code to your particular situation.
mod_perl Pocket Reference, by Andrew Ford
(O'Reilly)
See also Andrew's collection of reference cards for
Apache and other programs: http://www.refcards.com/.
There are a few good books that cover technologies that deploy
mod_perl. Among them are Embedding Perl in HTML with
Mason, by Dave Rolsky and Ken Williams
(O'Reilly), available from http://www.masonbook.com/; and
Running Weblogs with Slash, by chromatic,
Brian Aker, and David Krieger (O'Reilly). To see an
updated list of books, please refer to http://perl.apache.org/docs/offsite/books.html.
23.3.2. mod_perl Mailing Lists
The mod_perl mailing list
The Apache/Perl mailing list is available for mod_perl
users and developers to share ideas, solve problems, and discuss
things related to mod_perl and the Apache::*
modules. To subscribe to this list, send an empty email to
modperl-subscribe@perl.apache.org. To
unsubscribe, send email to
modperl-unsubscribe@perl.apache.org. Send email
to modperl@perl.apache.org to post to the list.
To subscribe to the digest list, send email to
modperl-digest-subscribe@perl.apache.org.
This list is for discussions about the
development of the
core mod_perl. To subscribe, send an empty email to
dev-subscribe@perl.apache.org. To unsubscribe from the
list, send an empty email to
dev-unsubscribe@perl.apache.org. To get help with the
list, send an empty email to dev-help@perl.apache.org.
This mailing list is for discussing the
development of the
mod_perl documentation and site. To subscribe, send an empty email to
docs-dev-subscribe@perl.apache.org. To unsubscribe
from the list, send an empty email to
docs-dev-unsubscribe@perl.apache.org. To get help with
the list, send an empty email to
docs-dev-help@perl.apache.org.
The Apache test framework development mailing list
The test-dev list is the list where the
Apache HTTP
Test project is discussed.
To subscribe, send an empty email to
test-dev-subscribe@httpd.apache.org. To unsubscribe
from the list, send an empty email to
test-dev-unsubscribe@httpd.apache.org. To get help
with the list, send an empty email to
test-dev-help@httpd.apache.org.
The list for mod_perl advocacy issues, discussions about
sites, etc.
To subscribe send an empty email to
advocacy-subscribe@perl.apache.org. To
unsubscribe from the list, send an empty email to
advocacy-unsubscribe@perl.apache.org. To get
help with the list, send an empty email to
advocacy@perl.apache.org.
The mod_perl CVS list is the list where you can watch mod_perl
getting patched. No real discussions happen on this list, but if you
want to know about the latest changes in the mod_perl core before
everyone else, this is the list to be on.
To subscribe, send email to
modperl-cvs-subscribe@perl.apache.org. To unsubscribe
send email to modperl-cvs-unsubscribe@perl.apache.org.
Send email to modperl-cvs@perl.apache.org to post to
the list.
"Techniques and Technologies
for Scaling Internet
Services" mailing list:
scalable@arctic.org. Subscribe
by
sending a message to scalable-subscribe@arctic.org.
This page talks about the TCP/IP stack and various tricks of tuning
your system to get the most out of it as a web server. While the
information is for the Solaris 2.x OS, most of it is relevant to
other Unix flavors. At the end, an extensive list of related
literature is presented.
23.3.10. Web Security
Web Security: A Step-by-Step Reference Guide, by
Lincoln Stein (Addison Wesley)
Web Security and Electronic Commerce, by Simpson
Garfinkle with Gene Spafford (O'Reilly)
Chapter 13 of Apache: The Definitive Guide,
Second Edition, by Ben Laurie and Peter Laurie
(O'Reilly) talks extensively about the Apache
configuration process