cvs commit: modperl ToDo

2000-08-21 Thread dougm

dougm   00/08/21 10:40:22

  Modified:.ToDo
  Log:
  todo
  
  Revision  ChangesPath
  1.246 +8 -0  modperl/ToDo
  
  Index: ToDo
  ===
  RCS file: /home/cvs/modperl/ToDo,v
  retrieving revision 1.245
  retrieving revision 1.246
  diff -u -r1.245 -r1.246
  --- ToDo  2000/08/17 21:19:34 1.245
  +++ ToDo  2000/08/21 17:40:19 1.246
  @@ -3,6 +3,14 @@
(well, close to it anyhow)
   ---
   
  +- replace Apache::StatINC with Apache::ModuleReload?
  +
  +- ken f's send_header patch
  +
  +- ken w's Apache::test patch
  +
  +- Makefile.PL options should be saved into a .pm installed file
  +
   - allow $r->server->uid($new_uid) ?
 [Rob Giseburt <[EMAIL PROTECTED]>]
   
  
  
  



cvs commit: modperl-site/guide CHANGES config.html control.html correct_headers.html help.html index.html index_long.html install.html mod_perl_guide.pdf.gz performance.html perl.html porting.html scenario.html security.html snippets.html strategy.html troubleshooting.html obvious.html

2000-08-21 Thread sbekman

sbekman 00/08/21 06:18:23

  Modified:guideCHANGES config.html control.html
correct_headers.html help.html index.html
index_long.html install.html mod_perl_guide.pdf.gz
performance.html perl.html porting.html
scenario.html security.html snippets.html
strategy.html troubleshooting.html
  Removed: guideobvious.html
  Log:
  * mod_perl guide's build process is now completely migrated into an
external module, distributed in package Pod::HtmlPSPdf.
  
  * install.pod: Raven SSL installation notes updated (Doug, Geoffrey
Young)
  
  *  troubleshooting.pod: install_driver(Oracle) failed: Can't load
 '.../DBD/Oracle/Oracle.so' for module DBD::Oracle (Yann Ramin,
 Richard Chen)
  
  * security.pod: a code sample in "Non authenticated access for
internal IPs, Authenticated for external IPs" is corrected (Will
Trillich)
  
  * porting.pod: "CHECK Blocks" (Doug)
  
  * scenario.pod: "The dual server installation scenario was complete
rewritten, to accomodate a better in my opinion directories layout
and simpler installation process"
  
  * perl.pod: "Exception Handling for mod_perl" was improved by Matt
Sergeant.
  
  * Minor corrections:
o config (Ron Pero)
  
  Revision  ChangesPath
  1.26  +26 -0 modperl-site/guide/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /home/cvs/modperl-site/guide/CHANGES,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- CHANGES   2000/08/05 20:48:04 1.25
  +++ CHANGES   2000/08/21 13:18:00 1.26
  @@ -2,6 +2,32 @@
### mod_perl Guide CHANGES file ###
###
   
  +08.21.2000 ver 1.26
  +
  +* mod_perl guide's build process is now completely migrated into an
  +  external module, distributed in package Pod::HtmlPSPdf.
  +
  +* install.pod: Raven SSL installation notes updated (Doug, Geoffrey
  +  Young)
  +
  +*  troubleshooting.pod: install_driver(Oracle) failed: Can't load
  +   '.../DBD/Oracle/Oracle.so' for module DBD::Oracle (Yann Ramin,
  +   Richard Chen)
  +
  +* security.pod: a code sample in "Non authenticated access for
  +  internal IPs, Authenticated for external IPs" is corrected (Will
  +  Trillich)
  +
  +* porting.pod: "CHECK Blocks" (Doug)
  +
  +* scenario.pod: "The dual server installation scenario was complete
  +  rewritten, to accomodate a better in my opinion directories layout
  +  and simpler installation process"
  +
  +* perl.pod: "Exception Handling for mod_perl" was improved by Matt.
  +
  +* Minor corrections: 
  +  o config (Ron Pero)
   
   08.05.2000 ver 1.25
   
  
  
  
  1.28  +11 -10modperl-site/guide/config.html
  
  Index: config.html
  ===
  RCS file: /home/cvs/modperl-site/guide/config.html,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- config.html   2000/08/05 20:48:04 1.27
  +++ config.html   2000/08/21 13:18:00 1.28
  @@ -52,7 +52,7 @@
Alias Configurations

   
  - Running CGI, 
PerlRun, and Registry Scripts located in the same Directory
  + Running CGI, 
PerlRun, and Registry Scripts Located in the Same Directory

   
 
Configuration
  @@ -808,7 +808,7 @@
   
   where latter directive invokes mod_cgi. You shouldn't use the
   ScriptAlias directive unless you want the request to be processed 
under mod_cgi.
  -Therefore when you configure a mod_perl sections use
  +Therefore when you configure mod_perl sections use
   Alias instead.
   
   
  @@ -818,8 +818,9 @@
   Perl*Handlers for more information 
about handlers for the various request phases.
   
   
  -When you have decided what methods to use to run your scripts and where you
  -will keep them, you can add the configuration directive(s) to 
httpd.conf. They will look like those below, but they will of course reflect 
the
  +When you have decided which methods to use to run your scripts and where
  +you will keep them, you can add the configuration directive(s)
  +to httpd.conf. They will look like those below, but they will of course 
reflect the
   locations of your scripts in your file-system and the decisions you have
   made about how to run the scripts:
   
  @@ -846,7 +847,7 @@
   
   [ TOC ]
   
  -Running CGI, PerlRun, and 
Registry Scripts located in the same Directory
  +Running CGI, PerlRun, and 
Registry Scripts Located in the Same Directory
   
   
   
  @@ -881,8 +882,8 @@
   
   This technique makes it easy to migrate your scripts to mod_perl. If your
   script does not seem to be working while running under mod_perl, then in
  -most cases you can easily call the script in strai