On 21 March 2010 10:41, Aare Vesi <aare.li...@myrien.com> wrote:
> Hello!
>
> On 20.03.2010 16:38, Gerald Richter - ECOS wrote:
>> could you please try if the following patch solves the problem?
>>
>> --- test.pl     (revision 925098)
>> +++ test.pl     (working copy)
>> @@ -1756,6 +1756,7 @@
>>             !($_ =~ /SES\:/) &&
>>             !($_ =~ /gcache started/) &&
>>              !($_ =~ /EmbperlDebug: /) &&
>> +            !($_ =~ /not available until httpd/) &&
>>              $_ ne 'Use of uninitialized value.')
>>             {
>>
>
> Almost.
> Added additional skipping for Apache mod_ssl configuration warning:
>
> --- test.pl.patched
> +++ test.pl
> @@ -1757,6 +1757,7 @@
>            !($_ =~ /gcache started/) &&
>             !($_ =~ /EmbperlDebug: /) &&
>             !($_ =~ /not available until httpd/) &&
> +            !($_ =~ /Init: Session Cache is not configured \[hint:
> SSLSessionCache\]/) &&
>             $_ ne 'Use of uninitialized value.')
>            {
>                # count literal \n as newline,
> ---
>
> Now all tests have been passed successfully!

I didn't need this.

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscr...@perl.apache.org
For additional commands, e-mail: embperl-h...@perl.apache.org

Reply via email to