martin 98/01/30 01:59:24
Modified: src/main http_main.c
Log:
Add MODULE_MAGIC_NUMBER to the output generated by -V
Revision Changes Path
1.278 +1 -0 apache-1.3/src/main/http_main.c
Index: http_main.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/http_main.c,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -u -r1.277 -r1.278
--- http_main.c 1998/01/28 10:00:30 1.277
+++ http_main.c 1998/01/30 09:59:21 1.278
@@ -2797,6 +2797,7 @@
printf("Server version \"%s\"\n", SERVER_VERSION);
#endif
printf("Server built: %s\n", SERVER_BUILT);
+ printf("Server's Module Magic Number: %lu\n", MODULE_MAGIC_NUMBER);
printf("Server compiled with....\n");
#ifdef BIG_SECURITY_HOLE
printf(" -D BIG_SECURITY_HOLE\n");