a different kind of development with an attitude
Okay. That’s a weird warning, but apparently it has to do with VirtualHost configuration that I’ve never bothered to read up on or get right, because ultimately in the end, it is just a warning and Apache still gets the whole thing right.
Still, now that I’m running my own VPS, I might as well get it fixed. So here’s it.
This apparently affects Apache configurations on hosts that only have 1 IP address for a variety of domain names or subdomains. The correct fix would be to declare a single NameVirtualHost as a wildcard and have the VirtualHosts sections in the configuration define the address using the ServerAdmin directive.
Tags: apache, dns, namevirtualhost, Server, site, virtualhost
Posted in Server · July 10th, 2008 · Comments (0)
Finally got SSL working with apache properly. Its still giving me warnings about namevirtualhosts but at least everything is more or less functiona.
Will probably try to get the warnings looked over at some later time.
Tags: apache, Server, ssl
Posted in Server · July 9th, 2008 · Comments (0)