mjc 96/06/05 07:40:44
Modified: src httpd.h Log: Submitted by: Rob Hartill Make the message about server version strings get noticed Revision Changes Path 1.23 +5 -4 apache/src/httpd.h Index: httpd.h =================================================================== RCS file: /export/home/cvs/apache/src/httpd.h,v retrieving revision 1.22 retrieving revision 1.23 diff -C3 -r1.22 -r1.23 *** httpd.h 1996/06/03 11:48:24 1.22 --- httpd.h 1996/06/05 14:40:42 1.23 *************** *** 217,224 **** #define DEFAULT_MAX_REQUESTS_PER_CHILD 0 - /* ------------------------------ error types ------------------------------ */ - /* If you have altered Apache and wish to change the SERVER_VERSION define * below, please keep to the HTTP/1.0 specification. This states that * the identification string should consist of product tokens with an optional --- 217,222 ---- *************** *** 229,243 **** * "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.1b3 MrWidget/0.1-alpha" */ ! #define SERVER_VERSION "Apache/1.1b3-dev" #define SERVER_PROTOCOL "HTTP/1.0" #define SERVER_SUPPORT "http://www.apache.org/" #define DECLINED -1 /* Module declines to handle */ #define OK 0 /* Module has handled this stage. */ #define DOCUMENT_FOLLOWS 200 #define REDIRECT 302 --- 227,244 ---- * "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.1b3 MrWidget/0.1-alpha" */ ! #define SERVER_VERSION "Apache/1.1b3-dev" /* SEE COMMENTS ABOOE */ ! #define SERVER_PROTOCOL "HTTP/1.0" #define SERVER_SUPPORT "http://www.apache.org/" #define DECLINED -1 /* Module declines to handle */ #define OK 0 /* Module has handled this stage. */ + + /* ------------------------------ error types ------------------------------ */ #define DOCUMENT_FOLLOWS 200 #define REDIRECT 302