The following reply was made to PR os-hpux/1000; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]>
To: Apache bugs database <[EMAIL PROTECTED]>
Subject: Re: os-hpux/1000: second sighup stop's server (fwd)
Date: Sat, 16 Aug 1997 19:01:26 -0600 (MDT)
---------- Forwarded message ----------
Date: Sun, 17 Aug 1997 00:38:30 +0200 (MET DST)
From: Meno Abels <[EMAIL PROTECTED]>
To: Marc Slemko <[EMAIL PROTECTED]>
Subject: Re: os-hpux/1000: second sighup stop's server
> Synopsis: second sighup stop's server
>
> State-Changed-From-To: open-analyzed
> State-Changed-By: marc
> State-Changed-When: Fri Aug 15 21:04:16 PDT 1997
> State-Changed-Why:
> Does it work properly if you add -DNO_SLACK to the
> EXTRA_CFLAGS line of your Configuration file and
> rerun Configure and rebuild?
/usr/inter/apache/src/httpd -d /usr/inter/apache
# ps -eaf | grep http
root 11384 1 0 00:36:17 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
apache 11387 11384 0 00:36:17 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
apache 11394 11384 0 00:36:20 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
apache 11393 11384 0 00:36:19 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
apache 11391 11384 0 00:36:17 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
apache 11389 11384 0 00:36:17 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
apache 11395 11384 0 00:36:21 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
root 11385 11384 0 00:36:17 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
apache 11388 11384 0 00:36:17 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
root 11397 11372 2 00:36:22 pts/0 0:00 grep http
apache 11390 11384 0 00:36:17 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
apache 11386 11385 0 00:36:17 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
apache 11392 11384 0 00:36:18 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
apache 11398 11384 0 00:36:22 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
# kill -HUP 11384
# ps -eaf | grep http
root 11384 1 0 00:36:17 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
apache 11408 11384 0 00:36:27 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
apache 11406 11384 0 00:36:27 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
apache 11412 11384 0 00:36:29 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
apache 11411 11384 0 00:36:28 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
root 11404 11384 0 00:36:27 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
apache 11405 11404 0 00:36:27 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
apache 11407 11384 0 00:36:27 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
apache 11409 11384 0 00:36:27 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
root 11414 11372 0 00:36:30 pts/0 0:00 grep http
apache 11410 11384 0 00:36:27 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
# kill -HUP 11384
bind: Address already in use
httpd: could not bind to port 80
# ps -eaf | grep http
root 11419 11372 1 00:36:35 pts/0 0:00 grep http
apache 11405 1 0 00:36:27 ? 0:00 /usr/inter/apache/src/httpd -d
/usr/inter/apache
The same problem.
meno
--
Meno Abels
Technische Beratung Internet: [EMAIL PROTECTED]
Schoeneberger Strasse 114 Voice : +49 40 67 39 68 12
22149 Hamburg, Germany Fax : +49 40 67 39 68 22
PGP Fingerprint: 5313E46BBD9ED472 D6E036C3D6BEC73E
PGP Key: http://www.adviser.com/~abels/pgp.html
---