cvs commit: apache/htdocs/manual/mod core.html

1996-11-30 Thread Paul Sutton
pcs 96/11/30 08:53:30

  Modified:htdocs/manual  new_features_1_2.html
   htdocs/manual/mod  core.html
  Log:
  Document Options +/- stuff. Remove duplicate what's new section about
  mod_headers
  
  Revision  ChangesPath
  1.8   +8 -7  apache/htdocs/manual/new_features_1_2.html
  
  Index: new_features_1_2.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/new_features_1_2.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -C3 -r1.7 -r1.8
  *** new_features_1_2.html 1996/11/28 08:08:17 1.7
  --- new_features_1_2.html 1996/11/30 16:53:28 1.8
  ***
  *** 82,92 
a new process and doing application initialization (e.g. connecting to a 
database) each time somebody requests
a document. The processes start up with the Web server and keep on running.

  - liba href=mod/mod_headers.htmlOptional Headers Module to Set or 
Remove HTTP Headers/a/bbr
  - The optional codemod_headers/code header can be used to set custom
  - headers in the HTTP response. It can append to existing headers,
  - replace them, or remove headers from the response.
  - 
liba href=mod/mod_log_config.htmlEnhanced, Configurable
Logging/a/bbr
The optional codemod_log_config/code included with earlier
  --- 82,87 
  ***
  *** 135,146 
The process of configuring Apache for compilation has been
simplified.

liba href=help.htmlCommand-line Help/a/bbr
The code-h/code command-line option now lists all the available
directives.

  ! liba href=mod/mod_headers.htmlOptional headers module/a/bbr
  ! An optional module is included which can set arbitrary headers in responses.

liba href=mod/core.html#ifmoduleConditional Config 
Directives/a/bbr
A new codelt;IfModulegt;/code section allows directives to be
  --- 130,147 
The process of configuring Apache for compilation has been
simplified.

  + liba href=mod/core.html#optionsAdd or Remove Options/a/bbr
  + The codeOptions/codedirective can now add or remove options from
  + those currently in force, rather than always replacing them.
  + 
liba href=help.htmlCommand-line Help/a/bbr
The code-h/code command-line option now lists all the available
directives.

  ! liba href=mod/mod_headers.htmlOptional Headers Module to Set or 
Remove HTTP Headers/a/bbr
  ! The optional codemod_headers/code module can be used to set custom
  ! headers in the HTTP response. It can append to existing headers,
  ! replace them, or remove headers from the response.

liba href=mod/core.html#ifmoduleConditional Config 
Directives/a/bbr
A new codelt;IfModulegt;/code section allows directives to be
  
  
  
  1.8   +26 -5 apache/htdocs/manual/mod/core.html
  
  Index: core.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -C3 -r1.7 -r1.8
  *** core.html 1996/11/28 08:08:19 1.7
  --- core.html 1996/11/30 16:53:29 1.8
  ***
  *** 694,706 

A name=optionsh2Options directive/h2/A
!--%plaintext lt;?INDEX {\tt Options} directivegt; --
  ! strongSyntax:/strong Options emoption option .../embr
strongContext:/strong server config, virtual host, directory, 
.htaccessbr
strongOverride:/strong Optionsbr
strongStatus:/strong corep

The Options directive controls which server features are available in
  ! a particular directory.p
emoption/em can be set to codeNone/code, in which case none of
the extra features are enabled, or one or more of the following:
dl
  --- 694,707 

A name=optionsh2Options directive/h2/A
!--%plaintext lt;?INDEX {\tt Options} directivegt; --
  ! strongSyntax:/strong Options em[+|-]option [+|-]option .../embr
strongContext:/strong server config, virtual host, directory, 
.htaccessbr
strongOverride:/strong Optionsbr
strongStatus:/strong corep

The Options directive controls which server features are available in
  ! a particular directory. 
  ! p
emoption/em can be set to codeNone/code, in which case none of
the extra features are enabled, or one or more of the following:
dl
  ***
  *** 741,748 
file or directory is owned by the same user id as the link.
/dl

  ! If multiple Options could apply to a directory, then the most specific one 
is
  ! taken complete; the options are not merged. For example:
blockquotecode
lt;Directory /web/docsgt; br
Options Indexes FollowSymLinksbr
  --- 742,757 
file or directory is owned by the same user id as the link.
/dl

  ! Normally, if multiple codeOptions/code could apply to a directory,
  ! then the most specific one is taken complete; the options are not
  ! 

cvs commit: apache/htdocs/manual/mod core.html directives.html

1996-11-30 Thread Randy Terbush
randy   96/11/30 22:57:36

  Modified:htdocs/manual  new_features_1_2.html
   htdocs/manual/mod  core.html directives.html
  Log:
  Added docs for RLimit directives.
  
  Revision  ChangesPath
  1.10  +2 -2  apache/htdocs/manual/new_features_1_2.html
  
  Index: new_features_1_2.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/new_features_1_2.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -C3 -r1.9 -r1.10
  *** new_features_1_2.html 1996/12/01 06:38:11 1.9
  --- new_features_1_2.html 1996/12/01 06:57:20 1.10
  ***
  *** 66,72 
href=xssi.htmlXSSI/a, this allows you to write browser-based
conditional HTML documents.

  ! libxa href=sucgi.htmlSetUID CGI Execution/a/b
[Documentation to be written]br
Apache now
supports the execution of CGI scripts as users other
  --- 66,72 
href=xssi.htmlXSSI/a, this allows you to write browser-based
conditional HTML documents.

  ! libxa href=suexec.htmlSetUID CGI Execution/a/b
[Documentation to be written]br
Apache now
supports the execution of CGI scripts as users other
  ***
  *** 116,122 
variables, input headers, POST data, output, and more. This makes CGI
scripts much easier to debug.

  ! libxa href=rlimit.htmlResource Limits for CGI Scripts/a/b
[Documentation to be written]br
New directives allow the limiting of resources used by CGI scripts
(e.g. max CPU time). This is helpful in preventing 'runaway' CGI
  --- 116,122 
variables, input headers, POST data, output, and more. This makes CGI
scripts much easier to debug.

  ! libxa href=mod/core.html#rlimitResource Limits for CGI 
Scripts/a/b
[Documentation to be written]br
New directives allow the limiting of resources used by CGI scripts
(e.g. max CPU time). This is helpful in preventing 'runaway' CGI
  
  
  
  1.10  +72 -6 apache/htdocs/manual/mod/core.html
  
  Index: core.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -C3 -r1.9 -r1.10
  *** core.html 1996/11/30 17:06:40 1.9
  --- core.html 1996/12/01 06:57:34 1.10
  ***
  *** 45,55 
liA HREF=#portPort/A
liA HREF=#requirerequire/A
liA HREF=#resourceconfigResourceConfig/A
  ! liRLimitCPU
  ! liRLimitMEM
  ! liRLimitNPROC
liSatisfy
  ! liA HREF=#sendbuffersizeSendBufferSize/A
liA HREF=#serveradminServerAdmin/A
liA HREF=#serveraliasServerAlias/A
liA HREF=#servernameServerName/A
  --- 45,55 
liA HREF=#portPort/A
liA HREF=#requirerequire/A
liA HREF=#resourceconfigResourceConfig/A
  ! liA HREF=#rlimitcpuRLimitCPU/A
  ! liA HREF=#rlimitmemRLimitMEM/A
  ! liA HREF=#rlimitnprocRLimitNPROC/A
liSatisfy
  ! liA HREF=#sendbuffersizeSendBufferSize/A
liA HREF=#serveradminServerAdmin/A
liA HREF=#serveraliasServerAlias/A
liA HREF=#servernameServerName/A
  ***
  *** 410,416 
!--%plaintext lt;?INDEX {\tt Group} directivegt; --
strongSyntax:/strong Group emunix-group/embr
strongDefault:/strong codeGroup #-1/codebr
  ! strongContext:/strong server configbr
strongStatus:/strong corep

The Group directive sets the group under which the server will answer 
requests.
  --- 410,416 
!--%plaintext lt;?INDEX {\tt Group} directivegt; --
strongSyntax:/strong Group emunix-group/embr
strongDefault:/strong codeGroup #-1/codebr
  ! strongContext:/strong server config, virtual hostbr
strongStatus:/strong corep

The Group directive sets the group under which the server will answer 
requests.
  ***
  *** 431,436 
  --- 431,439 
to the specified, and will instead continue to run as the group of the
original user. p

  + Special note: Use of this directive in lt;VirtualHostgt; requires a
  + properly configured A HREF=suexecSUEXEC wrapper/A.p
  + 
SECURITY: See A HREF=#userUser/A for a discussion of the security
considerations.phr

  ***
  *** 865,870 
  --- 868,933 

See also A HREF=#accessconfigAccessConfig/A.phr

  + A name=rlimit
  + A name=rlimitcpuh2RLimitCPU directive/h2/A
  + !--%plaintext lt;?INDEX {\tt RLimitCPU} directivegt; --
  + strongSyntax:/strong RLimitCPU em# or 'max'/em em[# or 
'max']/embr
  + strongDefault:/strong codeUnset uses operating system 
defaults/codebr
  + strongContext:/strong server config, virtual hostbr
  + strongStatus:/strong corep
  + 
  + Takes 1 or 2 parameters. The first parameter sets the soft resource limit 
for all
  + processes and the second parameter sets the maximum resource limit. Either 
parameter
  + can be a number, or emmax/em to indicate to the server that the limit 
should
  

cvs commit: apache/htdocs/manual new_features_1_2.html

1996-11-30 Thread Alexei Kosut
akosut  96/11/30 23:44:38

  Modified:htdocs/manual  new_features_1_2.html
  Log:
  This documentation exists now...
  
  Revision  ChangesPath
  1.11  +1 -2  apache/htdocs/manual/new_features_1_2.html
  
  Index: new_features_1_2.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/new_features_1_2.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -C3 -r1.10 -r1.11
  *** new_features_1_2.html 1996/12/01 06:57:20 1.10
  --- new_features_1_2.html 1996/12/01 07:44:37 1.11
  ***
  *** 116,123 
variables, input headers, POST data, output, and more. This makes CGI
scripts much easier to debug.

  ! libxa href=mod/core.html#rlimitResource Limits for CGI 
Scripts/a/b
  ! [Documentation to be written]br
New directives allow the limiting of resources used by CGI scripts
(e.g. max CPU time). This is helpful in preventing 'runaway' CGI
processes.
  --- 116,122 
variables, input headers, POST data, output, and more. This makes CGI
scripts much easier to debug.

  ! liba href=mod/core.html#rlimitResource Limits for CGI 
Scripts/a/bbr
New directives allow the limiting of resources used by CGI scripts
(e.g. max CPU time). This is helpful in preventing 'runaway' CGI
processes.