prevent external access to Virtual Hosts?

knary

Registered
I have multiple virtual hosts set up on my ibook that allow me to build and test sites in ways that were simply impossible in OS 9. For those times when I am 'online', is there anyway to disable/prevent external access while Web Sharing is enabled?


I assume that there is some way to do this within the Apache config files. Any ideas o' wise and glorious ones? :) TIA
 
A third option, have the webserver listen only on localhost by adding

Code:
BindAddress 127.0.0.1

to your httpd.conf and restart.
 
Back
Top