stas 02/01/10 14:30:37
Modified: . win32_binaries.html win32_binaries.pod
win32_compile.html win32_compile.pod
win32_multithread.html win32_multithread.pod
Log:
AddModule mod_perl.c comments
Submitted by: Randy Kobes <[EMAIL PROTECTED]>
Revision Changes Path
1.2 +21 -2 modperl-site/win32_binaries.html
Index: win32_binaries.html
===================================================================
RCS file: /home/cvs/modperl-site/win32_binaries.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- win32_binaries.html 21 Dec 2001 07:44:43 -0000 1.1
+++ win32_binaries.html 10 Jan 2002 22:30:37 -0000 1.2
@@ -44,13 +44,23 @@
<PRE>
<A HREF="http://www.indigostar.com/">http://www.indigostar.com/</A></PRE>
<PRE>
- <A
HREF="ftp://theoryx5.uwinnipeg.ca/pub/other/perl-win32-bin-x.x.exe">ftp://theoryx5.uwinnipeg.ca/pub/other/perl-win32-bin-x.x.exe</A></PRE>
+ <A HREF="ftp://theoryx5.uwinnipeg.ca/pub/other/">
+ftp://theoryx5.uwinnipeg.ca/pub/other/perl-win32-bin-x.x.exe</A></PRE>
<P>As well as including a number of non-core modules, both of these
packages contain mod_perl. See the documentation on the web sites and
that included with the packages for installation instructions. Both of
these also include an ActiveState-compatible <CODE>ppm</CODE> (Perl Package
Manager) utility for adding and upgrading modules.</P>
<P>
+For the adventuresome who want a taste of things to come, a
+mod_perl-2.0/Apache-2.0 binary distribution based on cvs
+sources is available from
+<A HREF="ftp://theoryx5.uwinnipeg.ca/pub/other/Apache2.tar.gz">
+ftp://theoryx5.uwinnipeg.ca/pub/other/Apache2.tar.gz</A>.
+See the accompanying <EM>Apache2.readme</EM> file in this directory for more
+details. Be aware though that, being a pre-release version,
+bugs are most likely present.</P>
+<P>
<HR>
<H1><A NAME="ppm packages">PPM Packages</A></H1>
<P>For users of ActivePerl, available from</P>
@@ -107,7 +117,16 @@
<PRE>
LoadModule perl_module modules/mod_perl.so</PRE>
<P>Be sure that the path to your Perl binary (eg, <EM>C:\Perl\bin</EM>) is in
-your <CODE>PATH</CODE> environment variable.</P>
+your <CODE>PATH</CODE> environment variable. If you have a
+<CODE>ClearModuleList</CODE>
+directive enabled in <EM>httpd.conf</EM>, you may also need to add
+<PRE>
+ AddModule mod_perl.c</PRE>
+<P>See the descriptions of the <CODE>ClearModuleList</CODE> and
+<CODE>AddModule</CODE>
+directives in the Apache documents for more details, especially
+concerning the relative order of these and the
+<CODE>LoadModule</CODE> directive.</P>
<P>
<H2><A NAME="registry scripts">Registry scripts</A></H2>
<P>Using <CODE>Apache::Registry</CODE> to speed up cgi scripts may be done as
1.2 +16 -1 modperl-site/win32_binaries.pod
Index: win32_binaries.pod
===================================================================
RCS file: /home/cvs/modperl-site/win32_binaries.pod,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- win32_binaries.pod 21 Dec 2001 07:44:43 -0000 1.1
+++ win32_binaries.pod 10 Jan 2002 22:30:37 -0000 1.2
@@ -23,6 +23,14 @@
these also include an ActiveState-compatible C<ppm> (Perl Package
Manager) utility for adding and upgrading modules.
+For the adventuresome who want a taste of things to come, a
+mod_perl-2.0/Apache-2.0 binary distribution based on cvs
+sources is available from
+ftp://theoryx5.uwinnipeg.ca/pub/other/Apache2.tar.gz.
+See the accompanying F<Apache2.readme> file in this directory for more
+details. Be aware though that, being a pre-release version,
+bugs are most likely present.
+
=head1 PPM Packages
For users of ActivePerl, available from
@@ -87,7 +95,14 @@
LoadModule perl_module modules/mod_perl.so
Be sure that the path to your Perl binary (eg, F<C:\Perl\bin>) is in
-your C<PATH> environment variable.
+your C<PATH> environment variable. If you have a C<ClearModuleList>
+directive enabled in F<httpd.conf>, you may also need to add
+
+ AddModule mod_perl.c
+
+See the descriptions of the C<ClearModuleList> and C<AddModule>
+directives in the Apache documents for more details, especially
+concerning the relative order of these and the C<LoadModule> directive.
=head2 Registry scripts
1.2 +10 -1 modperl-site/win32_compile.html
Index: win32_compile.html
===================================================================
RCS file: /home/cvs/modperl-site/win32_compile.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- win32_compile.html 21 Dec 2001 07:44:43 -0000 1.1
+++ win32_compile.html 10 Jan 2002 22:30:37 -0000 1.2
@@ -162,7 +162,16 @@
<PRE>
LoadModule perl_module modules/mod_perl.so</PRE>
<P>Be sure that the path to your Perl binary (eg, <EM>C:\Perl\bin</EM>)
-is in your <CODE>PATH</CODE> environment variable.</P>
+is in your <CODE>PATH</CODE> environment variable. If you have a
+<CODE>ClearModuleList</CODE>
+directive enabled in <EM>httpd.conf</EM>, you may also need to add
+<PRE>
+ AddModule mod_perl.c</PRE>
+<P>See the descriptions of the <CODE>ClearModuleList</CODE> and
+<CODE>AddModule</CODE>
+directives in the Apache documents for more details, especially
+concerning the relative order of these and the
+<CODE>LoadModule</CODE> directive.</P>
<P>
<HR>
<H1><A NAME="see also">SEE ALSO</A></H1>
1.2 +8 -1 modperl-site/win32_compile.pod
Index: win32_compile.pod
===================================================================
RCS file: /home/cvs/modperl-site/win32_compile.pod,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- win32_compile.pod 21 Dec 2001 07:44:43 -0000 1.1
+++ win32_compile.pod 10 Jan 2002 22:30:37 -0000 1.2
@@ -158,7 +158,14 @@
LoadModule perl_module modules/mod_perl.so
Be sure that the path to your Perl binary (eg, F<C:\Perl\bin>)
-is in your C<PATH> environment variable.
+is in your C<PATH> environment variable. If you have a C<ClearModuleList>
+directive enabled in F<httpd.conf>, you may also need to add
+
+ AddModule mod_perl.c
+
+See the descriptions of the C<ClearModuleList> and C<AddModule>
+directives in the Apache documents for more details, especially
+concerning the relative order of these and the C<LoadModule> directive.
=head1 SEE ALSO
1.2 +10 -1 modperl-site/win32_multithread.html
Index: win32_multithread.html
===================================================================
RCS file: /home/cvs/modperl-site/win32_multithread.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- win32_multithread.html 21 Dec 2001 07:44:43 -0000 1.1
+++ win32_multithread.html 10 Jan 2002 22:30:37 -0000 1.2
@@ -48,7 +48,16 @@
Win32 port; if you would like a preview and/or would like to
contribute to the development process, see the documents on obtaining
mod_perl-2.0 by cvs, which can be obtained from mod_perl's home page
-at <A HREF="http://perl.apache.org/.">http://perl.apache.org/.</A></P>
+at <A HREF="http://perl.apache.org/.">http://perl.apache.org/.</A>
+Alternatively, a
+mod_perl-2.0/Apache-2.0 binary distribution based on these cvs
+sources is available from
+<A HREF="ftp://theoryx5.uwinnipeg.ca/pub/other/Apache2.tar.gz">
+ftp://theoryx5.uwinnipeg.ca/pub/other/Apache2.tar.gz</A>.
+See the accompanying <EM>Apache2.readme</EM> file in this directory for more
+details. Be aware though that, being a pre-release version,
+bugs are most likely present.</P>
+</P>
<P>
<HR>
<H1><A NAME="does it really matter">Does it really matter?</A></H1>
1.2 +7 -1 modperl-site/win32_multithread.pod
Index: win32_multithread.pod
===================================================================
RCS file: /home/cvs/modperl-site/win32_multithread.pod,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- win32_multithread.pod 21 Dec 2001 07:44:43 -0000 1.1
+++ win32_multithread.pod 10 Jan 2002 22:30:37 -0000 1.2
@@ -28,7 +28,13 @@
Win32 port; if you would like a preview and/or would like to
contribute to the development process, see the documents on obtaining
mod_perl-2.0 by cvs, which can be obtained from mod_perl's home page
-at http://perl.apache.org/.
+at http://perl.apache.org/. Alternatively, a
+mod_perl-2.0/Apache-2.0 binary distribution based on these cvs
+sources is available from
+ftp://theoryx5.uwinnipeg.ca/pub/other/Apache2.tar.gz.
+See the accompanying F<Apache2.readme> file in this directory for more
+details. Be aware though that, being a pre-release version,
+bugs are most likely present.
=head1 Does it really matter?