Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2023 20:31:12 -0700
From:      Jim Pazarena <fquest@paz.bz>
To:        freebsd-questions@freebsd.org
Subject:   apache24 reload dies with SIGSEGV
Message-ID:  <8264bee7-f13f-a1a1-552a-09fb34973b26@paz.bz>

next in thread | raw e-mail | index | archive | help
I just loaded two servers with a fresh 13.2 install . Along with a fresh 
install of 2.4.57 Apache .

both have public IPs
one is https , while the other is not .

an "./apache24 start" works as expected . It passes the sanity check , 
announces Syntax OK , and runs .

However , if I issue an "./apache24 reload"
it still announces Syntax OK , followed with:
Performing a graceful restart

but it does not start .
running "dmesg" , I see:
pid xxxx (httpd), jid 0, uid 0: existed on signal 11

If I run an ".apache24 start"
it fires up as expected and runs as expected .

What is a reload doing extra that a start does not do , that could be 
causing a SIGSEGV ?
oh yes, a restart works as expected
a reload dies .

Suggestions would be most appreciated .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8264bee7-f13f-a1a1-552a-09fb34973b26>