I have a dynamic IP Address which is updated with script. So what IP address do i put in the Apache Name based Virtual host GUI? What IP address do i put for configuring my DNS GUI for the other domains if it changes every once in a while?
This is what i have in my httpd.conf i still get test page.
I would like to know where I would add the domain names for DNS. I have tried the HOST TAB on my network setting but it does not allow for "*".
# Use name-based virtual hosting.
#
NameVirtualHost 69.155.240.19
# Where do we put the lock and pif files?
LockFile "/var/lock/httpd.lock"
CoreDumpDirectory "/etc/httpd"
# Defaults for virtual hosts
# Logs
#
# Virtual hosts
#
# Virtual host Default Virtual Host
<VirtualHost *>
DocumentRoot /var/
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.