[ TOC ]
The
Writing Apache Modules with Perl and C
book can be purchased online from O'Reilly
and
Amazon.com.
|
Your corrections of the technical and grammatical
errors are very welcome. You are encouraged to help me
improve this guide. If you have something to contribute
please send it
directly to me.
|
If, after reading this guide and the other documents listed in this section, you still don't have the answers/information needed, please ask for help on the Apache/mod_perl mailing list. But please, first try to browse the mailing list archive. Most of the time you will find the answer to your questions by searching the archive, since it is very likely that someone else has already encountered the same problem and found a solution for it. If you ignore this advice, you should not be surprised if your question is left unanswered - it bores people to answer the same question more than once. This does not mean that you should avoid asking questions, but you should not abuse the available help and you should RTFM before you call for HELP. (Remember the fable of the shepherd boy and the wolves).
For more information See Get helped with mod_perl.
[ TOC ]
Hi, I wrote this document to help people with mod_perl. It does not mean that if you have any question regarding mod_perl, perl or whatever you think I might know, you should send it directly to me. Please see the Get help with mod_perl section and follow the guidelines described there.
However, you are welcome to submit corrections and suggestions directly to me at stas@stason.org?subject=mod_perl%20guide%20corrections. If you are going to submit heavy corrections of the text (I love those!), please help me by downloading the source pages in POD from http://www.stason.org/guide-snapshots/, directly editing them and sending them to me. I will use Emacs Ediff to perform an easy merge of such changes. Thank you!
PLEASE DO NOT SEND QUESTIONS DIRECTLY TO ME, I didn't invite those by writing the guide. They will all be immediately deleted. Please ask questions on the mod_perl list and if we can answer your question, one (or more) of us will answer it on the list. Thank you!
[ TOC ]
http://www.modperl.com is the home site of The Apache Modules Book, a book about creating Web server modules using the Apache API, written by Lincoln Stein and Doug MacEachern.
The book should be available from your local bookstore or from your favourite on-line bookseller. O'Reilly lists this book as:
Writing Apache Modules with Perl and C By Lincoln Stein & Doug MacEachern 1st Edition March 1999 2nd Edition Feb 2000 1-56592-567-X, Order Number: 567X 746 pages, $34.95 |
http://www.modperlbook.com is the home site of the new mod_perl book, that Eric Cholet and Stas Bekman are co-authoring. We expect the book to be published in fall 2000.
Ideas, suggestions and comments are welcome. Please send them to info@modperlbook.com .
by Stas Bekman at http://perl.apache.org/guide
by Frank Cringle at http://perl.apache.org/faq/ .
by Vivek Khera at http://perl.apache.org/tuning/ .
by Doug MacEachern at http://perl.apache.org/src/mod_perl.html .
http://www.refcards.com (Reference cards for Apache and other programs are available from this link)
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 email to modperl-subscribe@apache.org . To unsubscribe send email to modperl-unsubscribe@apache.org . Send email to modperl@apache.org to post to the list.
To subscribe to the digest list send email to modperl-digest-subscribe@apache.org .
A searchable mod_perl mailing list archive is available at http://forum.swarthmore.edu/epigone/modperl . Thanks to Ken Williams for this.
More archives available:
The list for mod_perl advocacy issues, discussions about sites, etc.
Subscribe by sending a mail to advocacy-subscribe@perl.apache.org. Unsubscribe by sending a mail to advocacy-unsubscribe@perl.apache.org. Use advocacy@perl.apache.org to post to the list.
The archive: http://www.mail-archive.com/advocacy@perl.apache.org/.
The modperl developers 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 a list to be on.
To subscribe to this list, send email to modperl-cvs-subscribe@apache.org . To unsubscribe send email to modperl-cvs-unsubscribe@apache.org . Send email to modperl-cvs@apache.org to post to the list.
No archives available.
[ TOC ]
http://world.std.com/~swmcd/steven/perl/module_mechanics.html - This page describes the mechanics of creating, compiling, releasing and maintaining Perl modules.
Send an email:
to perl5-porters-subscribe@perl.org to subscribe to this list.
to perl5-porters-unsubscribe@perl.org to unsubscribe to this list.
to perl5-porters-digest-subscribe@perl.org if you prefer a digest version.
to perl5-porters-digest-unsubscribe@perl.org to unsubscribe from the digest.
to perl5-porters-help@perl.org for more information about the subscription options.
See also http://tile.net/listserv/perl5portersdigest.html and http://tile.net/lists/perl5porters.html .
List's archive is available at http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/.
[ TOC ]
http://www.gunther.web66.com/FAQS/taintmode.html (by Gunther Birznieks)
Send email to majordomo@jann.com with body:
subscribe cgi-list |
[ TOC ]
http://www.refcards.com (other reference cards are also available from this link)
Security and Apache: An Essential Primer http://linuxplanet.com/linuxplanet/print/1527/
Using Apache with Suexec on Linux http://linuxplanet.com/linuxplanet/print/1445/
Installing and Securing the Apache Webserver with SSL http://www.securityfocus.com/focus/sun/articles/apache-inst.html?&_ref=1653102939
mod_throttle_access is available at http://www.fremen.org/apache/
[ TOC ]
http://www.saturn5.com/~jwb/dbi-examples.html (by Jeffrey William Baker).
http://outside.organic.com/mail-archives/dbi-users/ http://www.xray.mpe.mpg.de/mailing-lists/dbi/
http://perl.apache.org/src/mod_perl.html#PERSISTENT_DATABASE_CONNECTIONS
[ TOC ]
Home page - http://squid.nlanr.net/
Users Guide - http://squid.nlanr.net/Squid/Users-Guide/
Mailing lists - http://squid.nlanr.net/Squid/mailing-lists.html
[ TOC ]
mod_perl repository specific doc: mod_perl_cvs.pod, located in the root of the mod_perl source distribution and online at http://perl.apache.org/mod_perl_cvs.html
Open Source Development with CVS http://cvsbook.red-bean.com/
Online Documents http://www.sourcegear.com/CVS/Docs/online
CVS Quick Reference http://www.sourcegear.com/CVS/Docs/ref
CVS Books http://www.sourcegear.com/CVS/Docs/books
User-Written FAQ http://www.sourcegear.com/CVS/Docs/docfaq
Introduction to CVS http://www.sourcegear.com/CVS/Docs/blandy
Your corrections of the technical and grammatical
errors are very welcome. You are encouraged to help me
improve this guide. If you have something to contribute
please send it
directly to me.
|
The
Writing Apache Modules with Perl and C
book can be purchased online from O'Reilly
and
Amazon.com.
|
Written by Stas Bekman. Last Modified at 10/04/2000 |
|
Use of the Camel for Perl is a trademark of O'Reilly & Associates, and is used by permission. |