cvs commit: apache-1.3/htdocs/manual/mod directives.html

2000-02-03 Thread martin
martin  00/02/03 03:54:29

  Modified:htdocs/manual/mod directives.html
  Log:
  Add missing references (they *WERE* in marc's first patch?!?!)
  
  Revision  ChangesPath
  1.62  +2 -0  apache-1.3/htdocs/manual/mod/directives.html
  
  Index: directives.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/directives.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- directives.html   2000/01/31 22:56:48 1.61
  +++ directives.html   2000/02/03 11:54:28 1.62
  @@ -31,6 +31,8 @@
   AddAltByEncoding
   AddAltByType
   AddCharset
  +AddDefaultCharset
  +AddDefaultCharsetName
   AddDescription
   AddEncoding
   AddHandler
  
  
  


cvs commit: apache-1.3/htdocs/manual/mod directives.html

2000-01-31 Thread marc
marc00/01/31 14:56:50

  Modified:htdocs/manual/mod directives.html
  Log:
  Add missing AddCharset directive.
  
  Revision  ChangesPath
  1.61  +1 -0  apache-1.3/htdocs/manual/mod/directives.html
  
  Index: directives.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/directives.html,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- directives.html   1999/12/19 16:34:32 1.60
  +++ directives.html   2000/01/31 22:56:48 1.61
  @@ -30,6 +30,7 @@
   AddAlt
   AddAltByEncoding
   AddAltByType
  +AddCharset
   AddDescription
   AddEncoding
   AddHandler
  
  
  


cvs commit: apache-1.3/htdocs/manual/mod directives.html mod_vhost_alias.html

1999-12-19 Thread lars
lars99/12/19 08:34:32

  Modified:htdocs/manual/mod directives.html mod_vhost_alias.html
  Log:
  minor fixes
  
  Revision  ChangesPath
  1.60  +4 -0  apache-1.3/htdocs/manual/mod/directives.html
  
  Index: directives.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/directives.html,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- directives.html   1999/11/28 12:14:21 1.59
  +++ directives.html   1999/12/19 16:34:32 1.60
  @@ -217,6 +217,10 @@
   User
   UserDir
   
  +VirtualDocumentRoot
  +VirtualDocumentRootIP
  +VirtualScriptAlias
  +VirtualScriptAliasIP
   XBitHack
   
   
  
  
  
  1.5   +16 -20apache-1.3/htdocs/manual/mod/mod_vhost_alias.html
  
  Index: mod_vhost_alias.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_vhost_alias.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- mod_vhost_alias.html  1999/07/02 06:56:09 1.4
  +++ mod_vhost_alias.html  1999/12/19 16:34:32 1.5
  @@ -23,13 +23,9 @@
   
   
   This module is contained in the mod_vhost_alias.c file
  -and is not compiled in by default. It should be mentioned near the
  -start of the Configuration file so that it doesn't
  -override the behaviour of other modules that do filename translation,
  -e.g., mod_userdir and
  -mod_alias. It provides
  -support for dynamically configured mass
  -virtual hosting.
  +and is not compiled in by default. It provides support for
  +dynamically configured mass virtual
  +hosting.
   
   
   Directory Name Interpolation
  @@ -149,14 +145,14 @@
   
   Directives
   
  -  VirtualDocumentRoot
  -  VirtualDocumentRootIP
  -  VirtualScriptAlias
  -  VirtualScriptAliasIP
  +  VirtualDocumentRoot
  +  VirtualDocumentRootIP
  +  VirtualScriptAlias
  +  VirtualScriptAliasIP
   
   
   
  -VirtualDocumentRoot directive
  +VirtualDocumentRoot directive
   
   interpolated-directory is
   none then VirtaulDocumentRoot is turned off.
   This directive cannot be used in the same context as
  -VirtualDocumentRootIP.
  +VirtualDocumentRootIP.
   
   
   
  -VirtualDocumentRootIP directive
  +VirtualDocumentRootIP directive
   
   Compatibility: VirtualDocumentRootIP is only available 
in 1.3.7 and later.
   
   The VirtualDocumentRootIP directive is like the
  -VirtualDocumentRoot 
directive,
  +VirtualDocumentRoot 
directive,
   except that it uses the IP address of the server end of the connection
   instead of the server name.
   
   
   
  -VirtualScriptAlias directive
  +VirtualScriptAlias directive
   
   
   The VirtualScriptAlias directive allows you to determine
   where Apache will find CGI scripts in a similar manner to
  -VirtualDocumentRoot
  +VirtualDocumentRoot
   does for other documents. It matches requests for URIs starting
   /cgi-bin/, much like
   ScriptAlias /cgi-bin/
  @@ -266,7 +262,7 @@
   
   
   
  -VirtualScriptAliasIP directive
  +VirtualScriptAliasIP directive
   
   Compatibility: VirtualScriptAliasIP is only available 
in 1.3.7 and later.
   
  -The VirtualScriptAliasIP directibe is like the
  -VirtualScriptAlias directive,
  +The VirtualScriptAliasIP directive is like the
  +VirtualScriptAlias directive,
   except that it uses the IP address of the server end of the connection
   instead of the server name.
   
  
  
  


cvs commit: apache-1.3/htdocs/manual/mod directives.html

1999-11-28 Thread rse
rse 99/11/28 04:14:22

  Modified:src  CHANGES
   htdocs/manual/mod directives.html
  Log:
  Added missing links to htdocs/manual/mod/directives.html
  for AllowCONNECT and ProxyDomain.
  
  Submitted by: Patrik Grip-Jansson <[EMAIL PROTECTED]>, Ralf S. Engelschall
  Reviewed by: Ralf S. Engelschall
  PR: 5319
  
  Revision  ChangesPath
  1.1453+4 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1452
  retrieving revision 1.1453
  diff -u -r1.1452 -r1.1453
  --- CHANGES   1999/11/28 11:41:53 1.1452
  +++ CHANGES   1999/11/28 12:14:18 1.1453
  @@ -1,5 +1,9 @@
   Changes with Apache 1.3.10
   
  +  *) Added missing links to htdocs/manual/mod/directives.html 
  + for AllowCONNECT and ProxyDomain. [Patrik Grip-Jansson 
  + <[EMAIL PROTECTED]>, Ralf S. Engelschall] PR#5319
  +
 *) Fixed typo in htdocs/manual/install.html.
[Chris Pepper <[EMAIL PROTECTED]>] PR#5360
   
  
  
  
  1.59  +2 -0  apache-1.3/htdocs/manual/mod/directives.html
  
  Index: directives.html
  ===
  RCS file: /home/cvs/apache-1.3/htdocs/manual/mod/directives.html,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- directives.html   1999/06/24 16:38:34 1.58
  +++ directives.html   1999/11/28 12:14:21 1.59
  @@ -44,6 +44,7 @@
   Alias
   AliasMatch
   allow
  +AllowCONNECT
   AllowOverride
   Anonymous
   Anonymous_Authoritative
  @@ -155,6 +156,7 @@
   PidFile
   Port
   ProxyBlock
  +ProxyDomain
   ProxyPass
   ProxyPassReverse
   ProxyReceiveBufferSize
  
  
  


cvs commit: apache-1.3/htdocs/manual/mod directives.html

1999-03-23 Thread pcs
pcs 99/03/23 06:35:48

  Modified:htdocs/manual/mod directives.html
  Log:
  RemoveHandler was missing from the directives list
  
  Revision  ChangesPath
  1.56  +1 -0  apache-1.3/htdocs/manual/mod/directives.html
  
  Index: directives.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/directives.html,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- directives.html   1999/02/09 20:20:23 1.55
  +++ directives.html   1999/03/23 14:35:47 1.56
  @@ -168,6 +168,7 @@
   RedirectTemp
   RefererIgnore
   RefererLog
  +RemoveHandler
   require
   ResourceConfig
   RewriteBase
  
  
  


cvs commit: apache-1.3/htdocs/manual/mod directives.html mod_negotiation.html mod_mime.html

1998-12-27 Thread lars
lars98/12/26 18:38:18

  Modified:htdocs/manual/mod directives.html mod_negotiation.html
mod_mime.html
  Log:
  A little update (DefaultLanguage wasn't on the directives page).
  
  Revision  ChangesPath
  1.53  +1 -0  apache-1.3/htdocs/manual/mod/directives.html
  
  Index: directives.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/directives.html,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- directives.html   1998/10/15 16:54:09 1.52
  +++ directives.html   1998/12/27 02:38:14 1.53
  @@ -88,6 +88,7 @@
   CoreDumpDirectory
   CustomLog
   DefaultIcon
  +DefaultLanguage
   DefaultType
   deny
   
  
  
  
  1.13  +8 -1  apache-1.3/htdocs/manual/mod/mod_negotiation.html
  
  Index: mod_negotiation.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_negotiation.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- mod_negotiation.html  1998/09/17 12:06:40 1.12
  +++ mod_negotiation.html  1998/12/27 02:38:15 1.13
  @@ -168,8 +168,15 @@
   
   
   Note that this directive only has an effect if a 'best' language
  -cannot be determined by other any other means. Correctly implemented
  +cannot be determined by any other means. Correctly implemented
   HTTP/1.1 requests will mean this directive has no effect.
  +
  +
  +
  +See also:
  +DefaultLanguage and
  +AddLanguage
  +
   
   
   
  
  
  
  1.29  +8 -1  apache-1.3/htdocs/manual/mod/mod_mime.html
  
  Index: mod_mime.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_mime.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- mod_mime.html 1998/12/04 17:39:24 1.28
  +++ mod_mime.html 1998/12/27 02:38:15 1.29
  @@ -241,7 +241,8 @@
   compressed English document (as will the document
   .Z.en). Although the content language is reported to
   the client, the browser is unlikely to use this information. The
  -AddLanguage directive is more useful for content negotiation, where
  +AddLanguage directive is more useful for content negotiation, where
   the server returns one from several documents based on the client's
   language preference.
   
  @@ -249,6 +250,9 @@
   
   See also: Files with
   multiple extensions
  +
  +See also: mod_negotiation
   
   
   
  @@ -342,6 +346,9 @@
   
   
   
  +See also: mod_negotiation
  +
   See also: Files with
   multiple extensions
   
  
  
  


cvs commit: apache-1.3/htdocs/manual/mod directives.html

1998-10-15 Thread marc
marc98/10/15 09:54:10

  Modified:htdocs/manual/mod directives.html
  Log:
  Add missing ProxyVia directive.
  
  Revision  ChangesPath
  1.52  +1 -0  apache-1.3/htdocs/manual/mod/directives.html
  
  Index: directives.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/directives.html,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- directives.html   1998/09/17 20:23:38 1.51
  +++ directives.html   1998/10/15 16:54:09 1.52
  @@ -158,6 +158,7 @@
   ProxyReceiveBufferSize
   ProxyRemote
   ProxyRequests
  +ProxyVia
   ReadmeName
   Redirect
   RedirectMatch
  
  
  


cvs commit: apache-1.3/htdocs/manual/mod directives.html

1998-05-29 Thread jim
jim 98/05/28 19:55:17

  Modified:htdocs/manual/mod directives.html
  Log:
  Add the ServerTokens to the main directive list
  
  Revision  ChangesPath
  1.45  +1 -0  apache-1.3/htdocs/manual/mod/directives.html
  
  Index: directives.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/directives.html,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- directives.html   1998/05/04 16:46:38 1.44
  +++ directives.html   1998/05/29 02:55:17 1.45
  @@ -187,6 +187,7 @@
   ServerPath
   ServerRoot
   ServerSignature
  +ServerTokens
   ServerType
   SetEnv
   SetEnvIf
  
  
  


cvs commit: apache-1.3/htdocs/manual/mod directives.html index.html mod_dll.html mod_so.html

1998-03-21 Thread pcs
pcs 98/03/21 09:03:50

  Modified:htdocs/manual/mod directives.html index.html mod_dll.html
mod_so.html
  Log:
  Update docs to reflect the fact that mod_dll has been replaced by mod_so.
  In particular, mark mod_dll as obselete, add Windows information and
  examples to mod_so documentation, copy info about creating DLLs from
  mod_dll.html to mod_so.html (although this needs more work to add info
  for Unix users, since most of the description applies to all systems).
  
  Revision  ChangesPath
  1.42  +2 -4  apache-1.3/htdocs/manual/mod/directives.html
  
  Index: directives.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/directives.html,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- directives.html   1998/03/20 11:08:26 1.41
  +++ directives.html   1998/03/21 17:03:47 1.42
  @@ -120,10 +120,8 @@
   
   Listen
   ListenBacklog
  -LoadFile (Unix)
  -LoadFile (Windows)
  -LoadModule (Unix)
  -LoadModule (Windows)
  +LoadFile
  +LoadModule
   
   
   LockFile
  
  
  
  1.25  +3 -3  apache-1.3/htdocs/manual/mod/index.html
  
  Index: index.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/index.html,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- index.html1998/02/03 11:40:22 1.24
  +++ index.html1998/03/21 17:03:48 1.25
  @@ -60,8 +60,8 @@
   Basic directory handling.
   mod_dld Apache 1.2.* and earlier
   Start-time linking with the GNU libdld. Replaced in Apache 1.3 by mod_so
  -mod_dll
  -Start-time module linking with Win32 DLLs.
  +mod_dll Apache 1.3b1 to 1.3b5 only
  +Replaced in 1.3b6 by mod_so
   mod_env
   Passing of environments to CGI scripts
   mod_example Apache 1.2 and up
  @@ -100,7 +100,7 @@
   mod_setenvif Apache 1.3 and up
   Set environment variables based on client information
   mod_so Apache 1.3 and up
  -Experimental support for loading modules at runtime on Unix
  +Experimental support for loading modules (DLLs on Windows) at runtime
   mod_speling Apache 1.3 and up
   Automatically correct minor typos in URLs
   mod_status
  
  
  
  1.8   +5 -0  apache-1.3/htdocs/manual/mod/mod_dll.html
  
  Index: mod_dll.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_dll.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- mod_dll.html  1998/02/05 21:20:00 1.7
  +++ mod_dll.html  1998/03/21 17:03:49 1.8
  @@ -14,6 +14,11 @@
   >
   
   Module mod_dll
  +
  +This module is obsolete.  As of version
  +1.3b6 of Apache, it has been replaced with 
  +mod_so.  
  +
   
   This module is contained in the mod_dll.c file, and is 
   compiled in by default for Windows. It provides for loading of executable 
code
  
  
  
  1.3   +81 -11apache-1.3/htdocs/manual/mod/mod_so.html
  
  Index: mod_so.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_so.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_so.html   1998/02/05 20:04:59 1.2
  +++ mod_so.html   1998/03/21 17:03:49 1.3
  @@ -15,11 +15,20 @@
   
   Module mod_so
   
  -This module is contained in the mod_so.c file, and is not
  -compiled in by default. It provides for loading of executable code and
  -modules into the server at start-up time, on Unix systems. Win32
  -systems use mod_dll instead. This module is
  -only available in Apache 1.3 and up.
  +This module is contained in the mod_so.c file. It is
  +compiled in by default on Windows and is not compiled in by default on
  +Unix. It provides for loading of executable code and modules into the
  +server at start-up or restart time. On Unix, the loaded code typically
  +comes from shared object files (usually with .so
  +extension), whilst on Windows this module loads DLL
  +files. This module is only available in Apache 1.3 and up.
  +
  +
  +
  +In previous releases, the functionality of this module was provided
  +for Unix by mod_dld, and for Windows by mod_dll. On Windows, mod_dll
  +was used in beta release 1.3b1 through 1.3b5. mod_so combines these
  +two modules into a single module for all operating systems.
   
   Summary
   
  @@ -55,10 +64,11 @@
REL="Help"
   >Module: mod_so
   
  -The LoadFile directive links in the named object files or libraries when
  -the server is started; this is used to load additional code which
  -may be required for some module to work. Filename is relative
  -to ServerRoot.
  +The LoadFile directive links in the named object files or libraries
  +when the server is started or restarted; this is used to

cvs commit: apache-1.3/htdocs/manual/mod directives.html

1998-03-20 Thread Ralf S. Engelschall
rse 98/03/20 03:08:27

  Modified:htdocs/manual/mod directives.html
  Log:
  One more missing hyperlink.
  
  Revision  ChangesPath
  1.41  +1 -0  apache-1.3/htdocs/manual/mod/directives.html
  
  Index: directives.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/directives.html,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- directives.html   1998/03/20 10:35:27 1.40
  +++ directives.html   1998/03/20 11:08:26 1.41
  @@ -134,6 +134,7 @@
   MaxRequestsPerChild
   MaxSpareServers
   MetaDir
  +MetaFiles
   MetaSuffix
   MimeMagicFile
   MinSpareServers
  
  
  


cvs commit: apache-1.3/htdocs/manual/mod directives.html

1998-03-20 Thread Ralf S. Engelschall
rse 98/03/20 02:35:27

  Modified:htdocs/manual/mod directives.html
  Log:
  Add missing hyperlinks.
  
  PR#: 1963
  
  Revision  ChangesPath
  1.40  +4 -0  apache-1.3/htdocs/manual/mod/directives.html
  
  Index: directives.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/directives.html,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- directives.html   1998/02/04 21:40:04 1.39
  +++ directives.html   1998/03/20 10:35:27 1.40
  @@ -128,6 +128,7 @@
   
   LockFile
   LogFormat
  +LogLevel
   MaxClients
   MaxKeepAliveRequests
   MaxRequestsPerChild
  @@ -145,6 +146,8 @@
   Port
   ProxyBlock
   ProxyPass
  +ProxyPassReverse
  +ProxyReceiveBufferSize
   ProxyRemote
   ProxyRequests
   ReadmeName
  @@ -159,6 +162,7 @@
   RewriteBase
   RewriteCond
   RewriteEngine
  +RewriteLock
   RewriteLog
   RewriteLogLevel
   RewriteMap
  
  
  


cvs commit: apache-1.3/htdocs/manual/mod directives.html

1998-02-04 Thread dgaudet
dgaudet 98/02/04 13:40:05

  Modified:htdocs/manual/mod directives.html
  Log:
  two of the probably many missing directives
  
  Revision  ChangesPath
  1.39  +2 -0  apache-1.3/htdocs/manual/mod/directives.html
  
  Index: directives.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/directives.html,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- directives.html   1998/02/03 11:40:22 1.38
  +++ directives.html   1998/02/04 21:40:04 1.39
  @@ -136,6 +136,7 @@
   MetaSuffix
   MimeMagicFile
   MinSpareServers
  +NameVirtualHost
   NoCache
   Options
   order
  @@ -192,6 +193,7 @@
   TransferLog
   TypesConfig
   UnsetEnv
  +UseCanonicalName
   User
   UserDir