[Bug 282892] www/apache24 2.4.62 exited on signal 11 (core dumped)

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 21 Nov 2024 13:30:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282892

            Bug ID: 282892
           Summary: www/apache24 2.4.62 exited on signal 11 (core dumped)
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: apache@FreeBSD.org
          Reporter: bugs.freebsd.org@mx.zzux.com
             Flags: maintainer-feedback?(apache@FreeBSD.org)
          Assignee: apache@FreeBSD.org

Apache cannot start with default config and one file added:

'/usr/local/etc/apache24/Includes/1.conf'

LoadModule socache_shmcb_module libexec/apache24/mod_socache_shmcb.so
LoadModule ssl_module libexec/apache24/mod_ssl.so

Listen 443

AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl

SSLPassPhraseDialog builtin

SSLSessionCache "shmcb:/var/run/ssl_scache(512000)"
SSLSessionCacheTimeout 300

SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5

SSLCACertificateFile "/root/ssl/ca.crt"
SSLCertificateFile "/root/ssl/cert.crt"
SSLCertificateKeyFile "/root/ssl/cert.key"

<VirtualHost *:80>
                <Location />
                AllowOverride none
                Require all denied
                </Location>
</VirtualHost>

<VirtualHost *:443>
        SSLEngine on
                <Location />
                AllowOverride none
                Require all denied
                </Location>
</VirtualHost>

-- 
You are receiving this mail because:
You are the assignee for the bug.