apache 2.2 configuration error: couldn’t perform authentication. AuthType not set!: /

Configuration error: Couldn’t perform authentication. AuthType not Set! :/500 server error
Solutions:

<Directory />
    Require all granted
</Directory>

Belongs to version 2.4.*
Remove the word Require all granted.

Read More: