How to add local network to trusted IPs using cloudflare apache module?

@simon Here is my log file: httpd-access.log

The log file shows a bunch of HTTP 403 given to the white-listed IPs. I have the following in my httpd.conf:

<IfModule Cloudflare_module>
CloudflareRemoteIPHeader X-Forwarded-For
CloudflareRemoteIPTrustedProxy 127.0.0.1
CloudflareRemoteIPTrustedProxy 192.168.1.111
DenyAllButCloudflare
</IfModule>

The behavior that I would like to have is to allow the allowlisted IPs.