cvs commit: modperl-docs/src/docs/general/os/win32 .cvsignore

2003-01-06 Thread randyk
randyk  2003/01/06 14:23:28

  Added:   src/docs/general/os .cvsignore
   src/docs/general/os/win32 .cvsignore
  Log:
  added .cvsignore files
  
  Revision  ChangesPath
  1.1  modperl-docs/src/docs/general/os/.cvsignore
  
  Index: .cvsignore
  ===
  cache.*.dat
  
  
  1.1  modperl-docs/src/docs/general/os/win32/.cvsignore
  
  Index: .cvsignore
  ===
  cache.*.dat
  
  

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



cvs commit: modperl-docs/src/docs/general/os/win32 Changes.pod config.cfg faq.pod

2003-01-06 Thread randyk
randyk  2003/01/06 14:21:36

  Modified:src/docs/1.0/os/win32 config.pod install.pod
   src/docs/2.0/os/win32 config.pod faq.pod install.pod
   src/docs/general config.cfg
  Added:   src/docs/general/os config.cfg
   src/docs/general/os/win32 Changes.pod config.cfg faq.pod
  Log:
  moved bulk of Win32 mod_perl faq to general/os/win32/
  
  Revision  ChangesPath
  1.7   +1 -1  modperl-docs/src/docs/1.0/os/win32/config.pod
  
  Index: config.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/win32/config.pod,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- config.pod2 Jan 2003 07:56:04 -   1.6
  +++ config.pod6 Jan 2003 22:21:35 -   1.7
  @@ -128,7 +128,7 @@
   Win32|docs::1.0::os::win32::install>, the L, L,
   and the
  -L.
  +L.
   Help is also available through the archives of and subscribing to
   the L.
   
  
  
  
  1.22  +3 -3  modperl-docs/src/docs/1.0/os/win32/install.pod
  
  Index: install.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/win32/install.pod,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- install.pod   3 Jan 2003 16:48:43 -   1.21
  +++ install.pod   6 Jan 2003 22:21:35 -   1.22
  @@ -226,10 +226,10 @@
   necessary Perl and Apache binaries: IndigoPerl from
   L, and the self-extracting archive
   F from
  -L - see the file
  +L - see the file
   F for a description. If you have trouble
   fetching the whole file at once, the directory
  -L
  +L
   contains this distribution split across multiple files -
   see F for instructions on how to join them.
   Alternatively, if you have Perl already, you can get the script
  @@ -344,7 +344,7 @@
   Win32|docs::1.0::os::win32::config>, the L, L,
   and the
  -L.
  +L.
   Help is also available through the archives of and subscribing to
   the L.
   
  
  
  
  1.10  +1 -1  modperl-docs/src/docs/2.0/os/win32/config.pod
  
  Index: config.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/os/win32/config.pod,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- config.pod2 Jan 2003 07:56:04 -   1.9
  +++ config.pod6 Jan 2003 22:21:35 -   1.10
  @@ -190,7 +190,7 @@
   L, L,
   L,
   and the
  -L.
  +L.
   Help is also available through the archives of and subscribing to
   the L.
   
  
  
  
  1.3   +3 -146modperl-docs/src/docs/2.0/os/win32/faq.pod
  
  Index: faq.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/os/win32/faq.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- faq.pod   3 Jan 2003 04:43:05 -   1.2
  +++ faq.pod   6 Jan 2003 22:21:35 -   1.3
  @@ -5,156 +5,13 @@
   =head1 Description
   
   This document discusses some questions that arise often
  -with mod_perl on Win32.
  +with mod_perl 2.0 on Win32.
   
  -=head1 Obtaining mod_perl
  -
  -=head2 Do I need Perl to use mod_perl?
  -
  -Yes, Perl is required. You can obtain a Win32 Perl
  -binary from L. See also
  -the all-in-one binary packages for both
  -L
  -and
  -L
  -which include Perl, Apache, and mod_perl.
  -
  -=head2 Are mod_perl ppm packages available?
  -
  -PPM packages for both
  -L
  -and 
  -L
  -are available.
  -
  -=head2 Should I use mod_perl 1.0 or mod_perl 2.0?
  -
  -L, for use with Apache 1.0, 
  -is stable and well tested, while 
  -L, for use with 
  -Apache 2.0, is in a development stage. Normally, therefore, one
  -would recommend mod_perl 2.0 only in a testing and development
  -environment. However, on Win32 mod_perl 1.0 is subject to some serious
  -L
  -which are overcome with mod_perl 2.0; this, coupled
  -with the improved performance of Apache 2.0 on Win32, may
  -make mod_perl 2.0 a better choice.
  -
  -=head1 Installing mod_perl
  -
  -=head2 I get an "unable to load mod_perl.so" error when starting
  -Apache.
  -
  -This can be due to a number of reasons.
  -
  -=over 
  -
  -=item *
  -
  -Verify that mod_perl.so was compiled against the same Perl and Apache
  -versions that you are using.
  -
  -=item *
  -
  -Check that the directory containing C is in your I 
environment variable.
  -
  -=item *
  -
  -Try inserting a directive
  -
  -   LoadFile "C:/Path/to/your/Perl/bin/

cvs commit: modperl-docs/src/docs/general/os/win32 - New directory

2003-01-06 Thread randyk
randyk  2003/01/06 13:55:40

  modperl-docs/src/docs/general/os/win32 - New directory

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



cvs commit: modperl-docs/src/docs/general/os - New directory

2003-01-06 Thread randyk
randyk  2003/01/06 13:55:01

  modperl-docs/src/docs/general/os - New directory

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