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  Changes    Path
  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 @@
   <LI><A HREF="mod_alias.html#alias">Alias</A>
   <LI><A HREF="mod_alias.html#aliasmatch">AliasMatch</A>
   <LI><A HREF="mod_access.html#allow">allow</A>
  +<LI><A HREF="mod_proxy.html#allowconnect">AllowCONNECT</A>
   <LI><A HREF="core.html#allowoverride">AllowOverride</A>
   <LI><A HREF="mod_auth_anon.html#anonymous">Anonymous</A>
   <LI><A HREF="mod_auth_anon.html#Authoritative">Anonymous_Authoritative</A>
  @@ -155,6 +156,7 @@
   <LI><A HREF="core.html#pidfile">PidFile</A>
   <LI><A HREF="core.html#port">Port</A>
   <LI><A HREF="mod_proxy.html#proxyblock">ProxyBlock</A>
  +<LI><A HREF="mod_proxy.html#proxydomain">ProxyDomain</A>
   <LI><A HREF="mod_proxy.html#proxypass">ProxyPass</A>
   <LI><A HREF="mod_proxy.html#proxypassreverse">ProxyPassReverse</A>
   <LI><A 
HREF="mod_proxy.html#proxyreceivebuffersize">ProxyReceiveBufferSize</A>
  
  
  

Reply via email to