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/06/14 17:28:50 UTC

DO NOT REPLY [Bug 9873] New: - pid file seems to differ in apachectl und apache process

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=9873>.
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=9873

pid file seems to differ in apachectl und apache process

           Summary: pid file seems to differ in apachectl und apache process
           Product: Apache httpd-2.0
           Version: 2.0.36
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: rainer.scherg@boschrexroth.de


When configuring with "--with-program-name=" to another processname,
apachectl cannot stop the server, because it doesn't find the PID file.

e.g.:
   ./configure --with-program-name=httpd-proxy ...

   apachectl  start     # works, apache creates  .../logs/httpd.pid
   apachectl  stop      # fails, because seeking  .../logs/httpd-proxy.pid

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org