Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2024 13:30:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        apache@FreeBSD.org
Subject:   [Bug 282892] www/apache24 2.4.62 exited on signal 11 (core dumped)
Message-ID:  <bug-282892-16115@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282892

            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>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282892-16115>