Secure your Apache Configuration

December 9th, 2005 | Filed under Apache web server

This guide to securing Apache is way handy. I liked the bit about limiting access by IP address.

Order Deny,Allow
Deny from all
Allow from 127.0.0.1

Is good way to make sure no one else on the network is hitting your dev server.

20 ways to Secure your Apache Configuration