[BlueOnyx:23256] Bug in todays update of base-ssl-glue
Tobias Gablunsky
t.gablunsky at cbxnet.de
Mon Sep 23 23:25:44 -05 2019
Hi all,
one of our servers automatically installed an update of the aforementioned package. The webserver did not start again after that with the error message
"Syntax error on line 7 of /etc/httpd/conf.d/acme_sh.conf:
Invalid command '<IfVersion', perhaps misspelled or defined by a module not included in the server configuration".
As there is an apache 2.2 installed on the system (5208R) I commented out the lines not needed and started apache again.
This now is the working version of "/etc/httpd/conf.d/acme_sh.conf":
#######################
Alias /.well-known/acme-challenge/ /home/.acme/
<Directory "/home/.acme/">
Options FollowSymLinks
AllowOverride None
ForceType text/plain
RedirectMatch 404 "^(?!/\.well-known/acme-challenge/[\w-]{43}$)"
# <IfVersion >= 2.4>
# Require all granted
# </IfVersion>
# <IfVersion < 2.4>
order allow,deny
allow from all
# </IfVersion>
</Directory>
#######################
Tobias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20190924/c11171e1/attachment.html>
More information about the Blueonyx
mailing list