Hi there,
On Thu, 14 Dec 2000, Kees Vonk 7249 24549 wrote:
> However in the unusual situation where apache needs to be
> restarted while the long running process is still running I
> can not restart apache. It complains that: 'Address already
> in use: make_sock: could not bind to address'
We sometimes used to see this problem if a database server on the same
machine had swallowed up a load of sockets in the 1025+ area and we
were using high ports in the same area for developers to run private
copies of Apache. You might want to try to make sure you're using
known port numbers (er - as opposed to well-known port numbers :).
73,
Ged.