hi all -
i needed to set up a “custom zone record” in virtualmin/webmin.
my first step was to go in and put an asterisk in the “A” section… but to my astonishment, that was not quite enough.
then i remembered i was supposed to go into the httpd.conf and add something similar there, something like this:
ServerName ilovevirtualmin.com
ServerAlias *.ilovevirtualmin.com ## manually added by mark 2013-01-14
ServerAlias www.ilovevirtualmin.com
ServerAlias webmail.ilovevirtualmin.com
and then issue an
apachectl restart ;
command.
but somehow manually editing the httpd.conf seems like a very un-webmin thing to do, but i was desperate.
was there another way this was supposed to be done?