You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Gerald Richter <ri...@ecos.de> on 2004/07/20 09:29:32 UTC

Re: print OUT

Pete Moran wrote:
> Have also noticed that print OUT in apache 2 does not seem to work,
> has anyone experienced this or got a work around ?
>
> Version of apache 2 is 2.0.50.
>

print OUT should work with apache 2.

Does make test work for you?

Gerald

---------------------------------------------------------------------------
Gerald Richter            ecos electronic communication services gmbh
IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     richter@ecos.de          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
---------------------------------------------------------------------------
ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
---------------------------------------------------------------------------


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


Re: print OUT

Posted by Gerald Richter <ri...@ecos.de>.
Pete Moran wrote:
> Gerald,
>
> All tests came back ok - will still send you the o/p (output) if you
> need -

but it shows "Expected 4 more error(s) in logfile", so something seem to be
wrong

>have actually noticed that I am incorrect, it is working,
> however I overlooked the fact that it was actually escaping the
> contents - so wasn't showing properly.  It's a bit strange as use
> exactly the same config as I used with apache 1.3 however in this
> case its escaping, I have EMBPERL_ESCMODE 0 in my config ?
>

That might be because you should not use SetEnv anymore in httpd.conf or you
must set Embperl_UseEnv on

Gerald



>
> Thanks
>
>
> Pete
>
> -----Original Message-----
> From: Gerald Richter [mailto:richter@ecos.de]
> Sent: Tuesday, 20 July 2004 6:08 PM
> To: Pete Moran; embperl@perl.apache.org
> Subject: Re: print OUT
>
>>
>> Expected 4 more error(s) in logfile
>>
>
> Could you please run
>
> make test TESTARGS="-i"
>
> and send me the full output
>
> Gerald
>
> P.S. What does "o/p" mean?
>
>
>
>
>> Input:          test/html/error.htm
>> Output:         test/tmp/out.htm
>> Log:            test/tmp/test.log
>> Testparameter:
>>   errors = 5
>>   version = 2
>>   repeat = 3
>>
>>  ERRORS detected! NOT all test have been passed successfully
>>
>> make: *** [test_dynamic] Error 1
>>
>> -----Original Message-----
>> From: Gerald Richter [mailto:richter@ecos.de]
>> Sent: Tuesday, 20 July 2004 5:30 PM
>> To: pete@forloop.co.uk; embperl@perl.apache.org
>> Subject: Re: print OUT
>>
>> Pete Moran wrote:
>>> Have also noticed that print OUT in apache 2 does not seem to work,
>>> has anyone experienced this or got a work around ?
>>>
>>> Version of apache 2 is 2.0.50.
>>>
>>
>> print OUT should work with apache 2.
>>
>> Does make test work for you?
>>
>> Gerald
>>
>> -------------------------------------------------------------------------
-
>> - Gerald Richter            ecos electronic communication services
>> gmbh IT-Securitylösungen * Webapplikationen mit
>> Apache/Perl/mod_perl/Embperl
>>
>> Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
>> E-Mail:     richter@ecos.de          Voice:   +49 6133 939-122
>> WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
>> -------------------------------------------------------------------------
-
>> - ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
>> -------------------------------------------------------------------------
-
>> -
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
>> For additional commands, e-mail: embperl-help@perl.apache.org
>>
>>
>>
>> ---
>> Incoming mail is certified Virus Free.
>> Checked by AVG anti-virus system (http://www.grisoft.com).
>> Version: 6.0.718 / Virus Database: 474 - Release Date: 9/07/2004
>>
>>
>> ---
>> Outgoing mail is certified Virus Free.
>> Checked by AVG anti-virus system (http://www.grisoft.com).
>> Version: 6.0.718 / Virus Database: 474 - Release Date: 9/07/2004
>
> --------------------------------------------------------------------------
-
> Gerald Richter            ecos electronic communication services gmbh
> IT-Securitylösungen * Webapplikationen mit
> Apache/Perl/mod_perl/Embperl
>
> Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
> E-Mail:     richter@ecos.de          Voice:   +49 6133 939-122
> WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
> --------------------------------------------------------------------------
-
> ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
> --------------------------------------------------------------------------
-
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
> For additional commands, e-mail: embperl-help@perl.apache.org
>
>
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.718 / Virus Database: 474 - Release Date: 9/07/2004
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.718 / Virus Database: 474 - Release Date: 9/07/2004

---------------------------------------------------------------------------
Gerald Richter            ecos electronic communication services gmbh
IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     richter@ecos.de          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
---------------------------------------------------------------------------
ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
---------------------------------------------------------------------------


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


RE: print OUT

Posted by Pete Moran <pe...@forloop.co.uk>.
Gerald,

All tests came back ok - will still send you the o/p (output) if you need -
have actually noticed that I am incorrect, it is working, however I
overlooked the fact that it was actually escaping the contents - so wasn’t
showing properly.  It’s a bit strange as use exactly the same config as I
used with apache 1.3 however in this case its escaping, I have
EMBPERL_ESCMODE 0 in my config ?


Thanks


Pete

-----Original Message-----
From: Gerald Richter [mailto:richter@ecos.de] 
Sent: Tuesday, 20 July 2004 6:08 PM
To: Pete Moran; embperl@perl.apache.org
Subject: Re: print OUT

>
> Expected 4 more error(s) in logfile
>

Could you please run

make test TESTARGS="-i"

and send me the full output

Gerald

P.S. What does "o/p" mean?




> Input:          test/html/error.htm
> Output:         test/tmp/out.htm
> Log:            test/tmp/test.log
> Testparameter:
>   errors = 5
>   version = 2
>   repeat = 3
>
>  ERRORS detected! NOT all test have been passed successfully
>
> make: *** [test_dynamic] Error 1
>
> -----Original Message-----
> From: Gerald Richter [mailto:richter@ecos.de]
> Sent: Tuesday, 20 July 2004 5:30 PM
> To: pete@forloop.co.uk; embperl@perl.apache.org
> Subject: Re: print OUT
>
> Pete Moran wrote:
>> Have also noticed that print OUT in apache 2 does not seem to work,
>> has anyone experienced this or got a work around ?
>>
>> Version of apache 2 is 2.0.50.
>>
>
> print OUT should work with apache 2.
>
> Does make test work for you?
>
> Gerald
>
> --------------------------------------------------------------------------
-
> Gerald Richter            ecos electronic communication services gmbh
> IT-Securitylösungen * Webapplikationen mit
> Apache/Perl/mod_perl/Embperl
>
> Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
> E-Mail:     richter@ecos.de          Voice:   +49 6133 939-122
> WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
> --------------------------------------------------------------------------
-
> ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
> --------------------------------------------------------------------------
-
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
> For additional commands, e-mail: embperl-help@perl.apache.org
>
>
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.718 / Virus Database: 474 - Release Date: 9/07/2004
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.718 / Virus Database: 474 - Release Date: 9/07/2004

---------------------------------------------------------------------------
Gerald Richter            ecos electronic communication services gmbh
IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     richter@ecos.de          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
---------------------------------------------------------------------------
ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
---------------------------------------------------------------------------


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



---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.718 / Virus Database: 474 - Release Date: 9/07/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.718 / Virus Database: 474 - Release Date: 9/07/2004
 


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


Re: print OUT

Posted by Gerald Richter <ri...@ecos.de>.
>
> Expected 4 more error(s) in logfile
>

Could you please run

make test TESTARGS="-i"

and send me the full output

Gerald

P.S. What does "o/p" mean?




> Input:          test/html/error.htm
> Output:         test/tmp/out.htm
> Log:            test/tmp/test.log
> Testparameter:
>   errors = 5
>   version = 2
>   repeat = 3
>
>  ERRORS detected! NOT all test have been passed successfully
>
> make: *** [test_dynamic] Error 1
>
> -----Original Message-----
> From: Gerald Richter [mailto:richter@ecos.de]
> Sent: Tuesday, 20 July 2004 5:30 PM
> To: pete@forloop.co.uk; embperl@perl.apache.org
> Subject: Re: print OUT
>
> Pete Moran wrote:
>> Have also noticed that print OUT in apache 2 does not seem to work,
>> has anyone experienced this or got a work around ?
>>
>> Version of apache 2 is 2.0.50.
>>
>
> print OUT should work with apache 2.
>
> Does make test work for you?
>
> Gerald
>
> --------------------------------------------------------------------------
-
> Gerald Richter            ecos electronic communication services gmbh
> IT-Securitylösungen * Webapplikationen mit
> Apache/Perl/mod_perl/Embperl
>
> Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
> E-Mail:     richter@ecos.de          Voice:   +49 6133 939-122
> WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
> --------------------------------------------------------------------------
-
> ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
> --------------------------------------------------------------------------
-
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
> For additional commands, e-mail: embperl-help@perl.apache.org
>
>
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.718 / Virus Database: 474 - Release Date: 9/07/2004
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.718 / Virus Database: 474 - Release Date: 9/07/2004

---------------------------------------------------------------------------
Gerald Richter            ecos electronic communication services gmbh
IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     richter@ecos.de          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
---------------------------------------------------------------------------
ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
---------------------------------------------------------------------------


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


RE: print OUT

Posted by Pete Moran <pe...@forloop.co.uk>.
Gerald.

This was o/p, however all tests said ok, perhaps something else ?

Below was result

Expected 4 more error(s) in logfile

Input:          test/html/error.htm
Output:         test/tmp/out.htm
Log:            test/tmp/test.log
Testparameter:
  errors = 5
  version = 2
  repeat = 3

 ERRORS detected! NOT all test have been passed successfully

make: *** [test_dynamic] Error 1

-----Original Message-----
From: Gerald Richter [mailto:richter@ecos.de] 
Sent: Tuesday, 20 July 2004 5:30 PM
To: pete@forloop.co.uk; embperl@perl.apache.org
Subject: Re: print OUT

Pete Moran wrote:
> Have also noticed that print OUT in apache 2 does not seem to work,
> has anyone experienced this or got a work around ?
>
> Version of apache 2 is 2.0.50.
>

print OUT should work with apache 2.

Does make test work for you?

Gerald

---------------------------------------------------------------------------
Gerald Richter            ecos electronic communication services gmbh
IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     richter@ecos.de          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
---------------------------------------------------------------------------
ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
---------------------------------------------------------------------------


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



---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.718 / Virus Database: 474 - Release Date: 9/07/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.718 / Virus Database: 474 - Release Date: 9/07/2004
 


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