cvs commit: apache/htdocs/manual/mod mod_browser.html mod_cern_meta.html mod_env.html mod_headers.html mod_proxy.html

1997-08-02 Thread Ralf S. Engelschall
rse 97/08/02 01:24:10

  Modified:htdocs/manual/mod  Tag: APACHE_1_2_X  mod_browser.html
mod_cern_meta.html mod_env.html  mod_headers.html
mod_proxy.html
  Log:
  Make headers also consistent in Apache 1.2.2 docs.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.9.2.1   +1 -1  apache/htdocs/manual/mod/mod_browser.html
  
  Index: mod_browser.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_browser.html,v
  retrieving revision 1.9
  retrieving revision 1.9.2.1
  diff -u -r1.9 -r1.9.2.1
  --- mod_browser.html  1997/06/04 16:14:18 1.9
  +++ mod_browser.html  1997/08/02 08:24:07 1.9.2.1
  @@ -13,7 +13,7 @@
ALINK=#FF
   
   !--#include virtual=header.html --
  -H1 ALIGN=CENTERApache module mod_browser/h1
  +H1 ALIGN=CENTERModule mod_browser/H1
   
   This module is contained in the codemod_browser.c/code file, and
   is compiled in by default with Apache 1.2 and above. It provides for
  
  
  
  1.6.2.1   +1 -1  apache/htdocs/manual/mod/mod_cern_meta.html
  
  Index: mod_cern_meta.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_cern_meta.html,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- mod_cern_meta.html1997/06/04 16:14:18 1.6
  +++ mod_cern_meta.html1997/08/02 08:24:07 1.6.2.1
  @@ -13,7 +13,7 @@
ALINK=#FF
   
   !--#include virtual=header.html --
  -H1 ALIGN=CENTERApache module mod_cern_meta/h1
  +H1 ALIGN=CENTERModule mod_cern_meta/H1
   
   This module is contained in the codemod_cern_meta.c/code file, and
   is not compiled in by default. It provides for CERN httpd metafile
  
  
  
  1.6.2.1   +1 -1  apache/htdocs/manual/mod/mod_env.html
  
  Index: mod_env.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_env.html,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- mod_env.html  1997/06/04 16:14:20 1.6
  +++ mod_env.html  1997/08/02 08:24:08 1.6.2.1
  @@ -13,7 +13,7 @@
ALINK=#FF
   
   !--#include virtual=header.html --
  -H1 ALIGN=CENTERApache module mod_env/h1
  +H1 ALIGN=CENTERModule mod_env/H1
   
   This module is contained in the codemod_env.c/code file, and
   is not compiled in by default. It provides for
  
  
  
  1.4.2.1   +1 -1  apache/htdocs/manual/mod/mod_headers.html
  
  Index: mod_headers.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_headers.html,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- mod_headers.html  1997/06/04 16:14:20 1.4
  +++ mod_headers.html  1997/08/02 08:24:08 1.4.2.1
  @@ -13,7 +13,7 @@
ALINK=#FF
   
   !--#include virtual=header.html --
  -h1 ALIGN=CENTERHeaders Module/h1
  +h1 ALIGN=CENTERModule mod_headers/h1
   
   The optional headers module allows for the customization of HTTP
   response headers. Headers can be merged, replaced or removed. The
  
  
  
  1.22.2.3  +1 -1  apache/htdocs/manual/mod/mod_proxy.html
  
  Index: mod_proxy.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_proxy.html,v
  retrieving revision 1.22.2.2
  retrieving revision 1.22.2.3
  diff -u -r1.22.2.2 -r1.22.2.3
  --- mod_proxy.html1997/07/27 17:16:18 1.22.2.2
  +++ mod_proxy.html1997/08/02 08:24:08 1.22.2.3
  @@ -13,7 +13,7 @@
ALINK=#FF
   
   !--#include virtual=header.html --
  -H1 ALIGN=CENTERApache module mod_proxy/h1
  +H1 ALIGN=CENTERModule mod_proxy/H1
   
   This module is contained in the codemod_proxy.c/code file for Apache 
1.1.x,
   or the codemodules/proxy/code subdirectory for Apache 1.2, and
  
  
  


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

1997-03-11 Thread Dean Gaudet
dgaudet 97/03/11 19:00:46

  Modified:htdocs/manual/mod  mod_browser.html
  Log:
  fixed typo
  
  Revision  ChangesPath
  1.7   +1 -1  apache/htdocs/manual/mod/mod_browser.html
  
  Index: mod_browser.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_browser.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -C3 -r1.6 -r1.7
  *** mod_browser.html  1996/12/02 18:14:03 1.6
  --- mod_browser.html  1997/03/12 03:00:45 1.7
  ***
  *** 40,46 
header. The first argument should be a POSIX.2 extended regular
expression (similar to an egrep-style regex). The rest of the arguments
give names of variables to set. These take the form of either
  ! codevarname/code, code!varname/code or
codevarname=value/code. In the first form, the value will be set
to 1. The second will remove the given variable if already defined,
and the third will set the variable to the value given by 
codevalue/code. If a User-Agent
  --- 40,46 
header. The first argument should be a POSIX.2 extended regular
expression (similar to an egrep-style regex). The rest of the arguments
give names of variables to set. These take the form of either
  ! codevarname/code, code!varname/code or
codevarname=value/code. In the first form, the value will be set
to 1. The second will remove the given variable if already defined,
and the third will set the variable to the value given by 
codevalue/code. If a User-Agent
  
  
  


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

1996-12-01 Thread Alexei Kosut
akosut  96/12/01 00:38:25

  Modified:htdocs/manual/mod  mod_browser.html
  Log:
  Forgot to add 1.2-only lines. Oops.
  
  Revision  ChangesPath
  1.4   +3 -1  apache/htdocs/manual/mod/mod_browser.html
  
  Index: mod_browser.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_browser.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** mod_browser.html  1996/12/01 08:31:23 1.3
  --- mod_browser.html  1996/12/01 08:38:24 1.4
  ***
  *** 9,15 
H1Apache module mod_browser/h1

This module is contained in the codemod_browser.c/code file, and
  ! is compiled in by default. It provides for
setting environment variables based on the browser.

h2Summary/h2
  --- 9,15 
H1Apache module mod_browser/h1

This module is contained in the codemod_browser.c/code file, and
  ! is compiled in by default with Apache 1.2 and above. It provides for
setting environment variables based on the browser.

h2Summary/h2
  ***
  *** 33,38 
  --- 33,39 
strongContext:/strong server configbr
strongStatus:/strong basebr
strongModule:/strong mod_browserp
  + strongCompatibility:/strong Apache 1.2 and above

The BrowserMatch directive defines environment variables based on the
User-Agent
  ***
  *** 59,64 
  --- 60,66 
strongContext:/strong server configbr
strongStatus:/strong basebr
strongModule:/strong mod_browser
  + strongCompatibility:/strong Apache 1.2 and above

pThe codeBrowserMatchNoCase/code directive is semantically identical 
to
   the a href=#browsermatchcodeBrowserMatch/code/a
  
  
  


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

1996-12-01 Thread Alexei Kosut
akosut  96/12/01 00:40:01

  Modified:htdocs/manual/mod  mod_browser.html
  Log:
  Oops... HTML muckup. I think I got it right this time (knock on wood).
  
  Revision  ChangesPath
  1.5   +3 -3  apache/htdocs/manual/mod/mod_browser.html
  
  Index: mod_browser.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_browser.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** mod_browser.html  1996/12/01 08:38:24 1.4
  --- mod_browser.html  1996/12/01 08:40:01 1.5
  ***
  *** 32,39 
strongSytnax:/strong BrowserMatch emregex attr1 attr2.../embr
strongContext:/strong server configbr
strongStatus:/strong basebr
  ! strongModule:/strong mod_browserp
  ! strongCompatibility:/strong Apache 1.2 and above

The BrowserMatch directive defines environment variables based on the
User-Agent
  --- 32,39 
strongSytnax:/strong BrowserMatch emregex attr1 attr2.../embr
strongContext:/strong server configbr
strongStatus:/strong basebr
  ! strongModule:/strong mod_browserbr
  ! strongCompatibility:/strong Apache 1.2 and abovep

The BrowserMatch directive defines environment variables based on the
User-Agent
  ***
  *** 59,65 
strongSytnax:/strong BrowserMatchNoCase emregex attr1 
attr2.../embr
strongContext:/strong server configbr
strongStatus:/strong basebr
  ! strongModule:/strong mod_browser
strongCompatibility:/strong Apache 1.2 and above

pThe codeBrowserMatchNoCase/code directive is semantically identical 
to
  --- 59,65 
strongSytnax:/strong BrowserMatchNoCase emregex attr1 
attr2.../embr
strongContext:/strong server configbr
strongStatus:/strong basebr
  ! strongModule:/strong mod_browserbr
strongCompatibility:/strong Apache 1.2 and above

pThe codeBrowserMatchNoCase/code directive is semantically identical 
to