Received: (qmail 3614 invoked by uid 501); 6 Nov 2001 18:40:10 -0000 Message-Id: <20011106184010.3613.qmail@apache.org> Date: 6 Nov 2001 18:40:10 -0000 From: Daniel Denes Reply-To: dd@weblicon.net To: submit@bugz.apache.org Subject: PIDFILE variable in apachectrl does not match the same var in httpd.conf X-Send-Pr-Version: 3.110 >Number: 8691 >Category: build >Synopsis: PIDFILE variable in apachectrl does not match the same var in httpd.conf >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Tue Nov 06 10:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: dd@weblicon.net >Release: 1.3.22 >Organization: apache >Environment: Solaris 8, Recommended patches as of Sept. 2001 SunOS chaplin 5.8 Generic sun4u sparc SUNW,Ultra-5_10 >Description: After a fresh install of 1.3.22 with mod_ssl according to the recommended procedure, using this statement: ./configure --with-layout=Solaris --enable-rule=SHARED_CORE --enable-module=so --enable-module=rewrite --enable-shared=rewrite --enable-module=env --enable-shared=env --enable-module=log_config --enable-shared=log_config --enable-module=mime --enable-shared=mime --enable-module=info --enable-shared=info --enable-module=mime_magic --enable-shared=mime_magic --enable-module=setenvif --enable-shared=setenvif --enable-module=status --enable-shared=status --enable-module=vhost_alias --enable-shared=vhost_alias --enable-module=cgi --enable-shared=cgi --enable-module=ssl --enable-shared=ssl for the apache build, it turns out that in apachectrl, i find this line: [...] PIDFILE=/usr/apache/logs/httpd.pid [...] while in httpd.conf it reads like this: [...] PidFile /var/run/httpd.pid [...] causing the following: root@chaplin [/var/apache/logs]> /usr/apache/bin/apachectl stop /usr/apache/bin/apachectl stop: httpd (no pid file) not running >How-To-Repeat: >Fix: Solved it by changing the PIDFILE assignment inside apachectrl to PIDFILE=/var/run/httpd.pid >Release-Note: >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]