You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ######################################
# GLOBAL! deny bad bots and IP addresses
# ######################################
#
# should be set after <VirtualHost>s see https://httpd.apache.org/docs/2.4/sections.html#merging
<Location "/">
# AND-combine with preceding configuration sections
AuthMerging And
# include black list
Include custom.d/globalblacklist.conf
</Location>
The line: Include custom.d/globalblacklist.conf
should actually be: Include /etc/apache2/custom.d/globalblacklist.conf
Once I made the change, it worked.
The text was updated successfully, but these errors were encountered:
The include path in this section is incomplete:
The line:
Include custom.d/globalblacklist.conf
should actually be:
Include /etc/apache2/custom.d/globalblacklist.conf
Once I made the change, it worked.
The text was updated successfully, but these errors were encountered: