On Oct 16, 2006, at 9:10 PM, Doug Bezona wrote: > Localhost (127.0.0.1) assuming it's you're local machine. > > -----Original Message----- > From: "Doug Brown" <[EMAIL PROTECTED]> > To: "CF-Talk" <[email protected]> > Sent: 10/16/06 9:03 PM > Subject: Stupid apache question > > I thought I would give apache a try, and I downloaded the install. > When I go to install, it asks for the domain that the system is or > will be registered in. This is just a dev machine, so what would I > put for a DNS domain?
It doesn't really matter. That value is applied as the ServerName in your httpd.conf. It can be changed easily enough. Even in a dev scenario, you're probably going to access the server by some name. If you're dev situations are anything like mine then you'll set up multiple virtual sites (VirtualHosts in Apache) and the ServerName will never take on much relevance. Rob Wilkerson ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256969 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

