When you add a virtual site is the only file that is updated the httpd.conf file?
Apache gurus! Question....
Collapse
X
-
Tags: None
-
No, you must go to resolv.conf as well and setup your DNS.
EDIT: Files affected are httpd.conf resolv.conf and a new file will be created called yourvirtualhost.domain.tld.db on /var/ or /var/hosts or anything as default by your system.Last edited by Manansala; 02-14-2005, 07:03 PM.I don't have a signature. ! -
uh..ok. sure.Originally posted by ManansalaNo, you must go to resolv.conf as well and setup your DNS.
EDIT: Files affected are httpd.conf resolv.conf and a new file will be created called yourvirtualhost.domain.tld.db on /var/ or /var/hosts or anything as default by your system.
if the question is: what do i have to do to add a new domain to apache: edit httpd.conf and feed it a graceful restart. This assumes your DNS is already setup correctly to resolve your domain name back to your host.
If the question is: what files get touched: lots. You shouldn't care.Comment
-
DNS is running on another box. so i guess httpd.conf would be the only file?Originally posted by toddleruh..ok. sure.
if the question is: what do i have to do to add a new domain to apache: edit httpd.conf and feed it a graceful restart. This assumes your DNS is already setup correctly to resolve your domain name back to your host.
If the question is: what files get touched: lots. You shouldn't care.Comment

Comment