Mike, Have you got some way to resolve those names? There is two ways:
Put them in the hosts file in C:\WINDOWS\system32\drivers\etc so they resolve to your machines IP. It's probably safer (security wise) to make them resolve to 127.0.0.1 and setup apache to bind to the loopback interface (add "Listen 127.0.0.1:80" to your config somewhere). The downside of this approach is that only your machine is able to resolve the IP's and you have to configure any other development workstations the same way. Alternatively, you can setup an internal DNS server and configure a dummy domain to do this for you. Regards, Jon On 4/24/05, Mike Kear <[EMAIL PROTECTED]> wrote: > I'm needing a little help in understanding Apache's configuration > please. I want to set up my various sites on my pcs as virtual hosts > in apache, but not sure --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
