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=7798>.
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=7798
apachectl stop leaves processes running on OpenBSD 3.0
------- Additional Comments From andreas@netbank.com.br 2002-04-07 16:16 -------
apachectl expects to find the PID file in a specific place, /var/run in linux,
for example. I found out that my default httpd.conf was putting it in
/var/log/apache2 instead, that is, the log directory. Changing httpd.conf to
place the pid file in /var/run solved this for me.
|