jacksondorado
IS-IT--Management
Greetings,
I registered a name and registered host.domain.com name to match.
I pointed my at host.domain.com using the registrar's DNS manager. "domain" = my URL and "host.domain" = the host name I registered.
I have a Windows 98 machine with a static IP and I named the machine host.domain.com
I can't seem to get the right combination of configuration settings in the httpd.conf file for Apache.
Can I use my machine as a host, and serve as well as other virtual hosts? Is there something to do with CNAME I need to do. Apache documentation can be very general when trying to apply it.
So far, in my httpd.conf file, aside from default settings, I have:
BindAddress *
ServerName host.domain.com
NameVirtualHost 64.xx.144.xx
<VirtualHost 64.xx.144.x>
ServerAdmin email@isp.com
DocumentRoot / ServerName ErrorLog logs/ CustomLog logs/ common
</VirtualHost>
-thanks in advance.
I registered a name and registered host.domain.com name to match.
I pointed my at host.domain.com using the registrar's DNS manager. "domain" = my URL and "host.domain" = the host name I registered.
I have a Windows 98 machine with a static IP and I named the machine host.domain.com
I can't seem to get the right combination of configuration settings in the httpd.conf file for Apache.
Can I use my machine as a host, and serve as well as other virtual hosts? Is there something to do with CNAME I need to do. Apache documentation can be very general when trying to apply it.
So far, in my httpd.conf file, aside from default settings, I have:
BindAddress *
ServerName host.domain.com
NameVirtualHost 64.xx.144.xx
<VirtualHost 64.xx.144.x>
ServerAdmin email@isp.com
DocumentRoot / ServerName ErrorLog logs/ CustomLog logs/ common
</VirtualHost>
-thanks in advance.