Allow to set config variables in the config a.k.a. mod_define

2011-01-20 Thread Stefan Fritsch
Hi, mod_define's capability to define variables in the config is a really nice to have feature and I have intended to integrate the module it into trunk. But I have now noticed that core's environment interpolation of ${xxx} is done before mod_define runs, and that it is not possible to

Re: Allow to set config variables in the config a.k.a. mod_define

2011-01-20 Thread Nick Gearls
Using the $ character can interact with core interpolation, but also with, for instance, mod_macro. I strongly recommend to let mod_define's ability to replace the special characters. Moreover, mod_define is very stable, so why to strip it instead of just extending it? Cheers, Nick

Re: Allow to set config variables in the config a.k.a. mod_define

2011-01-20 Thread Rainer Jung
On 20.01.2011 12:01, Stefan Fritsch wrote: Hi, mod_define's capability to define variables in the config is a really nice to have feature and I have intended to integrate the module it into trunk. But I have now noticed that core's environment interpolation of ${xxx} is done before mod_define

Re: Allow to set config variables in the config a.k.a. mod_define

2011-01-20 Thread Stefan Fritsch
On Thu, 20 Jan 2011, Nick Gearls wrote: Using the $ character can interact with core interpolation, but also with, for instance, mod_macro. I strongly recommend to let mod_define's ability to replace the special characters. Moreover, mod_define is very stable, so why to strip it instead of

Re: Allow to set config variables in the config a.k.a. mod_define

2011-01-20 Thread Rainer Jung
On 20.01.2011 16:02, Stefan Fritsch wrote: On Thu, 20 Jan 2011, Nick Gearls wrote: Using the $ character can interact with core interpolation, but also with, for instance, mod_macro. I strongly recommend to let mod_define's ability to replace the special characters. Moreover, mod_define is

[RELEASE CANDIDATE] Apache-Test-1.35 RC1

2011-01-20 Thread Fred Moyer
One more A-T release is needed before we can roll the mod_perl 2.0.5 rc. http://people.apache.org/~phred/Apache-Test-1.35-rc1.tar.gz A small bug was discovered today with the return value when tests are run as root, prompting this release, but a few more features are coming along for the ride.

test framework and latest Fedora

2011-01-20 Thread Jim Jagielski
On the latest Fedora, -times=X no longer works: t/modules/rewrite.t .. ok t/modules/rewrite.t .. ok You already have a parser for (t/modules/rewrite.t). Perhaps you have run the same test twice. at /usr/share/perl5/TAP/Harness.pm line 521 CPAN itself is up to date... or is that the

Re: Allow to set config variables in the config a.k.a. mod_define

2011-01-20 Thread Stefan Fritsch
On Thu, 20 Jan 2011, Rainer Jung wrote: On 20.01.2011 16:02, Stefan Fritsch wrote: On Thu, 20 Jan 2011, Nick Gearls wrote: Using the $ character can interact with core interpolation, but also with, for instance, mod_macro. I strongly recommend to let mod_define's ability to replace the

FYI - httpd-trunk build errors

2011-01-20 Thread NormW
Greetings All, Following updates yesterday httpd trunk (for NetWare folks anyway) has a few 'problems': Calling NWGNUproxybalancer Compiling mod_proxy_balancer.c ### mwccnlm Compiler: #File: mod_proxy_balancer.c # - # 739: ap_pstr2_alnum(pconf,

Re: FYI - httpd-trunk build errors

2011-01-20 Thread Gregg L\. Smith
Hi, I'm seeing similar in Win as well looking at line numbers -- Build started: Project: mod_proxy_balancer, Configuration: Release Win32 -- Compiling... mod_proxy_balancer.c .\mod_proxy_balancer.c(739) : warning C4090: 'function' : different 'const' qualifiers -- Rebuild All