if you compile modperl with PERL_TRACE=1 and setenv MOD_PERL_TRACE s
then you should see some useful diagnostics when mod_perl is processing
sections.
On Sun, 9 Jan 2000 [EMAIL PROTECTED] wrote:
> Hello!
>
> I'm trying to configure httpd.conf using Perl sections (mod_macro is
> not enough for
On Sun, 9 Jan 2000 [EMAIL PROTECTED] wrote:
> > "Eric" == Eric writes:
>
> Eric> On Sun, Jan 09, 2000 at 08:47:04PM +0300, [EMAIL PROTECTED] wrote:
> >> I'm trying to configure httpd.conf using Perl sections (mod_macro is
> >> not enough for me), but the result is weird.
>
> Eric> Do you
> "Eric" == Eric writes:
Eric> On Sun, Jan 09, 2000 at 08:47:04PM +0300, [EMAIL PROTECTED] wrote:
>> I'm trying to configure httpd.conf using Perl sections (mod_macro is
>> not enough for me), but the result is weird.
Eric> Do you have a specific example of your config, and what doesn't wo
On Sun, Jan 09, 2000 at 08:47:04PM +0300, [EMAIL PROTECTED] wrote:
> Hello!
>
> I'm trying to configure httpd.conf using Perl sections (mod_macro is
> not enough for me), but the result is weird.
>
> The most weird thing is that Perl sections randomly doesn't execute! I
> have no experience (ye
Hello!
I'm trying to configure httpd.conf using Perl sections (mod_macro is
not enough for me), but the result is weird.
The most weird thing is that Perl sections randomly doesn't execute! I
have no experience (yet) with Perl configuration modules, so I don't
understand where to start tracking