cvs commit: apache/htdocs/manual/mod core.html directives.html index.html mod_access.html mod_actions.html mod_alias.html mod_auth_anon.html mod_auth_dbm.html mod_cern_meta.html mod_dir.html mod_env.html mod_imap.html mod_include.html mod_negotiation.html mod_proxy.html mod_rewrite.html mod_status.html mod_userdir.html

1997-07-06 Thread Rodent of Unusual Size
coar97/07/06 10:19:26

  Modified:htdocs/manual  content-negotiation.html custom-error.html
dns-caveats.html  env.html host.html install.html
invoking.html  man-template.html multilogs.html
new_features_1_0.html  new_features_1_2.html
new_features_1_3.html process-model.html 
suexec.html vhosts-in-depth.html virtual-host.html
   htdocs/manual/misc  API.html FAQ.html client_block_api.html
compat_notes.html  descriptors.html fin_wait_2.html
known_bugs.html nopgp.html  perf-bsd44.html
perf-dec.html perf.html security_tips.html 
vif-info.html
   htdocs/manual/mod  core.html directives.html index.html
mod_access.html  mod_actions.html mod_alias.html
mod_auth_anon.html  mod_auth_dbm.html
mod_cern_meta.html mod_dir.html mod_env.html 
mod_imap.html mod_include.html mod_negotiation.html
 mod_proxy.html mod_rewrite.html mod_status.html 
mod_userdir.html
  Log:
More HTML cleanups, retrofit of intentional XA tag to a no-op
A NAME (thanks, Marc).  Lots of trailing blanks removed throughout.
Small addition to the new_features_1_3 page.  Plenty of
cleanup still to come..
  
  Revision  ChangesPath
  1.11  +11 -11apache/htdocs/manual/content-negotiation.html
  
  Index: content-negotiation.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/content-negotiation.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -C3 -r1.10 -r1.11
  *** content-negotiation.html  1997/06/04 11:07:47 1.10
  --- content-negotiation.html  1997/07/06 17:18:52 1.11
  ***
  *** 22,28 
couple of features to give more intelligent handling of requests from
browsers which send incomplete negotiation information.  p

  ! Content negotiation is provided by the 
a href=mod/mod_negotiation.htmlmod_negotiation/a module,
which is compiled in by default.

  --- 22,28 
couple of features to give more intelligent handling of requests from
browsers which send incomplete negotiation information.  p

  ! Content negotiation is provided by the
a href=mod/mod_negotiation.htmlmod_negotiation/a module,
which is compiled in by default.

  ***
  *** 47,53 
/pre

Note that this preference will only be applied when there is a choice
  ! of representations and they vary by language. 
p

As an example of a more complex request, this browser has been
  --- 47,53 
/pre

Note that this preference will only be applied when there is a choice
  ! of representations and they vary by language.
p

As an example of a more complex request, this browser has been
  ***
  *** 78,89 

In order to negotiate a resource, the server needs to be given
information about each of the variants. This is done in one of two
  ! ways: 

ul
  li Using a type map (i.e., a code*.var/code file) which
   names the files containing the variants explicitly
  !   li Or using a 'MultiViews' search, where the server does an implicit 
   filename pattern match, and chooses from among the results.
/ul

  --- 78,89 

In order to negotiate a resource, the server needs to be given
information about each of the variants. This is done in one of two
  ! ways:

ul
  li Using a type map (i.e., a code*.var/code file) which
   names the files containing the variants explicitly
  !   li Or using a 'MultiViews' search, where the server does an implicit
   filename pattern match, and chooses from among the results.
/ul

  ***
  *** 154,160 
   interpreted as URLs relative to the map file; they must be on
   the same server (!), and they must refer to files to which the
   client would be granted access if they were to be requested
  !directly. 
  dt codeContent-type:/code
  dd media type --- charset, level and qs parameters may be given.  
These
   are often referred to as MIME types; typical media types are
  --- 154,160 
   interpreted as URLs relative to the map file; they must be on
   the same server (!), and they must refer to files to which the
   client would be granted access if they were to be requested
  !directly.
  dt codeContent-type:/code
  dd media type --- charset, level and qs parameters may be given.  
These
   are often referred to as MIME types; typical media types are
  ***
  *** 244,250 

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

1997-06-29 Thread Dean Gaudet
dgaudet 97/06/29 11:12:43

  Modified:htdocs/manual/mod  Tag: APACHE_1_2_X  core.html
directives.html
  Log:
  Merge LockFile docs.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.56.2.2  +34 -3 apache/htdocs/manual/mod/core.html
  
  Index: core.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
  retrieving revision 1.56.2.1
  retrieving revision 1.56.2.2
  diff -C3 -r1.56.2.1 -r1.56.2.2
  *** core.html 1997/06/27 03:02:11 1.56.2.1
  --- core.html 1997/06/29 18:12:41 1.56.2.2
  ***
  *** 43,49 
  --- 43,51 
liA HREF=#keepalivetimeoutKeepAliveTimeout/A
liA HREF=#limitlt;Limitgt;/A
liA HREF=#listenListen/A
  + liA HREF=#listenbacklogListenBacklog/A
liA HREF=#locationlt;Locationgt;/A
  + liA HREF=#lockfileLockFile/A
liA HREF=#maxclientsMaxClients/A
liA HREF=#maxkeepaliverequestsMaxKeepAliveRequests/a
liA HREF=#maxrequestsperchildMaxRequestsPerChild/A
  ***
  *** 658,663 
  --- 660,678 
a href=../misc/known_bugs.html#listenbugKnown Bugs/a/p
hr

  + A NAME=listenbacklogH2ListenBacklog/H2/A
  + strongSyntax:/strong ListenBacklog embacklog/embr
  + strongDefault:/strong codeListenBacklog 511/codebr
  + strongContext:/strong server configbr
  + strongStatus:/strong Corebr
  + strongCompatibility:/strong ListenBacklog is only available in Apache
  + versions after 1.2.0.p
  + 
  + The maximum length of the queue of pending connections.  Generally no
  + tuning is needed or desired, however on some systems it is desirable
  + to increase this when under a TCP SYN flood attack.  See 
  + the backlog parameter to the codelisten(2)/code system call.
  + 
A name=limith2lt;Limitgt; directive/h2/A
!--%plaintext lt;?INDEX {\tt Limit} section directivegt; --
strongSyntax:/strong
  ***
  *** 714,720 
   lt;Location ~ quot;/(extra|special)/dataquot;gt;
/pre

  ! would match URLs that contained the substring /extra/data or
/special/data./p

pThe codeLocation/code functionality is especially useful when
  --- 729,735 
   lt;Location ~ quot;/(extra|special)/dataquot;gt;
/pre

  ! pwould match URLs that contained the substring /extra/data or
/special/data./p

pThe codeLocation/code functionality is especially useful when
  ***
  *** 732,738 
/pre
hr

  ! A name=maxclientsh2MaxClients directive/h2/A
!--%plaintext lt;?INDEX {\tt MaxClients} directivegt; --
strongSyntax:/strong MaxClients emnumber/embr
strongDefault:/strong codeMaxClients 256/codebr
  --- 747,769 
/pre
hr

  ! A NAME=lockfileH2LockFile/H2/A
  ! strongSyntax:/strong LockFile emfilename/emBR
  ! strongDefault:/strong codeLockFile logs/accept.lock/codeBR
  ! strongContext:/strong server configBR
  ! strongStatus:/strong coreP
  ! 
  ! The LockFile directive sets the path to the lockfile used when
  ! Apache is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or
  ! USE_FLOCK_SERIALIZED_ACCEPT.  This directive should normally be
  ! left at its default value.  The main reason for changing it is if
  ! the codelogs/code directory is NFS mounted, since the lockfile
  ! should be stored on a local disk if possible.  The PID of the main
  ! server process is automatically appended to the filename.
  ! 
  ! PHR
  ! 
  ! A name=maxclientsh2MaxClients/h2/A
!--%plaintext lt;?INDEX {\tt MaxClients} directivegt; --
strongSyntax:/strong MaxClients emnumber/embr
strongDefault:/strong codeMaxClients 256/codebr
  ***
  *** 1034,1040 

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
  --- 1065,1071 

See also A HREF=#accessconfigAccessConfig/A.phr

  ! A name=rlimit /A
A name=rlimitcpuh2RLimitCPU directive/h2/A
!--%plaintext lt;?INDEX {\tt RLimitCPU} directivegt; --
strongSyntax:/strong RLimitCPU em# or 'max'/em em[# or 
'max']/embr
  
  
  
  1.20.2.1  +2 -0  apache/htdocs/manual/mod/directives.html
  
  Index: directives.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/directives.html,v
  retrieving revision 1.20
  retrieving revision 1.20.2.1
  diff -C3 -r1.20 -r1.20.2.1
  *** directives.html   1997/06/04 16:14:14 1.20
  --- directives.html   1997/06/29 18:12:42 1.20.2.1
  ***
  *** 103,111 
  --- 103,113 
liA HREF=mod_negotiation.html#languagepriorityLanguagePriority/A
liA HREF=core.html#limitlt;Limitgt;/A
liA HREF=core.html#listenListen/A
  + liA HREF=core.html#listenbacklogListenBacklog/A

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

1997-06-29 Thread Dean Gaudet
dgaudet 97/06/29 11:14:07

  Modified:htdocs/manual/mod  Tag: APACHE_1_2_X  core.html
directives.html
  Log:
  Remove listenbacklog docs.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.56.2.3  +0 -14 apache/htdocs/manual/mod/core.html
  
  Index: core.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
  retrieving revision 1.56.2.2
  retrieving revision 1.56.2.3
  diff -C3 -r1.56.2.2 -r1.56.2.3
  *** core.html 1997/06/29 18:12:41 1.56.2.2
  --- core.html 1997/06/29 18:14:05 1.56.2.3
  ***
  *** 43,49 
liA HREF=#keepalivetimeoutKeepAliveTimeout/A
liA HREF=#limitlt;Limitgt;/A
liA HREF=#listenListen/A
  - liA HREF=#listenbacklogListenBacklog/A
liA HREF=#locationlt;Locationgt;/A
liA HREF=#lockfileLockFile/A
liA HREF=#maxclientsMaxClients/A
  --- 43,48 
  ***
  *** 659,677 
strongSee Also:/strong
a href=../misc/known_bugs.html#listenbugKnown Bugs/a/p
hr
  - 
  - A NAME=listenbacklogH2ListenBacklog/H2/A
  - strongSyntax:/strong ListenBacklog embacklog/embr
  - strongDefault:/strong codeListenBacklog 511/codebr
  - strongContext:/strong server configbr
  - strongStatus:/strong Corebr
  - strongCompatibility:/strong ListenBacklog is only available in Apache
  - versions after 1.2.0.p
  - 
  - The maximum length of the queue of pending connections.  Generally no
  - tuning is needed or desired, however on some systems it is desirable
  - to increase this when under a TCP SYN flood attack.  See 
  - the backlog parameter to the codelisten(2)/code system call.

A name=limith2lt;Limitgt; directive/h2/A
!--%plaintext lt;?INDEX {\tt Limit} section directivegt; --
  --- 658,663 
  
  
  
  1.20.2.2  +0 -1  apache/htdocs/manual/mod/directives.html
  
  Index: directives.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/directives.html,v
  retrieving revision 1.20.2.1
  retrieving revision 1.20.2.2
  diff -C3 -r1.20.2.1 -r1.20.2.2
  *** directives.html   1997/06/29 18:12:42 1.20.2.1
  --- directives.html   1997/06/29 18:14:06 1.20.2.2
  ***
  *** 103,109 
liA HREF=mod_negotiation.html#languagepriorityLanguagePriority/A
liA HREF=core.html#limitlt;Limitgt;/A
liA HREF=core.html#listenListen/A
  - liA HREF=core.html#listenbacklogListenBacklog/A
liA HREF=mod_dld.html#loadfileLoadFile/A
liA HREF=mod_dld.html#loadmoduleLoadModule/A
liA HREF=core.html#locationlt;Locationgt;/A
  --- 103,108 
  
  
  


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

1997-06-28 Thread Marc Slemko
marc97/06/28 18:14:17

  Modified:htdocs/manual/mod  core.html directives.html
  Log:
  Add docs for LockFile and fix a few typos.
  
  Revision  ChangesPath
  1.60  +21 -4 apache/htdocs/manual/mod/core.html
  
  Index: core.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -C3 -r1.59 -r1.60
  *** core.html 1997/06/28 23:57:53 1.59
  --- core.html 1997/06/29 01:14:15 1.60
  ***
  *** 45,50 
  --- 45,51 
liA HREF=#listenListen/A
liA HREF=#listenbacklogListenBacklog/A
liA HREF=#locationlt;Locationgt;/A
  + liA HREF=#lockfileLockFile/A
liA HREF=#maxclientsMaxClients/A
liA HREF=#maxkeepaliverequestsMaxKeepAliveRequests/a
liA HREF=#maxrequestsperchildMaxRequestsPerChild/A
  ***
  *** 659,665 
a href=../misc/known_bugs.html#listenbugKnown Bugs/a/p
hr

  ! A NAME=listenbacklogH2ListenBacklog/H2/A
strongSyntax:/strong ListenBacklog embacklog/embr
strongDefault:/strong codeListenBacklog 511/codebr
strongContext:/strong server configbr
  --- 660,666 
a href=../misc/known_bugs.html#listenbugKnown Bugs/a/p
hr

  ! A NAME=listenbacklogH2ListenBacklog/H2/A
strongSyntax:/strong ListenBacklog embacklog/embr
strongDefault:/strong codeListenBacklog 511/codebr
strongContext:/strong server configbr
  ***
  *** 728,734 
   lt;Location ~ quot;/(extra|special)/dataquot;gt;
/pre

  ! would match URLs that contained the substring /extra/data or
/special/data./p

pThe codeLocation/code functionality is especially useful when
  --- 729,735 
   lt;Location ~ quot;/(extra|special)/dataquot;gt;
/pre

  ! pwould match URLs that contained the substring /extra/data or
/special/data./p

pThe codeLocation/code functionality is especially useful when
  ***
  *** 746,752 
/pre
hr

  ! A name=maxclientsh2MaxClients directive/h2/A
!--%plaintext lt;?INDEX {\tt MaxClients} directivegt; --
strongSyntax:/strong MaxClients emnumber/embr
strongDefault:/strong codeMaxClients 256/codebr
  --- 747,769 
/pre
hr

  ! A NAME=lockfileH2LockFile/H2/A
  ! strongSyntax:/strong LockFile emfilename/emBR
  ! strongDefault:/strong codeLockFile logs/accept.lock/codeBR
  ! strongContext:/strong server configBR
  ! strongStatus:/strong coreP
  ! 
  ! The LockFile directive sets the path to the lockfile used when
  ! Apache is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or
  ! USE_FLOCK_SERIALIZED_ACCEPT.  This directive should normally be
  ! left at its default value.  The main reason for changing it is if
  ! the codelogs/code directory is NFS mounted, since the lockfile
  ! should be stored on a local disk if possible.  The PID of the main
  ! server process is automatically appended to the filename.
  ! 
  ! PHR
  ! 
  ! A name=maxclientsh2MaxClients/h2/A
!--%plaintext lt;?INDEX {\tt MaxClients} directivegt; --
strongSyntax:/strong MaxClients emnumber/embr
strongDefault:/strong codeMaxClients 256/codebr
  ***
  *** 1048,1054 

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
  --- 1065,1071 

See also A HREF=#accessconfigAccessConfig/A.phr

  ! A name=rlimit /A
A name=rlimitcpuh2RLimitCPU directive/h2/A
!--%plaintext lt;?INDEX {\tt RLimitCPU} directivegt; --
strongSyntax:/strong RLimitCPU em# or 'max'/em em[# or 
'max']/embr
  
  
  
  1.22  +1 -0  apache/htdocs/manual/mod/directives.html
  
  Index: directives.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/directives.html,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -C3 -r1.21 -r1.22
  *** directives.html   1997/06/28 23:57:54 1.21
  --- directives.html   1997/06/29 01:14:16 1.22
  ***
  *** 107,112 
  --- 107,113 
liA HREF=mod_dld.html#loadfileLoadFile/A
liA HREF=mod_dld.html#loadmoduleLoadModule/A
liA HREF=core.html#locationlt;Locationgt;/A
  + liA HREF=core.html#lockfileLockFile/A
liA HREF=mod_log_config.html#logformatLogFormat/A
liA HREF=core.html#maxclientsMaxClients/A
liA HREF=core.html#maxkeepaliverequestsMaxKeepAliveRequests/A
  
  
  


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/mod core.html directives.html mod_cgi.html mod_log_config.html mod_usertrack.html

1996-11-27 Thread Alexei Kosut
akosut  96/11/27 23:42:19

  Modified:htdocs/manual  new_features_1_2.html
   htdocs/manual/mod  core.html directives.html mod_cgi.html
mod_log_config.html  mod_usertrack.html
  Log:
  Some cleanup (the directives go in ALPHABETICAL ORDER, please), plus
  adding of some docs that Paul Sutton sent to the list on October
  10th.
  
  Revision  ChangesPath
  1.6   +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.5
  retrieving revision 1.6
  diff -C3 -r1.5 -r1.6
  *** new_features_1_2.html 1996/11/28 06:56:43 1.5
  --- new_features_1_2.html 1996/11/28 07:42:15 1.6
  ***
  *** 109,115 
address or hostname. This lets a single vhost handles requests
for multiple IPs or hostnames.

  ! liba href=cgi_debug.htmlCGI Debugging Environment/a/bbr
codeScriptLog/code allows you to now set up a log that records
all input and output to failed CGI scripts. This includes environment
variables, input headers, POST data, output, and more. This makes CGI
  --- 109,115 
address or hostname. This lets a single vhost handles requests
for multiple IPs or hostnames.

  ! liba href=mod/mod_cgi.html#cgi_debugCGI Debugging 
Environment/a/bbr
codeScriptLog/code allows you to now set up a log that records
all input and output to failed CGI scripts. This includes environment
variables, input headers, POST data, output, and more. This makes CGI
  ***
  *** 140,146 
liba href=mod/mod_headers.htmlOptional headers module/a/bbr
An optional module is included which can set arbitrary headers in responses.

  ! liba href=ifmod.htmlConditional Config Directives/a/bbr
A new codelt;IfModulegt;/code section allows directives to be
enabled only if a given module is loaded into the server.

  --- 140,146 
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
enabled only if a given module is loaded into the server.

  
  
  
  1.6   +44 -14apache/htdocs/manual/mod/core.html
  
  Index: core.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -C3 -r1.5 -r1.6
  *** core.html 1996/11/26 06:52:26 1.5
  --- core.html 1996/11/28 07:42:16 1.6
  ***
  *** 14,41 


ul
  ! LI A HREF=#sendbuffersizeSendBufferSize/A
  ! LI A HREF=#fileslt;Filesgt;/A
  ! LI A HREF=#ifmodulelt;IfModule%gt;/A
  ! LI Satisfy
  ! LI RLimitCPU
  ! LI RLimitMEM
  ! LI RLimitNPROC
  ! LI AddModule
  ! LI ClearModuleList
liA HREF=#accessconfigAccessConfig/A
liA HREF=#accessfilenameAccessFileName/A
liA HREF=#allowoverrideAllowOverride/A
liA HREF=#authnameAuthName/A
liA HREF=#authtypeAuthType/A
liA HREF=#bindaddressBindAdress/A
liA HREF=#defaulttypeDefaultType/A
liA HREF=#directorylt;Directorygt;/A
liA HREF=#documentrootDocumentRoot/A
liA HREF=#errordocumentErrorDocument/A
liA HREF=#errorlogErrorLog/A
liA HREF=#groupGroup/A
liA HREF=#identitycheckIdentityCheck/A
liA HREF=#keepaliveKeepAlive/A
liA HREF=#keepalivetimeoutKeepAliveTimeout/A
liA HREF=#limitlt;Limitgt;/A
  --- 14,39 


ul
  ! liRLimitCPU
  ! liRLimitMEM
  ! liRLimitNPROC
liA HREF=#accessconfigAccessConfig/A
liA HREF=#accessfilenameAccessFileName/A
  + liAddModule
liA HREF=#allowoverrideAllowOverride/A
liA HREF=#authnameAuthName/A
liA HREF=#authtypeAuthType/A
liA HREF=#bindaddressBindAdress/A
  + liClearModuleList
liA HREF=#defaulttypeDefaultType/A
liA HREF=#directorylt;Directorygt;/A
liA HREF=#documentrootDocumentRoot/A
liA HREF=#errordocumentErrorDocument/A
liA HREF=#errorlogErrorLog/A
  + liA HREF=#fileslt;Filesgt;/A
liA HREF=#groupGroup/A
liA HREF=#identitycheckIdentityCheck/A
  + liA HREF=#ifmodulelt;IfModule%gt;/A
liA HREF=#keepaliveKeepAlive/A
liA HREF=#keepalivetimeoutKeepAliveTimeout/A
liA HREF=#limitlt;Limitgt;/A
  ***
  *** 50,55 
  --- 48,55 
liA HREF=#portPort/A
liA HREF=#requirerequire/A
liA HREF=#resourceconfigResourceConfig/A
  + liSatisfy
  + liA HREF=#sendbuffersizeSendBufferSize/A
liA HREF=#serveradminServerAdmin/A
liA HREF=#serveraliasServerAlias/A
liA HREF=#servernameServerName/A
  ***
  *** 87,98 
p hr

A NAME=ifmoduleH2lt;IfModulegt;/H2/A
  ! STRONGSyntax:/STRONG lt;IfModule