rse         98/04/28 23:32:12

  Modified:    src/main http_core.c
               htdocs/manual/mod core.html
  Log:
  A HTML fix and a documentation fix for ServerSignature directive.
  
  Submitted by: Lars Eilebrecht
  Reviewed by: Martin Kraemer, Ralf S. Engelschall
  
  Revision  Changes    Path
  1.188     +1 -1      apache-1.3/src/main/http_core.c
  
  Index: http_core.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/main/http_core.c,v
  retrieving revision 1.187
  retrieving revision 1.188
  diff -u -r1.187 -r1.188
  --- http_core.c       1998/04/23 16:06:07     1.187
  +++ http_core.c       1998/04/29 06:32:09     1.188
  @@ -1839,7 +1839,7 @@
                       "</ADDRESS>\n", NULL);
       }
       return ap_pstrcat(r->pool, prefix, "<ADDRESS>" SERVER_BASEVERSION
  -          " Server at ", r->server->server_hostname, "</A> Port ", sport,
  +          " Server at ", r->server->server_hostname, " Port ", sport,
                   "</ADDRESS>\n", NULL);
   }
   
  
  
  
  1.109     +1 -1      apache-1.3/htdocs/manual/mod/core.html
  
  Index: core.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/core.html,v
  retrieving revision 1.108
  retrieving revision 1.109
  diff -u -r1.108 -r1.109
  --- core.html 1998/04/25 16:44:31     1.108
  +++ core.html 1998/04/29 06:32:11     1.109
  @@ -2383,7 +2383,7 @@
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  -><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
  +><STRONG>Context:</STRONG></A> server config, virtual host, directory, 
.htaccess<BR>
   <A
    HREF="directive-dict.html#Status"
    REL="Help"
  
  
  

Reply via email to