in reply to [untitled node, ID 211272]
It should be possible host wildcard DNS with Apache. This isn't necessarily a Perl question. You could write a mod_perl module to do the redirection. You may have to do this if there is a complicated lookup for There are likely ways to do it that don't involve Perl. You can even do it that doesn't require a redirect (ie server http://username.domain.tld). Look at mod_rewrite, RedirectMatch, and _default_ vhost.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Wildcard DNS and Perl
by Jaap (Curate) on Nov 08, 2002 at 10:24 UTC |