Joshua Slive пишет:
On 4/14/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
That's relatively easy. In the first vhost, use something like
ServerAlias 1*.domain.com 2*.domain.com 3*.domain.com ...
I forgot to say, you'll also need to reorder the two
sections, because requests that don't match an
On 4/14/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
That's relatively easy. In the first vhost, use something like
ServerAlias 1*.domain.com 2*.domain.com 3*.domain.com ...
I forgot to say, you'll also need to reorder the two
sections, because requests that don't match any ServerName/ServerAl
On 4/14/07, Dmitriy Gorbenko <[EMAIL PROTECTED]> wrote:
The problem in that I should process domains like [0-9]*.domain.com by
one way, and domain names like [a-z]{3}.domain.com by another.
This what I need:
ServerName [0-9]*.domain.com
ProxyRequests Off
ProxyPass / htt
megaspaz пишет:
Serveralias supports * but I'm not sure if it supports the regex you want, but
if it's one vhost, then ServerAlias *.some.domain should work for you.
On Saturday 14 April 2007 11:05 am, Dmitriy Gorbenko wrote:
Hi all
I would like to create a VirtualHost to process domain n
Serveralias supports * but I'm not sure if it supports the regex you want, but
if it's one vhost, then ServerAlias *.some.domain should work for you.
On Saturday 14 April 2007 11:05 am, Dmitriy Gorbenko wrote:
> Hi all
>
> I would like to create a VirtualHost to process domain names such as
> [0
Hi all
I would like to create a VirtualHost to process domain names such as
[0-9]*.some.domain. Currently, ServerName directive did not support
regular expressions, but maybe I can do it by another way ?
Thanks.
-
The offi