Since 2017-10-15, Magento 2.2 and 2.3 require the `mod_version` Apache module, but do not mention it in their system requirements

Since 2017-10-15, the following commit has added the IfVersion directives to the root .htaccess file:

The IfVersion directive requires the mod_version Apache module.

This module is not mentioned in the latest Magento 2.2 and Magento 2.3 system requirements:

Magento 2.2

Magento 2.3

If the mod_version module is not enabled, then you will get an error:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

The problem commit:

The related pull request:

Will css and jss assets will work after enable mod_version?earlier it was not working It was giving 404 not found error.