Secure your Apache Configuration
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.