You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ben Hyde <bh...@gensym.com> on 1997/12/09 21:27:43 UTC

[PATCH] WIN32 deserves a pid log file.

Write the pid log file in apache_main, so that if one
can figure out how to signal (or whatever) the process
you can.

> cvs diff -u http_main.c
Index: http_main.c
===================================================================
RCS file: /cvs/apachen/src/main/http_main.c,v
retrieving revision 1.255
diff -u -r1.255 http_main.c
--- http_main.c	1997/11/25 20:43:32	1.255
+++ http_main.c	1997/12/09 21:40:06
@@ -4372,6 +4372,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);