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).
Brgds
Antoine.
2
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
for each site,
that should be used in VirtualHost, ServerAlias and sometimes in the
logs definitions.
I'd like to keep config preprocessors as a last resort solution...
Bye
Bgs
-
The official User-To-User support for
work share) for all
frontends. So my config would look simething like:
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.
Bye
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 test
which these numbers are
dynamic parameters?
Like:
Where %I is the IP number (take from where?). Or is it possible to use
some environment variable?
Thanks
Bgs
-
The official User-To-User support forum of the Apache HTTP S
Greetings,
Is there a way to log the content of POST requets with Apache?
We have problems with some external POSTs (don't have access to external
logs), but cannot find the problem. (The outside POSTer is not very
cooperating... :/ ).
Thanks in advanc