
fwiles at apache
Feb 26, 2006, 2:09 PM
Post #1 of 1
(1016 views)
Permalink
|
|
svn commit: r381179 - /perl/modperl/docs/trunk/src/docs/2.0/user/intro/start_fast.pod
|
|
Author: fwiles Date: Sun Feb 26 14:09:56 2006 New Revision: 381179 URL: http://svn.apache.org/viewcvs?rev=381179&view=rev Log: Fixed two small typos in src/docs/2.0/user/intro/start_fast.pod and changed a bit of wording to make to text clearer. Modified: perl/modperl/docs/trunk/src/docs/2.0/user/intro/start_fast.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/user/intro/start_fast.pod URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/intro/start_fast.pod?rev=381179&r1=381178&r2=381179&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/user/intro/start_fast.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/user/intro/start_fast.pod Sun Feb 26 14:09:56 2006 @@ -14,7 +14,7 @@ First, L<download|download::index> the mod_perl 2.0 source. -Before installing mod_perl, you need check that you have the +Before installing mod_perl, you need to check that you have the L<mod_perl 2.0 prerequisites|docs::2.0::user::install::install/Prerequisites> B<installed>. Apache and the right Perl version have to be built and installed @@ -93,7 +93,7 @@ =head1 Registry Scripts -To enable registry scripts add to I<httpd.conf>: +To enable registry scripts add the following to I<httpd.conf>: Alias /perl/ /home/httpd/httpd-2.0/perl/ <Location /perl/> @@ -129,7 +129,7 @@ For more information on the registry scripts refer to the C<L<ModPerl::Registry|docs::2.0::api::ModPerl::Registry>> -manapage. (XXX: on day there will a tutorial on registry, should port +manapage. (XXX: one day there will a tutorial on registry, should port it from 1.0's docs). --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|