
stas at apache
Jun 10, 2009, 3:14 PM
Post #1 of 1
(1818 views)
Permalink
|
|
svn commit: r783551 - /perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod
|
|
Author: stas Date: Wed Jun 10 22:14:01 2009 New Revision: 783551 URL: http://svn.apache.org/viewvc?rev=783551&view=rev Log: a tiny tweak submitted by mike [at] diehn Modified: perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod?rev=783551&r1=783550&r2=783551&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod Wed Jun 10 22:14:01 2009 @@ -778,7 +778,7 @@ =head2 PerlAccessHandler The I<access_checker> phase is the first of three handlers that are -involved in what's known as AAA: Authentication and Authorization, and +involved in what's known as AAA: Authentication, Authorization, and Access control. This phase can be used to restrict access from a certain IP address, --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|