setting domains
Posted
by
allenskd
on Server Fault
See other posts from Server Fault
or by allenskd
Published on 2010-12-30T23:57:55Z
Indexed on
2010/12/31
0:56 UTC
Read the original article
Hit count: 627
I'm setting a local webserver to do a lot of web development work from now on. I'm not really knowledgeable in hosting configuration.
Thing is I just added mydomain.com in /etc/hosts that's fine but what's the next step?
TI need to use the wildcard on *.mydomain.com, so I'm figuring I need to add my zone in bind, is this correct? so I can make use of virtual hosts in apache and in play-framework
Everything will be local, but once in a while I want to make public of my webserver to certain people using the no-ip service, in windows I've done it, in linux I don't know if it's any difference.
The question is pretty much if I'm configuring it right or not? If this sounds confusing let me know, I'll try to detail it more
© Server Fault or respective owner