Re: [EMAIL PROTECTED] Dynamic config parameters

2006-09-01 Thread Bgs
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

Re: [EMAIL PROTECTED] Dynamic config parameters

2006-04-06 Thread Bgs
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

Re: [EMAIL PROTECTED] Dynamic config parameters

2006-04-03 Thread Bgs
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

Re: [EMAIL PROTECTED] Dynamic config parameters

2006-04-03 Thread Bgs
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

Re: [EMAIL PROTECTED] Dynamic config parameters

2006-04-03 Thread Bgs
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

[EMAIL PROTECTED] Dynamic config parameters

2006-03-31 Thread Bgs
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

[EMAIL PROTECTED] Logging POST requests for debugging

2006-02-07 Thread Bgs
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