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

_______________________________________________
Blueonyx mailing list
[email protected]
http://mail.blueonyx.it/mailman/listinfo/blueonyx

Reply via email to