* Executing: /lib64/rc/sh/openrc-run.sh /lib64/rc/sh/openrc-run.sh /etc/init.d/apache2 start * apache2 has detected an error in your setup: AH00526: Syntax error on line 64 of /etc/apache2/modules.d/40_mod_ssl.conf: Setting Compression mode unsupported; not implemented by the SSL library * ERROR: apache2 failed to start Reproducible: Always
(In reply to Mircea Sava from comment #0) > * Executing: /lib64/rc/sh/openrc-run.sh /lib64/rc/sh/openrc-run.sh > /etc/init.d/apache2 start > * apache2 has detected an error in your setup: > AH00526: Syntax error on line 64 of /etc/apache2/modules.d/40_mod_ssl.conf: > Setting Compression mode unsupported; not implemented by the SSL library > * ERROR: apache2 failed to start > > Reproducible: Always LibreSSL doesn't support compression. Please open a bug upstream if you require it or turn it off in your configuration.
(In reply to Aaron Bauman from comment #1) > LibreSSL doesn't support compression. Please open a bug upstream if you > require it or turn it off in your configuration. The error appears because "SSLCompression off" is set in 40_mod_ssl.conf. Whether or not the SSL implementation supports compression, turning it off in configuration should't cause this error.