coar 97/08/23 09:55:34
Modified: src/main http_main.c
Log:
Add the current server version to the "server ready" message in
the error log.
Revision Changes Path
1.205 +3 -1 apachen/src/main/http_main.c
Index: http_main.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_main.c,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- http_main.c 1997/08/18 07:17:25 1.204
+++ http_main.c 1997/08/23 16:55:31 1.205
@@ -3124,8 +3124,10 @@
hold_off_on_exponential_spawning = 10;
}
+ log_printf (server_conf, "Apache HTTP Server version: %s",
+ SERVER_VERSION);
log_error ("Server configured -- resuming normal operations",
- server_conf);
+ server_conf);
restart_pending = 0;
while (!restart_pending) {