Report this

What is the reason for this report?

Configure Apache (on LAMP) to accept connections from CloudFlare only

Posted on April 23, 2015

Hello

I was wondering if this would at all take care of attackers (viruses, injections & ddos etc) if I can configure to listen to requests through CloudFlare only?

If yes, then how can I configure apache to follow?

– Regards Saurabh



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi

Thanks for your response!

I have added following rule in UFW:

ufw allow proto tcp from <cloudflare_ips> to any 80

Do you think this step could help curtail attacks on the server as the requests gets filtered through CF and other direct traffic gets blocked.

PS: I have only open ports 80 & 443. All other ports are blocked.

Yes you can, but is not apache who handles traffic filtering, you need a firewall or something like iptables.

here is the list of Cloudflares IP addresses: https://www.cloudflare.com/ips

There are plenty iptables tutorials online,

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.