[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: url redirect through dns




> <VirtualHost www.domain2.com>

I used to configure mine in this manner, but the version of Apache that I
have now wants you to insert this directive:

NameVirtualHost *

and then it wants all virtual hosts to begin with:

<VirtualHost *>

So, YMMV, depending on which version of Apache you have.

-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.