cvs commit: apachen/htdocs/manual new_features_1_3.html

1997-11-12 Thread dgaudet
dgaudet 97/11/12 15:29:22

  Modified:htdocs/manual new_features_1_3.html
  Log:
  document pchild change
  
  Revision  ChangesPath
  1.33  +6 -1  apachen/htdocs/manual/new_features_1_3.html
  
  Index: new_features_1_3.html
  ===
  RCS file: /export/home/cvs/apachen/htdocs/manual/new_features_1_3.html,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- new_features_1_3.html 1997/11/12 16:29:44 1.32
  +++ new_features_1_3.html 1997/11/12 23:29:18 1.33
  @@ -376,7 +376,12 @@
   listrongcodechild_exit/code function for module API/strongbr
   A new phase called once per heavy-weight process, when it is
   terminating.  Note that it can't be called in some fatal cases (such
  -as segfaults and kill -9).
  +as segfaults and kill -9).  The codechild_init/code and
  +codechild_exit/code functions are passed a pool whose lifetime is
  +the same as the lifetime of the child (modulo completely fatal
  +events in which apache has no hope of recovering).  In contrast,
  +the module codeinit/code function is passed a pool whose lifetime
  +ends when the parent exits or restarts.
   
   listrongcodechild_terminate/code/strongbr
   Used in the child to indicate the child should exit after finishing
  
  
  


cvs commit: apachen/htdocs/manual new_features_1_3.html

1997-10-24 Thread dgaudet
dgaudet 97/10/24 02:44:18

  Modified:htdocs/manual new_features_1_3.html
  Log:
  update with mod_unique_id link
  
  Revision  ChangesPath
  1.29  +4 -5  apachen/htdocs/manual/new_features_1_3.html
  
  Index: new_features_1_3.html
  ===
  RCS file: /export/home/cvs/apachen/htdocs/manual/new_features_1_3.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- new_features_1_3.html 1997/10/20 16:27:47 1.28
  +++ new_features_1_3.html 1997/10/24 09:44:17 1.29
  @@ -275,11 +275,10 @@
   documentation/a for more information.
   
   listrongUnique Identifiers/strongbr
  -mod_unique_id can be included to generate a unique identifier that
  -distinguishes a hit from every other hit.  (Unique has
  -some restrictions on it.)  Documentation to be written.  The
  -identifier is available in the environment variable
  -codeUNIQUE_ID/code.
  +a href=mod/mod_unique_id.htmlmod_unique_id/a can be included
  +to generate a unique identifier that distinguishes a hit from every
  +other hit.  (Unique has some restrictions on it.)  The identifier
  +is available in the environment variable codeUNIQUE_ID/code.
   
   listrongReliable Piped Logs/strongbr
   On almost all Unix architectures Apache now implements reliable
  
  
  


cvs commit: apachen/htdocs/manual new_features_1_3.html

1997-10-20 Thread coar
coar97/10/20 09:27:48

  Modified:htdocs/manual new_features_1_3.html
  Log:
Add the LogFormat nickname stuff to the new for 1.3 document,
fix some typos, and normalise some syntax.  Plus imposing my
personal view of HTML style in some places so Marc, Alexei,
and Jim can gritch at me. g
  
  Revision  ChangesPath
  1.28  +68 -41apachen/htdocs/manual/new_features_1_3.html
  
  Index: new_features_1_3.html
  ===
  RCS file: /export/home/cvs/apachen/htdocs/manual/new_features_1_3.html,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- new_features_1_3.html 1997/10/15 00:24:01 1.27
  +++ new_features_1_3.html 1997/10/20 16:27:47 1.28
  @@ -41,7 +41,7 @@
 mistyped characters. This catches the majority of mistyped requests.
 To make use of this module, it must be enabled in the server's
 CODEConfiguration/CODE file, and the
  -  CODEA HREF=mod/mod_speling.html#checkspellingCheckSpelling/A/CODE
  +  A HREF=mod/mod_speling.html#checkspellingSAMPCheckSpelling/SAMP/A
 directive must be set to CODEon/CODE.
/LI
LIA
  @@ -100,7 +100,7 @@
If a directory listing is displayed using
A
 HREF=mod/mod_autoindex.html#indexoptions
  - FancyIndexing/A,
  + SAMPFancyIndexing/SAMP/A,
clicking on a column title will now sort the listing in
order by the values in that column.  Selecting the column
repeatedly will toggle between ascending and descending order.
  @@ -112,12 +112,12 @@
BR
If a directory is marked for display with FancyIndexing, the listing
page usually follows a predefined format using server-generated HTML.
  - STRONGIf/STRONG the IndexOptions directive for the directory
  + STRONGIf/STRONG the SAMPIndexOptions/SAMP directive for the 
directory
includes the SAMPSuppressHTMLPreamble/SAMP option,
STRONGand/STRONG a file specified by the
A
 HREF=mod/mod_autoindex.html#headername
  - HeaderName/A
  + SAMPHeaderName/SAMP/A
directive is found in the directory, STRONGand/STRONG the header
file is recognized as containing HTML (determined by the file
extension), STRONGthen/STRONG the module will assume that the
  @@ -134,7 +134,7 @@
the script.  This allows CGI script to provide partial status reports
during long processing operations.
   /LI
  -liba href=windows.htmlSupport for Windows NT/95/a/bbr
  +liSTRONGa href=windows.htmlSupport for Windows NT/95/a/STRONGbr
   Apache now supports the Windows NT and Windows 95 operating systems,
   as well as the Unix systems supported in previos releases. Although the
   Windows version of Apache may not be perform as well as on the Unix
  @@ -142,19 +142,19 @@
   Windows gives Apache the ability to run on a large number of web
   servers it was not previously able to.
   
  -liba href=mod/mod_alias.htmlRegular Expression support for Alias
  -and Redirect/a/b
  +liSTRONGa href=mod/mod_alias.htmlRegular Expression support for
  +SAMPAlias/SAMP and SAMPRedirect/SAMP/a/STRONG
   br
  -New codea href=mod/mod_alias.html#aliasmatchAliasMatch/a/code,
  -codea
  -href=mod/mod_alias.html#scriptaliasmatchScriptAliasMatch/a/code, and
  -codea
  -href=mod/mod_alias.html#redirectmatchRedirectMatch/a/code
  +New a href=mod/mod_alias.html#aliasmatchSAMPAliasMatch/SAMP/a,
  +a href=mod/mod_alias.html#scriptaliasmatch
  +SAMPScriptAliasMatch/SAMP/a, and
  +a href=mod/mod_alias.html#redirectmatchSAMPRedirectMatch/SAMP/a
   directives allow for the use of regular expression matching.
   Additionally, new
  -codea 
href=mod/core.html#directorymatchlt;DirectoryMatchgt;/a/code,
  -codea href=mod/core.html#locationmatchlt;LocationMatchgt;/a/code,
  -and codea href=mod/core.html#filesmatchlt;FilesMatchgt;/a/code
  +a 
href=mod/core.html#directorymatchSAMPlt;DirectoryMatchgt;/SAMP/a,
  +a href=mod/core.html#locationmatchSAMPlt;LocationMatchgt;/SAMP/a,
  +and
  +a href=mod/core.html#filesmatchSAMPlt;FilesMatchgt;/SAMP/a
   sections provide a new syntax for regular expression sectioning.
   
   listronga href=mod/mod_mime_magic.htmlNew Magic MIME-typing
  @@ -191,27 +191,30 @@
 pre-sized SAMPIMG/SAMP tags are used.  This can substantially
 speed up the display of large directory listings.
   
  -listronga href=mod/core.html#accessfilenameAccessFileName
  +listronga 
href=mod/core.html#accessfilenameSAMPAccessFileName/SAMP
   Enhancement/a/strongbr
  -The lt;AccessFileNamegt; directive can now take more than one
  +The SAMPAccessFileName/SAMP directive can now take more than one
   filename. This lets sites serving pages from network file systems and
   more than one Apache web server, configure access based on the server
   through which shared pages are being served.
   
  -listrongHostNameLookups now defaults to Off/strongbr
  -The a href=mod/core.html#hostnamelookupsHostNameLookups/a
  +listrongSAMPHostNameLookups/SAMP now defaults to 

cvs commit: apachen/htdocs/manual new_features_1_3.html

1997-09-12 Thread Dean Gaudet
dgaudet 97/09/12 13:42:28

  Modified:htdocs/manual new_features_1_3.html
  Log:
  add mod_speling, submitted by Martin
  
  Revision  ChangesPath
  1.22  +15 -0 apachen/htdocs/manual/new_features_1_3.html
  
  Index: new_features_1_3.html
  ===
  RCS file: /export/home/cvs/apachen/htdocs/manual/new_features_1_3.html,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- new_features_1_3.html 1997/09/12 20:13:01 1.21
  +++ new_features_1_3.html 1997/09/12 20:42:26 1.22
  @@ -30,6 +30,21 @@
   
   ul
LIA
  +  HREF=mod/mod_speling.html
  + STRONGOptional laquo;Spelling Correctionraquo; module added to 
distribution/STRONG/A
  +  BR
  +  This optional module corrects frequently occurring spelling errors in
  +  document names requested from the server. This includes the correction
  +  of miscapitalized requests (as was available in a separately available
  +  EMmod_speling/EM module as of Apache 1.1 already) but extends
  +  spelling correction to single inserted, omitted, transposed or
  +  mistyped characters. This catches the majority of mistyped requests.
  +  To make use of this module, it must be enabled in the server's
  +  CODEConfiguration/CODE file, and the
  +  CODEA HREF=mod/mod_speling.html#checkspellingCheckSpelling/A/CODE
  +  directive must be set to CODEon/CODE.
  + /LI
  + LIA
 HREF=mod/mod_setenvif.html
STRONGEnhanced Conditional Setting of Environment 
Variables/STRONG/A
 BR
  
  
  


cvs commit: apachen/htdocs/manual new_features_1_3.html

1997-08-18 Thread Dean Gaudet
dgaudet 97/08/18 00:26:27

  Modified:htdocs/manual new_features_1_3.html
  Log:
  tweak tweak
  
  Revision  ChangesPath
  1.19  +2 -2  apachen/htdocs/manual/new_features_1_3.html
  
  Index: new_features_1_3.html
  ===
  RCS file: /export/home/cvs/apachen/htdocs/manual/new_features_1_3.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- new_features_1_3.html 1997/08/18 07:19:30 1.18
  +++ new_features_1_3.html 1997/08/18 07:26:26 1.19
  @@ -185,7 +185,7 @@
speedups on configs with a lot of sections.
   liThe critical path for static requests has fewer system calls.  This
generally helps all requests.  (45 syscalls for a static request
  - in 1.2 versus 22 in 1.3).
  + in 1.2 versus 22 in 1.3 in a well tuned configuration).
   lia href=mod/mod_proxy.html#ReceiveBufferSizeReceiveBufferSize/a
directive gives mod_proxy's outgoing connections larger network
buffers, for increased throughput.
  @@ -213,7 +213,7 @@
   /ul
   
   listrongUnique Identifiers/strongbr
  -mod_uniqid can be included to generate a unique identifier that
  +mod_unique_id can be included to generate a unique identifier that
   distinguishes a hit from every other hit.  (Unique has
   some restrictions on it.)  Documentation to be written.  The
   identifier is available in the environment variable