From nobody Fri May 12 03:31:12 2023 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QHZ6q55X6z4BQVl for ; Fri, 12 May 2023 03:31:15 +0000 (UTC) (envelope-from fquest@paz.bz) Received: from emailh.ca (emailh.ca [23.235.65.100]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4QHZ6p5krNz3xGl for ; Fri, 12 May 2023 03:31:14 +0000 (UTC) (envelope-from fquest@paz.bz) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of fquest@paz.bz designates 23.235.65.100 as permitted sender) smtp.mailfrom=fquest@paz.bz; dmarc=none Received: from 254-68-235-23.gwaiicomm.com ([23.235.68.254] helo=[192.168.1.9]) by emailh.ca with esmtpsa (TLS1.3) tls TLS_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1pxJUt-000HUH-3G; Thu, 11 May 2023 20:31:11 -0700 Message-ID: <8264bee7-f13f-a1a1-552a-09fb34973b26@paz.bz> Date: Thu, 11 May 2023 20:31:12 -0700 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 To: freebsd-questions@freebsd.org Content-Language: en-US From: Jim Pazarena Subject: apache24 reload dies with SIGSEGV Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-2.29 / 15.00]; NEURAL_HAM_SHORT(-0.95)[-0.950]; NEURAL_HAM_MEDIUM(-0.61)[-0.610]; NEURAL_HAM_LONG(-0.43)[-0.432]; R_SPF_ALLOW(-0.20)[+ip4:23.235.65.64/26]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:852, ipnet:23.235.64.0/20, country:CA]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; MIME_TRACE(0.00)[0:+]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DMARC_NA(0.00)[paz.bz]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_DN_NONE(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_ALL(0.00)[] X-Rspamd-Queue-Id: 4QHZ6p5krNz3xGl X-Spamd-Bar: -- X-ThisMailContainsUnwantedMimeParts: N 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 .