You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@apache.org on 2001/02/12 03:11:24 UTC

cvs commit: httpd-2.0/include ap_release.h

gstein      01/02/11 18:11:24

  Modified:    include  ap_release.h
  Log:
  bring along the comment (from httpd.h) that went with these defines
  
  Revision  Changes    Path
  1.2       +12 -0     httpd-2.0/include/ap_release.h
  
  Index: ap_release.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/ap_release.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- ap_release.h	2001/02/05 03:15:19	1.1
  +++ ap_release.h	2001/02/12 02:11:24	1.2
  @@ -59,6 +59,18 @@
   #ifndef AP_RELEASE_H
   #define AP_RELEASE_H
   
  +/*
  + * The below defines the base string of the Server: header. Additional
  + * tokens can be added via the ap_add_version_component() API call.
  + *
  + * The tokens are listed in order of their significance for identifying the
  + * application.
  + *
  + * "Product tokens should be short and to the point -- use of them for 
  + * advertizing or other non-essential information is explicitly forbidden."
  + *
  + * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
  + */
   #define AP_SERVER_BASEVENDOR "Apache Software Foundation"
   #define AP_SERVER_BASEPRODUCT "Apache"
   #define AP_SERVER_BASEREVISION "2.0b1-dev"