]> granicus.if.org Git - apache/commitdiff
bring along the comment (from httpd.h) that went with these defines
authorGreg Stein <gstein@apache.org>
Mon, 12 Feb 2001 02:11:24 +0000 (02:11 +0000)
committerGreg Stein <gstein@apache.org>
Mon, 12 Feb 2001 02:11:24 +0000 (02:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88100 13f79535-47bb-0310-9956-ffa450edef68

include/ap_release.h

index 8ff04158e842bf0e4eba2a1b70b174217019baa9..76a6a555cbbcf046ab4a46f05c07c4f383e62647 100644 (file)
 #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"