You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/04/08 16:49:54 UTC

DO NOT REPLY [Bug 7841] New: - httpd.pid file placement in httpd-std.conf

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7841>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7841

httpd.pid file placement in httpd-std.conf

           Summary: httpd.pid file placement in httpd-std.conf
           Product: Apache httpd-2.0
           Version: 2.0.35
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: andreas@netbank.com.br


Should the PID file really be placed in the logdir?

--- httpd-2.0.35/docs/conf/httpd-std.conf.in.confvars   2002-04-04
06:15:43.000000000 -0300
+++ httpd-2.0.35/docs/conf/httpd-std.conf.in    2002-04-07 17:54:11.000000000 -0300
@@ -78,7 +78,7 @@
 # identification number when it starts.
 #
 <IfModule !mpm_netware.c>
-PidFile @rel_logfiledir@/httpd.pid
+PidFile @rel_runtimedir@/httpd.pid
 </IfModule>
 
 #