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

2004-11-01 Thread stas
stas2004/11/01 14:37:48

  Modified:src/outstanding/stats graph.jpg input.data netcraft.html
pseudo-graph.jpg securityspace.html
  Log:
  stats update
  
  Revision  ChangesPath
  1.25  +170 -166  modperl-docs/src/outstanding/stats/graph.jpg
  
<>
  
  
  1.25  +2 -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.24
  retrieving revision 1.25
  diff -u -u -r1.24 -r1.25
  --- input.data1 Aug 2004 22:46:48 -   1.24
  +++ input.data1 Nov 2004 22:37:48 -   1.25
  @@ -1,4 +1,6 @@
   # this file must have the columns \t separated 
  +September 2004   4735563 409956
  +August 2004  4742739 416808
   July 20044717106 421360
   June 20044751722 427421
   May 2004 4767652 431059
  
  
  
  1.25  +2 -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.24
  retrieving revision 1.25
  diff -u -u -r1.24 -r1.25
  --- netcraft.html 1 Aug 2004 22:46:48 -   1.24
  +++ netcraft.html 1 Nov 2004 22:37:48 -   1.25
  @@ -31,6 +31,8 @@
   
   
   SurveyHostnamesUnique IP Addresses
  + September 2004 4735563409956
  + August 20044742739416808
July 2004  4717106421360
June 2004  4751722427421
May 2004   4767652431059
  
  
  
  1.25  +57 -48modperl-docs/src/outstanding/stats/pseudo-graph.jpg
  
<>
  
  
  1.27  +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.26
  retrieving revision 1.27
  diff -u -u -r1.26 -r1.27
  --- securityspace.html1 Aug 2004 22:46:48 -   1.26
  +++ securityspace.html1 Nov 2004 22:37:48 -   1.27
  @@ -7,12 +7,12 @@
   
   
SecuritySpace provides an http://www.securityspace.com/s_survey/data/man.200407/apachemods.html?mod=cGVybA==";>Apache
  
+href="http://www.securityspace.com/s_survey/data/man.200410/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.200407/apachemods.html";>a
  
+href="http://www.securityspace.com/s_survey/data/man.200410/apachemods.html";>a
   comparison between all the Apache modules they survey.  
   
   
  
  
  

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



cvs commit: modperl-docs/src/docs/2.0/api/Apache PerlSections.pod

2004-11-01 Thread gozer
gozer   2004/11/01 10:04:18

  Modified:src/docs/2.0/api/Apache PerlSections.pod
  Log:
  Whitespace fixup
  
  Revision  ChangesPath
  1.20  +10 -10modperl-docs/src/docs/2.0/api/Apache/PerlSections.pod
  
  Index: PerlSections.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/PerlSections.pod,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- PerlSections.pod  4 Sep 2004 18:37:41 -   1.19
  +++ PerlSections.pod  1 Nov 2004 18:04:18 -   1.20
  @@ -164,17 +164,17 @@
   For example:
   
 
  -
  +  
 $Port = 8529;
  -
  +  
 $Location{"/perl"} = {
SetHandler => "perl-script",
PerlHandler => "Apache::Registry",
Options => "ExecCGI",
 };
  -
  +  
 @DirectoryIndex = qw(index.htm index.html);
  -
  +  
 $VirtualHost{"www.foo.com"} = {
DocumentRoot => "/tmp/docs",
ErrorLog => "/dev/null",
  @@ -187,26 +187,26 @@
  },
},
 };
  -
  +  
 print Apache::PerlSections->dump;
  -
  +  
 
   
   This will print something like this:
   
 $Port = 8529;
  -
  +  
 @DirectoryIndex = (
   'index.htm',
   'index.html'
 );
  -
  +  
 $Location{'/perl'} = (
 PerlHandler => 'Apache::Registry',
 SetHandler => 'perl-script',
 Options => 'ExecCGI'
 );
  -
  +  
 $VirtualHost{'www.foo.com'} = (
 Location => {
   '/' => {
  @@ -219,7 +219,7 @@
 DocumentRoot => '/tmp/docs',
 ErrorLog => '/dev/null'
 );
  -
  +  
 1;
 __END__
   
  
  
  

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