stas        02/01/10 14:32:08

  Modified:    src/docs/1.0/win32 win32_binaries.pod win32_compile.pod
                        win32_multithread.pod
  Log:
  AddModule mod_perl.c" comments
  
  Revision  Changes    Path
  1.2       +16 -1     modperl-docs/src/docs/1.0/win32/win32_binaries.pod
  
  Index: win32_binaries.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/win32/win32_binaries.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- win32_binaries.pod        5 Jan 2002 19:20:01 -0000       1.1
  +++ win32_binaries.pod        10 Jan 2002 22:32:08 -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       +8 -1      modperl-docs/src/docs/1.0/win32/win32_compile.pod
  
  Index: win32_compile.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/win32/win32_compile.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- win32_compile.pod 5 Jan 2002 19:20:01 -0000       1.1
  +++ win32_compile.pod 10 Jan 2002 22:32:08 -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       +7 -1      modperl-docs/src/docs/1.0/win32/win32_multithread.pod
  
  Index: win32_multithread.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/win32/win32_multithread.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- win32_multithread.pod     5 Jan 2002 19:20:01 -0000       1.1
  +++ win32_multithread.pod     10 Jan 2002 22:32:08 -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?
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to