<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Calibri",sans-serif;
mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:#0563C1;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:#954F72;
text-decoration:underline;}
pre
{mso-style-priority:99;
mso-style-link:"HTML Vorformatiert Zchn";
margin:0cm;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";}
span.E-MailFormatvorlage17
{mso-style-type:personal;
font-family:"Calibri",sans-serif;
color:windowtext;}
span.HTMLVorformatiertZchn
{mso-style-name:"HTML Vorformatiert Zchn";
mso-style-priority:99;
mso-style-link:"HTML Vorformatiert";
font-family:Consolas;
mso-fareast-language:EN-US;}
span.E-MailFormatvorlage20
{mso-style-type:personal-reply;
font-family:"Arial",sans-serif;
color:black;
font-weight:normal;
font-style:normal;
text-decoration:none none;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE link="#0563C1" vlink="#954F72"><div class=WordSection1><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'>Hi all,<o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'><o:p> </o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'>one of our servers automatically installed an update of the aforementioned package. The webserver did not start again after that with the error message<o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'>"Syntax error on line 7 of /etc/httpd/conf.d/acme_sh.conf:<o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'>Invalid command '<IfVersion', perhaps misspelled or defined by a module not included in the server configuration".<o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'><o:p> </o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'>As there is an apache 2.2 installed on the system (5208R) I commented out the lines not needed and started apache again. <o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'><o:p> </o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'>This now is the working version of "/etc/httpd/conf.d/acme_sh.conf":<o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'><o:p> </o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'>#######################<o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'>Alias /.well-known/acme-challenge/ /home/.acme/<o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'><Directory "/home/.acme/"><o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'> Options FollowSymLinks<o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'> AllowOverride None<o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'> ForceType text/plain<o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'> RedirectMatch 404 "^(?!/\.well-known/acme-challenge/[\w-]{43}$)"<o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'># <IfVersion >= 2.4><o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'># Require all granted<o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'># </IfVersion><o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'># <IfVersion < 2.4><o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'> order allow,deny<o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'> allow from all<o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'># </IfVersion><o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'></Directory><o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'>#######################<o:p></o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'><o:p> </o:p></span></pre><pre><span lang=EN-US style='font-family:"Arial",sans-serif;color:black'>Tobias<o:p></o:p></span></pre></div></body></html>