cvs commit: modperl-docs/src/docs/2.0/os/win32 faq.pod config.cfg config.pod install.pod

2003-01-02 Thread randyk
randyk  2003/01/01 23:56:04

  Modified:src/docs/1.0/os/win32 config.pod install.pod
   src/docs/2.0/os/win32 config.cfg config.pod install.pod
  Added:   src/docs/2.0/os/win32 faq.pod
  Log:
  added win32 faq
  
  Revision  ChangesPath
  1.6   +3 -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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- config.pod28 Dec 2002 20:35:27 -  1.5
  +++ config.pod2 Jan 2003 07:56:04 -   1.6
  @@ -126,7 +126,9 @@
   
   The directions for L, the L, L.
  +documentation|docs::index>, L,
  +and the
  +L.
   Help is also available through the archives of and subscribing to
   the L.
   
  
  
  
  1.18  +3 -1  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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- install.pod   31 Dec 2002 19:24:25 -  1.17
  +++ install.pod   2 Jan 2003 07:56:04 -   1.18
  @@ -334,7 +334,9 @@
   
   The directions for L, the L, L.
  +documentation|docs::index>, L,
  +and the
  +L.
   Help is also available through the archives of and subscribing to
   the L.
   
  
  
  
  1.8   +1 -0  modperl-docs/src/docs/2.0/os/win32/config.cfg
  
  Index: config.cfg
  ===
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/os/win32/config.cfg,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- config.cfg21 Dec 2002 07:26:16 -  1.7
  +++ config.cfg2 Jan 2003 07:56:04 -   1.8
  @@ -12,6 +12,7 @@
   chapters => [qw(
   install.pod
   config.pod
  +faq.pod
   )],
   
   copy_glob => [qw(
  
  
  
  1.9   +4 -2  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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- config.pod28 Dec 2002 20:35:28 -  1.8
  +++ config.pod2 Jan 2003 07:56:04 -   1.9
  @@ -187,8 +187,10 @@
   The directions for L, the L, L,
  -L, L, and
  -L.  
  +L, L,
  +L,
  +and the
  +L.
   Help is also available through the archives of and subscribing to
   the L.
   
  
  
  
  1.16  +3 -1  modperl-docs/src/docs/2.0/os/win32/install.pod
  
  Index: install.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/os/win32/install.pod,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- install.pod   31 Dec 2002 19:24:25 -  1.15
  +++ install.pod   2 Jan 2003 07:56:04 -   1.16
  @@ -223,7 +223,9 @@
   The directions for L, the L, L,
  -L, and L.  
  +L, L,
  +and the
  +L.  
   Help is also available through the archives of and subscribing to
   the L.
   
  
  
  
  1.1  modperl-docs/src/docs/2.0/os/win32/faq.pod
  
  Index: faq.pod
  ===
  =head1 NAME
  
  Frequently asked questions for mod_perl on Win32
  
  =head1 Description
  
  This document discusses some questions that arise often
  with mod_perl 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.
  
  =hea

cvs commit: modperl-docs/src/docs/2.0/os/win32 install.pod

2003-01-02 Thread randyk
randyk  2003/01/02 12:51:35

  Modified:src/docs/1.0/os/win32 install.pod
   src/docs/2.0/os/win32 install.pod
  Log:
  describe how to get all-in-one packages from a split distribution
  
  Revision  ChangesPath
  1.19  +6 -2  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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- install.pod   2 Jan 2003 07:56:04 -   1.18
  +++ install.pod   2 Jan 2003 20:51:35 -   1.19
  @@ -226,8 +226,12 @@
   necessary Perl and Apache binaries: IndigoPerl from
   L, and the self-extracting archive
   F from
  -L (see the file
  -F for a description).
  +L - see the file
  +F for a description. If you have trouble
  +fetching the whole file at once, the directory
  +L
  +contains this distribution split across multiple files -
  +see F for instructions on how to join them.
   
   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
  
  
  
  1.17  +5 -1  modperl-docs/src/docs/2.0/os/win32/install.pod
  
  Index: install.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/os/win32/install.pod,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- install.pod   2 Jan 2003 07:56:04 -   1.16
  +++ install.pod   2 Jan 2003 20:51:35 -   1.17
  @@ -216,7 +216,11 @@
   archive F containing a binary version
   of perl-5.8 (compatible with ActivePerl 8xx), together with Apache 2.0
   and mod_perl 2.0. See the file F for
  -a description.
  +a description. If you have trouble
  +fetching the whole file at once, the directory
  +L
  +contains this distribution split across multiple files -
  +see F for instructions on how to join them.
   
   =head1 See Also
   
  
  
  

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



cvs commit: modperl-docs/src/docs/2.0/os/win32 get-Perl-5.8-win32-bin config.cfg install.pod

2003-01-02 Thread randyk
randyk  2003/01/02 13:56:50

  Modified:src/docs/1.0/os/win32 config.cfg install.pod
   src/docs/2.0/os/win32 config.cfg install.pod
  Added:   src/docs/1.0/os/win32 get-perl-win32-bin
   src/docs/2.0/os/win32 get-Perl-5.8-win32-bin
  Log:
  added script to fetch, build, and install all-in-one packages.
  
  Revision  ChangesPath
  1.8   +1 -0  modperl-docs/src/docs/1.0/os/win32/config.cfg
  
  Index: config.cfg
  ===
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/win32/config.cfg,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- config.cfg21 Dec 2002 07:26:16 -  1.7
  +++ config.cfg2 Jan 2003 21:56:50 -   1.8
  @@ -17,6 +17,7 @@
   
   copy_glob => [qw(
   mpinstall
  + get-perl-win32-bin
   )],
   
   changes => 'Changes.pod',
  
  
  
  1.20  +4 -0  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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- install.pod   2 Jan 2003 20:51:35 -   1.19
  +++ install.pod   2 Jan 2003 21:56:50 -   1.20
  @@ -232,6 +232,10 @@
   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
  +F which, when invoked as
  +C, will fetch and join
  +the files for you.
   
   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
  
  
  
  1.1  modperl-docs/src/docs/1.0/os/win32/get-perl-win32-bin
  
  Index: get-perl-win32-bin
  ===
  #
  # A Perl script to retrieve and join split files 
  # making up a Win32 Perl/Apache binary distribution
  #
  # Files created by hjsplit (http://www.freebyte.com/hjsplit/)
  # with the joining accomplished by hj-join
  #
  # This script is Copyright 2003, by Randy Kobes,
  # and may be distributed under the same terms as Perl itself.
  # Please report problems to Randy Kobes <[EMAIL PROTECTED]>
  #
  
  use strict;
  use warnings;
  use LWP::Simple;
  use Safe;
  use Digest::MD5;
  use IO::File;
  use ExtUtils::MakeMaker;
  
  my $dist = 'perl-win32-bin';
  my $exe = $dist . '.exe';
  my $theoryx5 = 'ftp://theoryx5.uwinnipeg.ca/pub/other' . '/' . $dist;
  my $max = 9;
  
  print <<"END";
  
  This script will fetch and then join the files needed for 
  creating the Perl/Apache Win32 binary distribution
  $exe from $theoryx5/. 
  
  If the file transfer is interrupted before all the neccessary
  files are joined, run the script again in the same directory;
  files successfully fetched earlier will not be downloaded again.
  
  END
  
  my $ans = prompt("Fetch $exe?", 'yes');
  die "Installation aborted" unless ($ans =~ /^y/i);
  
  my $cs = 'CHECKSUMS';
  my $checksums = $theoryx5 . '/' . $cs;
  
  my $join = 'join32.exe';
  my $rjoin = $theoryx5 . '/' . $join;
  
  # fetch the CHECKSUMS file
  print "Fetching $cs ...";
  getstore($checksums, $cs);
  print " done!\n";
  die "Failed to fetch $cs" unless (-e $cs);
  
  # fetch the join program
  unless (-e $join) {
print "Fetching $join ...";
getstore($rjoin, $join);
print " done!\n";
die "Failed to fetch $join" unless (-e $join);
unless (verifyMD5($join)) {
  print qq{CHECKSUM check for "$join" failed.\n};
  unlink $join or warn "Cannot unlink $join: $!";
  die;
}
  }
  
  # fetch the split files
  my @files;
  for (1 .. $max) {
my $num = $_ < 10 ? "00$_" : "0$_";
my $file = $dist . '.exe.' . $num;
push @files, $file;
if (-e $file) {
  print "Skipping $file ...\n";
  next;
}
my $rfile = $theoryx5 . '/' . $file;
print "Fetching $file ...";
getstore($rfile, $file);
print " done!\n";
die "Failed to fetch $file" unless (-e $file);
unless (verifyMD5($file)) {
  print qq{CHECKSUM check for "$file" failed.\n};
  unlink $file or warn "Cannot unlink $file: $!";
  die;
}
  }
  
  #now join them
  my @args = ('join32');
  system(@args);
  die "Joining files to create $exe failed" unless (-e $exe);
  
  # remove the temporary files, if desired
  $ans = prompt('Remove temporary files?', 'yes');
  if ($ans =~ /^y/i) {
unlink @files or warn "Cannot unlink @files: $!";
  }
  
  # run the exe, if desired
  $ans = prompt("Run $exe now?", 'yes');
  if ($ans =~ /^y/i) {
 @args = ($exe);
 system(@args);
  }
  else

cvs commit: modperl-docs/src/outstanding/stats graph.jpg input.data netcraft.html pseudo-graph.jpg securityspace.html

2003-01-02 Thread stas
stas2003/01/01 16:49:04

  Modified:src/outstanding/stats graph.jpg input.data netcraft.html
pseudo-graph.jpg securityspace.html
  Log:
  Dec 2002 stats update
  
  Revision  ChangesPath
  1.11  +146 -152  modperl-docs/src/outstanding/stats/graph.jpg
  
<>
  
  
  1.11  +1 -0  modperl-docs/src/outstanding/stats/input.data
  
  Index: input.data
  ===
  RCS file: /home/cvs/modperl-docs/src/outstanding/stats/input.data,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- input.data1 Dec 2002 15:04:30 -   1.10
  +++ input.data2 Jan 2003 00:49:04 -   1.11
  @@ -1,4 +1,5 @@
   # this file must have the columns \t separated 
  +December 20024082690 461309
   November 20023943776 462402
   October 2002 3753202 434418
   September 2002   3882275 438194
  
  
  
  1.11  +1 -0  modperl-docs/src/outstanding/stats/netcraft.html
  
  Index: netcraft.html
  ===
  RCS file: /home/cvs/modperl-docs/src/outstanding/stats/netcraft.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- netcraft.html 1 Dec 2002 15:04:30 -   1.10
  +++ netcraft.html 2 Jan 2003 00:49:04 -   1.11
  @@ -31,6 +31,7 @@
   
   
   SurveyHostnamesUnique IP Addresses
  + December 2002  4082690461309
November 2002  3943776462402
October 2002   3753202434418
September 2002 3882275438194
  
  
  
  1.11  +45 -55modperl-docs/src/outstanding/stats/pseudo-graph.jpg
  
<>
  
  
  1.12  +2 -2  modperl-docs/src/outstanding/stats/securityspace.html
  
  Index: securityspace.html
  ===
  RCS file: /home/cvs/modperl-docs/src/outstanding/stats/securityspace.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- securityspace.html1 Dec 2002 15:04:30 -   1.11
  +++ securityspace.html2 Jan 2003 00:49:04 -   1.12
  @@ -7,12 +7,12 @@
   
   
SecuritySpace provides an http://www.securityspace.com/s_survey/data/man.200211/apachemods.html?mod=cGVybA==";>Apache
  
+href="http://www.securityspace.com/s_survey/data/man.200212/apachemods.html?mod=cGVybA==";>Apache
   Module Report on mod_perl comprising statistics and a graph based
   on the data collected by http://www.securityspace.com/";>www.securityspace.com. They
   also feature http://www.securityspace.com/s_survey/data/man.200211/apachemods.html";>a
  
+href="http://www.securityspace.com/s_survey/data/man.200212/apachemods.html";>a
   comparison between all the Apache modules they survey.  
   
   
  
  
  

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