dgaudet 98/01/21 14:24:06
Modified: src CHANGES
src/main http_main.c
Log:
WIN32 deserves a pid file.
Submitted by: Ben Hyde
Reviewed by: Jim Jagielski, Martin Kraemer, Dean Gaudet
Revision Changes Path
1.582 +2 -0 apachen/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apachen/src/CHANGES,v
retrieving revision 1.581
retrieving revision 1.582
diff -u -r1.581 -r1.582
--- CHANGES 1998/01/21 22:22:07 1.581
+++ CHANGES 1998/01/21 22:24:00 1.582
@@ -1,4 +1,6 @@
Changes with Apache 1.3b4
+
+ *) WIN32 deserves a pid file. [Ben Hyde]
*) suexec errors now include the errno/description. [Marc Slemko] PR#1543
1.270 +1 -0 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.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- http_main.c 1998/01/21 22:14:14 1.269
+++ http_main.c 1998/01/21 22:24:04 1.270
@@ -4860,6 +4860,7 @@
}
server_conf = read_config(pconf, ptrans, server_confname);
+ log_pid(pconf, pid_fname);
init_modules(pconf, server_conf);
suexec_enabled = init_suexec();
open_logs(server_conf, pconf);