A 'bit' late reply:
By preprocessor I was talking about a script generating the include
files. Practically the same as you do. I have config files for the
script and a main template I edit when something changes. Then run the
script and restart apache. :)
Antoine Prevosto wrote:
May be you
May be you could also share common configuration files between your load-balanced servers, and "Include" configuration files whit directives specific to each one.That is the way I work with my servers, so maintenance is kept easy (no preprocessor, no envvar).
BrgdsAntoine.2006/4/6, Bgs <[EMAIL PROT
Just for the records: I had to choose the preprocessor version.
Bgs wrote:
ServerName domain.com
ServerAlias www.domain.com web%NUM.domain.com
...
I hope this clarifies. I will skim through the addon link you sent me
though.
If I were to do this, I would use a simple config pre-process
ServerName domain.com
ServerAlias www.domain.com web%NUM.domain.com
...
I hope this clarifies. I will skim through the addon link you sent me
though.
If I were to do this, I would use a simple config pre-processor to
substitute out the variables. That is a robust, simple, and
easy-to-impl
On 4/3/06, Bgs <[EMAIL PROTECTED]> wrote:
> What I have:
>
> Several frontends, with different IPs. They hold several vhosts and are
> loadbalanced. So they have virtualhost entries for an external IP, the
> main fqdn for the specific site, and some aliases including a
> webXX.domain.com stile nam
Thanks for you reply! :)
I have multiple webservers wich are loadbalanced. They only differ in
their IP and a unique virtualhost used for testing.
(site.com/www.site.com is common, web01.site.com is unique).
Is there a way to create az includable config in which these numbers are
dynamic para
On 4/3/06, Bgs <[EMAIL PROTECTED]> wrote:
>
> Hm no reaction :/
>
> Does this mean that it's so trivial or that it's not possible? :)
>
> Bgs wrote:
> >
> > Hi all,
> >
> >
> > I couldn't find info on this subject...
> >
> > I have multiple webservers wich are loadbalanced. They only diffe
Hm no reaction :/
Does this mean that it's so trivial or that it's not possible? :)
Bgs wrote:
Hi all,
I couldn't find info on this subject...
I have multiple webservers wich are loadbalanced. They only differ in
their IP and a unique virtualhost used for testing.
(site.com/www.si
Hi all,
I couldn't find info on this subject...
I have multiple webservers wich are loadbalanced. They only differ in
their IP and a unique virtualhost used for testing.
(site.com/www.site.com is common, web01.site.com is unique).
Is there a way to create az includable config in which the