Do I need to be concerned or reformat the zencart .htaccess files since the deny/allow seem to be renamed to require ?

An example being......
Apache 2.2
Code:
Order deny,allow 
Deny from all
translates to
Apache 2.4
Code:
Require all denied
Our host had to upgrade Apache 2.2 to Apache 2.4 to proactively clear a PCI vulnerability for LogJam / DiffieHellman and I noticed quite a few errors related to .htaccess deny which are unrelated to zencart but wanted to ask the question to make sure that the zencart .htaccess lines are not affected.