AW: embPerl and Readonly module issue

2019-09-18 Thread Gerald Richter - ECOS Technology
What is happing if you write "$LETTERS{$letter}", i.e. us quotes instead of eval? Regards Gerald Von: Chuck Zumbrun [mailto:chuck.zumb...@gmail.com] Gesendet: Dienstag, 17. September 2019 17:22 An: embperl@perl.apache.org Betreff: embPerl and Readonly module issue Using embPerl 2.5.0,

Re: Patch for building Embperl with Perl 5.28 (was: Re: Proposal to remove Embperl from Debian)

2018-07-03 Thread Gerald Richter
Hi Axel, happy to hear from you. Thanks very much for the patch. I try to find some spare time during the next weeks to build and release a new Version of Embperl including your patch Regards Gerald - Ursprüngliche Mail - Von: "Axel Beckert" An: "Gerald Richter,

Re: Proposal to remove Embperl from Debian

2018-05-27 Thread Gerald Richter
Hi, I know it's some years ago that I did the last release of Embperl. Also I personally still use it in our company, I didn't had the time to prepare new releases. As Dominic already wrote it's usually not much effort to adapt it to a new Perl version, but setting up the test environment take

AW: Complete example of EMBPERL_OPTIONS?

2016-09-16 Thread Gerald Richter - ECOS Technology
It also understand hex, e.g.   EMBEPERL_OPTIONS 0x100   Gerald   Von: Angus Lees [mailto:g...@inodes.org] Gesendet: Freitag, 16. September 2016 03:31 An: Donavon ; embperl@perl.apache.org Betreff: Re: Complete example of EMBPERL_OPTIONS?   It's a bitmask, so just give the numeric value (iirc).

AW: embperl and SSI

2014-07-18 Thread Gerald Richter - ECOS Technology
nal Message----- > From: Gerald Richter [mailto:ger...@weis-richter.de] On Behalf Of > rich...@ecos.de > Sent: Friday, July 11, 2014 5:34 AM > To: Edward Guldemond; embperl@perl.apache.org > Subject: AW: embperl and SSI > > Hi, > > can you first try to update to Embperl 2.5.0.

AW: Problem with "last" label

2014-01-29 Thread Gerald Richter - ECOS
an.org] > Gesendet: Dienstag, 28. Januar 2014 23:48 > An: embperl@perl.apache.org > Betreff: Re: Problem with "last" label > > Hi Gerald, Andreas, > > On Tue, Dec 31, 2013 at 05:01:28PM +0100, Gerald Richter - ECOS wrote: > > this looks like an Embperl problem, but

AW: Problem with "last" label

2014-01-21 Thread Gerald Richter - ECOS
: Andreas Rieke [mailto:andreas.ri...@isl.de] Gesendet: Freitag, 10. Januar 2014 11:40An: Gerald Richter; embperl@perl.apache.orgBetreff: Re: Problem with "last" label Good morning Gerald,here we are ... the Includes are irrelevant, and for that reason, we have only attached the main httpd.conf

AW: Problem with "last" label

2014-01-10 Thread Gerald Richter - ECOS
Hi Andreas, could you send me you httpd.conf (at least the part with the Embperl/mod_perl configuration)? Regards Gerald  Von: Andreas Rieke [mailto:andreas.ri...@isl.de] Gesendet: Donnerstag, 9. Januar 2014 19:16An: Gerald Richter; embperl@perl.apache.orgCc: k...@isl.deBetreff: Re: Problem with

AW: Problem with "last" label

2014-01-08 Thread Gerald Richter - ECOS
h, 1. Januar 2014 11:38An: Gerald Richter; embperl@perl.apache.orgBetreff: Re: Problem with "last" label Good morning Gerald,we use perl 5.16.3 on our production machines and try 5.18.1 in the development area - we expect that the development of perl 5.16 will stop sometime this year, and f

AW: Embperl security bug

2014-01-08 Thread Gerald Richter - ECOS
Hi,   yes, the Embperl list is the right address for such issues.   The problem is, that Embperl has no idea what the webroot is, so it’s not easy to change the error message the way you suggest.   For production sites it is better to use an Apache Error Document and don’t display the interal

AW: Problem with "last" label

2013-12-31 Thread Gerald Richter - ECOS
Hi Andreas, this looks like an Embperl problem, but I didn’t seen it before (I am still using Perl 5.16 not Perl 5.18). Do you have a short test file that you can send me, so I can reproduce the error here? Gerald  Von: Andreas Rieke [mailto:andreas.ri...@isl.de] Gesendet: Sonntag, 29. Dezember 2

AW: embperl on apache 2.4 (ubuntu saucy)

2013-11-11 Thread Gerald Richter - ECOS
Hi, you can try the lastest version from the svn, but this is also not tested against Apache 2.4 On the mailing list there were some patches to get Embperl working with Apache 2.4. I will integrate these patches in Embperl and make a new release, as soon as I have a little spare time Gerald

AW: Can't set $epreq->apache_req->status on Apache 2.2

2013-10-18 Thread Gerald Richter - ECOS
Hi Frank,   doing an exit (404) should set the status code   Gerald   Von: Frank Wesemann [mailto:f.wesem...@fotofinder.net] Gesendet: Freitag, 11. Oktober 2013 21:59 An: embperl@perl.apache.org Betreff: Can't set $epreq->apache_req->status on Apache 2.2   Hi, I do have .ep files, that delive

AW: Bug#709668: AW: embperl: test failure with perl 5.18

2013-08-25 Thread Gerald Richter - ECOS
Gesendet: Freitag, 23. August 2013 16:36 > An: Gerald Richter; 709...@bugs.debian.org > Cc: Florian Schlichting; embperl@perl.apache.org > Betreff: Re: Bug#709668: AW: embperl: test failure with perl 5.18 > > Hi, Gerald, > > -=| Gerald Richter - ECOS, 16.07.2013 06:44:11 +0

AW: embperl: test failure with perl 5.18

2013-07-15 Thread Gerald Richter - ECOS
Hi Florian, hash randomization and other changes in Perl 5.18 did make things much more complicated than I expected. I have now a first version that seems to work with Perl 5.18 in the svn. I have to do some further tests, than I will create a new release Gerald > -Ursprüngliche Nachricht

AW: "make test" fails while using "local::lib"

2013-07-15 Thread Gerald Richter - ECOS
Hi, the reason is, that environment variables are not passed into mod_perl, unless you have a PerlPassEnv in your httpd.conf You can try to add a PerlPassEnv into test/conf/httpd.conf.src for the relevant environment variables Regards Gerald > -Ursprüngliche Nachricht- > Von: Dirk Me

AW: Getting mad with UTF-8

2013-07-03 Thread Gerald Richter - ECOS
Hi, sorry for the late reply. Perl utf8 flag does NOT says that your data is utf8 or not. It tell us something about the internal representation of your data inside of Perl. So utf8 data can have the utf8 set, but it need not, also everything is alright. Unfortunately when I wrote the utf8 %fd

AW: embperl: test failure with perl 5.18

2013-05-26 Thread Gerald Richter - ECOS
Hi Florian, I will take a look at this issue during the next weekend Gerald > -Ursprüngliche Nachricht- > Von: Florian Schlichting [mailto:f...@debian.org] > Gesendet: Samstag, 25. Mai 2013 18:41 > An: embperl@perl.apache.org > Cc: 709...@bugs.debian.org > Betreff: embperl: test failure

AW: handling query strings with ? in

2013-05-13 Thread Gerald Richter - ECOS
Ok, just replace false with 0 and true with 1, then it should work (sorry I used a newer compiler)   Gerald   Von: Michael Stevens [mailto:michael.stev...@dianomi.com] Gesendet: Montag, 13. Mai 2013 14:06 An: Gerald Richter Cc: embperl@perl.apache.org Betreff: Re: handling query strings with

AW: handling query strings with ? in

2013-05-11 Thread Gerald Richter - ECOS
ev...@dianomi.com> ] Gesendet: Freitag, 3. Mai 2013 15:38 An: Gerald Richter Cc: embperl@perl.apache.org <mailto:embperl@perl.apache.org> Betreff: Re: handling query strings with ? in   Yes, I think the CGI.pm behaviour is good, and would like it if Embperl was the same.   On 3 May 2013 14

AW: handling query strings with ? in

2013-05-03 Thread Gerald Richter - ECOS
Ok, I try to fix it during the next days   Gerald   Von: Michael Stevens [mailto:michael.stev...@dianomi.com] Gesendet: Freitag, 3. Mai 2013 15:38 An: Gerald Richter Cc: embperl@perl.apache.org Betreff: Re: handling query strings with ? in   Yes, I think the CGI.pm behaviour is good, and would

AW: handling query strings with ? in

2013-05-03 Thread Gerald Richter - ECOS
> Is there anything that can be done to make embperl behave more as expected?   What is what you would expect? I think the way CGI.pm is correct regarding the specs. Is that what you would expect?   Gerald     Von: Michael Stevens [mailto:michael.stev...@dianomi.com] Gesendet: Freitag, 3. Mai

RE: ANNOUNCE: Embperl 2.4.0

2010-10-11 Thread Gerald Richter - ECOS
Hi,   yes I know, the update of the website is still on my todo list   Gerald     From: Michael Stevens [mailto:michael.stev...@dianomi.com] Sent: Monday, October 11, 2010 11:33 AM To: Gerald Richter - ECOS Cc: embperl@perl.apache.org Subject: Re: ANNOUNCE: Embperl 2.4.0   Hi. We&#x

ANNOUNCE: Embperl 2.4.0

2010-10-03 Thread Gerald Richter - ECOS
The URL http://www.embperl.org/downloads/Embperl-2.4.0.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/Embperl-2.4.0.tar.gz size: 732920 bytes md5: 2d4e3a903a04fcc559718342fa37753f Major Improvements are that Embperl now supports Perl up to 5.12.2 and a lot of additi

RE: embperl 2.3.0 make test fails ascii test?

2010-09-14 Thread Gerald Richter - ECOS
Hi, for Perl 5.12 please use http://www.embperl.org/downloads/Embperl-2.4.0_3.tar.gz Gerald > -Original Message- > From: Gerard [mailto:gsara...@rarcoa.com] > Sent: Tuesday, September 14, 2010 12:22 AM > To: embperl@perl.apache.org > Subject: embperl 2.3.0 make test fails ascii test? >

RE: Execute({ object => '...' })

2010-08-02 Thread Gerald Richter - ECOS
Hi,   You don’t need Embperl::Object. Embperl::Object is only if you need to search (sub-)directories, like objects.   You should do something the following   Gerald       use Embperl; my $obj = Embperl::Execute({ object => 'test.epl' }); $obj -> head ;     - test.epl - [$ s

RE: Issue with getting Apache to pass %ENV to sub-scripts on Apache2/mod_perl2

2010-08-02 Thread Gerald Richter - ECOS
  http://www.embperl.org/downloads/Embperl-2.4.0_3.tar.gz   Gerald     From: Frank Wesemann [mailto:f.wesem...@fotofinder.net] Sent: Friday, July 30, 2010 11:48 AM To: Robby Desmond; embperl@perl.apache.org Subject: Re: Issue with getting Apache to pass %ENV to sub-scripts on Apache2/mod_pe

RE: Embperl 2.3.0 on HPUX Itanium with Perl 5.10

2010-08-02 Thread Gerald Richter - ECOS
Please try     http://www.embperl.org/downloads/Embperl-2.4.0_3.tar.gz     Gerald       From: Thompson, John [mailto:jth...@midwestern.edu] Sent: Sunday, August 01, 2010 1:44 AM To: embperl@perl.apache.org Subject: Embperl 2.3.0 on HPUX Itanium with Perl 5.10   I’m installing Perl 5.

RE: @param seems to be shared between Execute calls

2010-07-26 Thread Gerald Richter - ECOS
ald       From: Michael Smith [mailto:smi...@gmail.com] Sent: Friday, July 23, 2010 12:25 AM To: Gerald Richter - ECOS Cc: embperl@perl.apache.org; Michael Stevens; cabell.demarcel...@dianomi.com; Michael Smith Subject: Re: @param seems to be shared between Execute ca

RE: @param seems to be shared between Execute calls

2010-07-21 Thread Gerald Richter - ECOS
@param is a special variable and you use it in an unsupported way (see my other mail). Any other global should be cleaned up at the end of the request Gerald > -Original Message- > From: Michael Stevens [mailto:michael.stev...@dianomi.com] > Sent: Wednesday, July 21, 2010 12:46 PM > To

RE: Few minor spelling nits

2010-07-21 Thread Gerald Richter - ECOS
Thanks, I will apply your patch in the next release gerald > -Original Message- > From: Michael Stevens [mailto:michael.stev...@dianomi.com] > Sent: Tuesday, July 20, 2010 3:57 PM > To: embperl@perl.apache.org > Subject: Few minor spelling nits > > Hi. > > Was trying to work out how exe

RE: very easy to segfault embperl

2010-07-21 Thread Gerald Richter - ECOS
Hi, I ran accross this issue (with the path parameter) some days before on my own. I will fix it, so a error message is generated instead of a seg fault Gerald > -Original Message- > From: Michael Stevens [mailto:michael.stev...@dianomi.com] > Sent: Tuesday, July 20, 2010 4:07 PM > To:

RE: @param seems to be shared between Execute calls

2010-07-21 Thread Gerald Richter - ECOS
Hi Michael,   @param is only intented to be used to pass parameters to Execute. Setting it directly might work or might not…   If you want to share data inside a request use    $epreq -> {test} = 1 ;   The hash of $epreq is not used by Embperl itself, so you are free to use it and it exis

Embperl BETA 2.4.0_3 is available

2010-07-06 Thread Gerald Richter - ECOS
Hi, a new BETA is available for download and testing at http://www.embperl.org/downloads/Embperl-2.4.0_3.tar.gz It mainly fixes some test errors reported since the last beta and supports now Perl up to version 5.12.1 The plan is to check the problem reports for UTF-8 handling and the problems

RE: Embperl 2.3.0 in CPAN using deprecated libxml2 calls?

2010-07-04 Thread Gerald Richter - ECOS
;make" sequence worked > perfectly. > > I suppose asking CPAN what's wrong would be the next step if I had the > time... > > -R > > On 7/1/2010 10:49 AM, Gerald Richter - ECOS wrote: > > Hi, > > > > it might help to run > > > > cd xs

RE: Embperl 2.3.0 in CPAN using deprecated libxml2 calls?

2010-07-01 Thread Gerald Richter - ECOS
Hi, it might help to run cd xs make cd .. make Of course this is not possible inside of CPAN. Maybe it works now outside of CPAN, because the above steps has already run Gerald > -Original Message- > From: Robby Desmond [mailto:rdesm...@press.uchicago.edu] > Sent: Monday, June 28, 2

RE: Execute( sub =>...) and (object => ...)

2010-06-22 Thread Gerald Richter - ECOS
Hi,   as Andrew already wrote your object => code is quite ok, the only thing you have to take care is that sub’s should be defined inside [! !] blocks and not inside [- -] (because only the former get executed during the object => call)   Gerald     From: Thompson, John [mailto:jth...@mid

FW: How does [! sub() !] work ?

2010-05-06 Thread Gerald Richter - ECOS
-Original Message- From: Ed Grimm [mailto:ed_gr...@raytheon.com] Sent: Thursday, May 06, 2010 1:50 PM To: Jean-Christophe Boggio; embperl@perl.apache.org Subject: Re: How does [! sub() !] work ? While Gerald's suggestion is the best one for your specific example, there could be other i

RE: How does [! sub() !] work ?

2010-05-05 Thread Gerald Richter - ECOS
Hi, just use $epreq, it's a global and works everywhere Gerald > -Original Message- > From: Jean-Christophe Boggio [mailto:embp...@thefreecat.org] > Sent: Thursday, May 06, 2010 3:41 AM > To: embperl@perl.apache.org > Subject: How does [! sub() !] work ? > > Hello, > > I want to defin

RE: Encoding problem

2010-04-26 Thread Gerald Richter - ECOS
Hi, I have UTF8 pages where I remember that thing are handled correctly, but I have to dig a little bit deeper to find out what the difference to your example is. I am currently on a business trip and hope to get the time to look at it near the end of the week Gerald > -Original Messag

RE: Encoding problem

2010-04-21 Thread Gerald Richter - ECOS
Hi, setting the default encoding in the httpd.conf to utf8 might help Gerald > -Original Message- > From: Jean-Christophe Boggio [mailto:embp...@thefreecat.org] > Sent: Wednesday, April 21, 2010 5:21 PM > To: embperl@perl.apache.org > Subject: Encoding problem > > Hello, > > I have p

RE: Embperl BETA 2.4.0 is available

2010-04-19 Thread Gerald Richter - ECOS
Hi,   you only need to use "Embperl_UseEnv on" if you need to set the configuration via the environment (i.e. when you use SetEnv or PerlSetEnv).   As long as you use mod_perl there is no need for SetEnv and all configuration directives are Apache directives, regardless in which section they

RE: Embperl BETA 2.4.0 is available

2010-04-19 Thread Gerald Richter - ECOS
I suggest setting EMBPERL_LOG to -1 and take a look at the embperl.log file. That might shed some light what is going on here   Gerald     From: Marcus Doemling [mailto:md7...@hotmail.com] Sent: Monday, April 19, 2010 1:34 AM To: embperl@perl.apache.org Subject: RE: Embperl BETA 2.4.0 is ava

RE: Embperl::Mail not using the proper Date: Header format (2.1.0)

2010-04-14 Thread Gerald Richter - ECOS
Hi Kee,   it is not fixed yet.   If you have a fix I will include it in the next release, otherwise I will put it on the TODO list and hopefully have the time to fix it before the next release   Regards   Gerald     From: Kee Hinckley [mailto:naz...@somewhere.com] Sent: Wednesday, Ap

RE: Embperl BETA 2.4.0 is available

2010-04-13 Thread Gerald Richter - ECOS
Hi,   thanks for the feedback.   I guess the rtfmeta.asc error is related to the different line endings on the mac.   The other thing, could you please try the following:   rm /usr/libexec/apache2/Embperl.so   then change Embperl.so to Embperl.bundle in test/conf/httpd.conf.src and test

RE: Embperl::Object::Execute() returns -1

2010-04-12 Thread Gerald Richter - ECOS
savicom.net] > Sent: Tuesday, March 23, 2010 5:21 PM > To: Gerald Richter - ECOS; embperl@perl.apache.org > Subject: Re: Embperl::Object::Execute() returns -1 > > There was nothing else in the apache error log. I had coded a warn > whenever > the return value was -1 and that

RE: Embperl BETA 2.4.0 is available

2010-03-23 Thread Gerald Richter - ECOS
Hi, Thanks for the feedback from you all. Of course I missed the ssl warning in your last mail, thanks for the reminder Gerald > -Original Message- > From: Aare Vesi [mailto:aare.li...@myrien.com] > Sent: Sunday, March 21, 2010 11:42 AM > To: Gerald Richter - ECOS > Cc:

RE: Embperl::Object::Execute() returns -1

2010-03-23 Thread Gerald Richter - ECOS
Did you take a look in the error log (i.e. STDERR of your FastCGI process). There should something show up there Gerald > -Original Message- > From: Doug Rayner [mailto:dray...@savicom.net] > Sent: Monday, March 22, 2010 10:32 PM > To: embperl@perl.apache.org > Subject: Embperl::Object::

RE: Embperl BETA 2.4.0 is available

2010-03-20 Thread Gerald Richter - ECOS
!($_ =~ /not available until httpd/) && $_ ne 'Use of uninitialized value.') { Gerald > -Original Message- > From: Aare Vesi [mailto:aare.li...@myrien.com] > Sent: Friday, March 19, 2010 12:17 PM > To: Gerald Richter - ECO

RE: Embperl BETA 2.4.0 is available

2010-03-19 Thread Gerald Richter - ECOS
> > [-1]ap_get_server_description() not available until httpd/2.2.4 falling > back to ap_get_server_version() at > /usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92. >... Could you please run make test TESTARGS="-i" and let me know if there are any other errors and if you see

RE: Compiling/using Embperl

2010-03-18 Thread Gerald Richter - ECOS
Hi, please test http://www.embperl.org/downloads/Embperl-2.4.0_2.tar.gz It working for me on openSUSE 11.2 If you still get the Asseration error message after the first try, please provide me with a small example the can be used to reproduce the error. The few lines you showed me below, does n

Embperl BETA 2.4.0 is available

2010-03-18 Thread Gerald Richter - ECOS
Hi, after a very long time of I am very happy to announce the next beta release of Embperl. It is available for download and testing at http://www.embperl.org/downloads/Embperl-2.4.0_2.tar.gz It would be great if you can test it out, especially on different distributions using Perl, Apache an

RE: Compiling/using Embperl

2010-03-15 Thread Gerald Richter - ECOS
See http://perl.apache.org/embperl/pod/doc/Config.-page-1-.htm#sect_2 Gerald > -Original Message- > From: Michael Tomuschat [mailto:michael.tomusc...@t-online.de] > Sent: Friday, March 05, 2010 4:26 PM > To: Gerald Richter - ECOS > Subject: Re: Compiling/using Embpe

RE: embperl releases

2010-03-15 Thread Gerald Richter - ECOS
09, 2010 3:08 PM > To: Gerald Richter - ECOS > Cc: embperl@perl.apache.org > Subject: Re: embperl releases > > Hi Gerald, > > Sorry to be a pain but as a full member of the Embperl fanclub I have > been monitoring my inbox excitedly ever since this post, in > antici

RE: Compiling/using Embperl

2010-03-05 Thread Gerald Richter - ECOS
system, you can run Embperl as CGI, which should not suffer from this problem > -Original Message- > From: Michael Tomuschat [mailto:michael.tomusc...@t-online.de] > Sent: Friday, March 05, 2010 3:12 PM > To: Gerald Richter - ECOS > Cc: embperl@perl.apache.org > Subject: Re: C

RE: Compiling/using Embperl

2010-03-05 Thread Gerald Richter - ECOS
Hi, > > I've compiled and installed embperl and tested it with a small http- > page and > it works ... but only once. When I press 'reload' the page is sometimes > displayed correctly, but often there is displayd en error: > > Error message: > Assertion ((svtype)((hv)->sv_flags & 0xff)) == SVt_P

RE: Problem with

2010-02-25 Thread Gerald Richter - ECOS
It can only be set for the whole page You can use $epreq -> config -> output_mode To set it inside the page, but it will effect the output of the whole page Gerald > -Original Message- > From: Michael Smith [mailto:smi...@gmail.com] > Sent: Wednesday, February 24, 2010 5:38 PM

RE: Problem with

2010-02-21 Thread gerald . richter
Hi, > > Gerald Richter - ECOS a écrit : > > Setting EMBPERL_OUTPUT_MODE should solve your problem: > > > > http://perl.apache.org/embperl/pod/doc/Config.-page-2-.htm#sect_44 > > No, I don't want embperl to generate the final /, I just want it not to > b

RE: Problem with

2010-02-09 Thread Gerald Richter - ECOS
Setting EMBPERL_OUTPUT_MODE should solve your problem: http://perl.apache.org/embperl/pod/doc/Config.-page-2-.htm#sect_44 Gerald -Original Message- From: Jean-Christophe Boggio [mailto:embp...@thefreecat.org] Sent: Tuesday, February 09, 2010 5:07 PM To: embperl@perl.apache.org Subject:

RE: embperl releases

2010-02-09 Thread Gerald Richter - ECOS
jects, so it's already well tested Gerald -Original Message- From: Neil Gunton [mailto:n...@nilspace.com] Sent: Sunday, February 07, 2010 5:41 PM To: embperl@perl.apache.org Subject: Re: embperl releases Gerald Richter - ECOS wrote: > Hi, > > I would be very happy for an

RE: embperl releases

2010-02-09 Thread Gerald Richter - ECOS
t perl (mostly sourced from this list!). It works nicely on our Redhat 5 systems. I can probably also test anything you want looked at on debian. On 7 February 2010 16:40, Neil Gunton wrote: Gerald Richter - ECOS wrote: Hi, I would be very happy for any help and contribution to Embperl. Seve

RE: embperl releases

2010-02-07 Thread Gerald Richter - ECOS
> From: Brett Maxfield [mailto:brett.maxfi...@gmail.com] > Sent: Saturday, February 06, 2010 2:18 AM > To: Gerald Richter - ECOS > Subject: Re: embperl releases > > Hi Gerald, > > Is there any way of allowing help with Embperl, maybe automated > nightly releases from cont

RE: embperl releases

2010-02-05 Thread Gerald Richter - ECOS
Hi, I am currently working on getting it to run with newest Perl. I have created some example for the usage of Embperl::Form and still extending Embperl::Form. There will also be some support for using Embperl inside of Catalyst. I hope to get it ready by the end of this month, but I cannot pr

RE: threaded Embperl / mod_perl2

2010-02-05 Thread Gerald Richter - ECOS
Hi,   in a prefork enviroment you would need to use MaxRequestsPerChild, not sure how this is named in a threaded environment. MaxKeepAlive is something different.   Gerald   From: Brett @Google [mailto:brett.maxfi...@gmail.com] Sent: Thursday, February 04, 2010 3:10 AM To: Gerald Richter

RE: Embperl question

2010-02-05 Thread Gerald Richter - ECOS
. Lets move the discussion to the Embperl list   From: Brett @Google [mailto:brett.maxfi...@gmail.com] Sent: Friday, February 05, 2010 10:51 AM To: Gerald Richter Subject: Re: Embperl question   This was a very stupid question, sorry. My problem seems that Embperl/CGI.pm form handling may

RE: Compiling Embperl

2009-11-23 Thread gerald . richter
There was a patched posted for this CGI problem about one or two month ago on the mailing list. It will be part of the next release Gerald > -Original Message- > From: Soltan Safavi [mailto:sol...@mycopa.com] > Sent: Monday, November 23, 2009 7:05 PM > To: Gerald Richter

RE: Compiling Embperl

2009-11-21 Thread gerald . richter
Embperl tests are not quite up to date :-( Gerald > -Original Message- > From: Soltan Safavi [mailto:sol...@mycopa.com] > Sent: Friday, November 20, 2009 11:00 PM > To: Gerald Richter - ECOS > Cc: David G. (HQ-JF000)[INDYNE INC]; Ed Grimm; embperl@perl.apache.or

RE: Compiling Embperl

2009-11-19 Thread gerald . richter
were running > >> Ubuntu, as the normal Ubuntu mentality is to move things > only needed > >> to compile other things and are not specifically compiling tools > >> themselves into -dev packages. > >> > >> Ed > >> > >> On Tue

RE: Compiling Embperl

2009-10-02 Thread Gerald Richter
Hi, Apache::src is part of mod_perl 1, since you use mod_perl 2, it seems that mod_perl 2 is not detected by Makefile.PL. Maybe it is not fully/correctly installed? Gerald > -Original Message- > From: Soltan Safavi [mailto:sol...@mycopa.com] > Sent: Wednesday, September 30, 2009 11:11

RE: Gerald: please update module to include patch for CGI.pm 3.38+

2009-09-17 Thread Gerald Richter
Hi Michael, Can you send me an diff of all your changes against the last version of Embperl? Please send it to my private email, not to the list Thanks Gerald > -Original Message- > From: Michael Stevens [mailto:michael.stev...@dianomi.com] > Sent: Thursday, September 17, 2009 11:06

RE: Sort Keys of Hash Printed via dump

2009-09-17 Thread Gerald Richter
Hi, Since [$ dump $] uses data::dumper, it should be enougth to set $Data::Dumper::Sortkeys=1; But I haven't tested it Gerald > -Original Message- > From: Andrew O'Brien [mailto:andr...@oriel.com.au] > Sent: Thursday, September 03, 2009 5:22 AM > To: Thompson, John; embperl@perl.apach

RE: not able to run the test server (example) that comes with embperl 2.3.0

2008-07-08 Thread Gerald Richter
Hi, If this is still an issue for you just put an empty file in /home/senthil/sfw/Embperl-2.3.0/eg/web/paypal.epl, after this it should work Gerald Gerald Richter ECOS electronic communication services GmbH

RE: Embperl 2 questions

2008-07-08 Thread Gerald Richter
Hi, > > We are currently trying to upgrade Apache1 to Apache2. > In Apache1, we are using Apache::SSI with

RE: Embperl 2.3 does not support Apache 2.x on Win32

2008-07-08 Thread Gerald Richter
Hi, > > Hi, this is Alan Carwile at Omneon. My guess is that you've > received questions from others wondering when/if Embperl can > be made available for Apache 2.x for Windows. If that work > is not being pursued, what would you recommend to people who > are in a situation like ours? W

RE: Embperl::Form::Validate question

2008-07-08 Thread Gerald Richter
Hi, > > I have been looking at this module for using it in my project > and i must say its a very powerful module. Today, i tried to > do a quick test to see how it fits in my project. It works > well but it throws some warnings which i have added to the > end of this email. > > FYI i am u

RE: FreeBSD 7 Install

2008-07-08 Thread Gerald Richter
Hi, > >[-1][Thu Jun 26 15:04:27 2008] [warn] (22)Invalid > argument: Failed to enable the 'httpready' Accept Filter >[-2][Thu Jun 26 15:04:27 2008] [warn] (22)Invalid > argument: Failed to enable the 'httpready' Accept Filter >[-3][Thu Jun 26 15:04:27 2008] [warn] (22)Invalid > arg

RE: Re: Re: Re: Process exists - Segmentation fault

2008-01-09 Thread Gerald Richter - ECOS GmbH
Hi, Maybe we should go one step back: Does "make test" works correctly for you? Does it also test the mod_perl part? Gerald > -Original Message- > From: abhishek jain [mailto:[EMAIL PROTECTED] > Sent: Monday, January 07, 2008 2:59 AM > To: Gerald Richter

RE: Re: Strange behavior in Embperl

2008-01-02 Thread Gerald Richter - ECOS GmbH
Hi, I would suggest using Apache::DBI, which will take care of shareing db handles Gerald > -Original Message- > From: abhishek jain [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 02, 2008 4:20 AM > To: Gerald Richter > Cc: embperl@perl.apache.org > Su

RE: Strange behavior in Embperl

2008-01-01 Thread Gerald Richter - ECOS GmbH
Hi, $row has a special meaning in Embperl (see http://perl.apache.org/embperl/pod/doc/Embperl.-page-3-.htm#sect_8) So in your case, replace $row by any other variable name and it should work Gerald > -Original Message- > From: abhishek jain [mailto:[EMAIL PROTECTED] > Sent: Tuesday

RE: Error using Syntax::SSI and Syntax::EmbperlBlocks at the same time

2007-12-26 Thread Gerald Richter - ECOS GmbH
Hi, Sorry for my late reply. Does it change anything if you exchange the order i.e. EMBPERL_SYNTAX "EmbperlBlocks SSI" Gerald > -Original Message- > From: Vietze, Axel [mailto:[EMAIL PROTECTED] > Sent: Monday, November 19, 2007 2:47 PM > To: embperl@perl.apache.org > Subject: Error

RE: RE: embperl checbox checked attribute not inserted

2007-12-26 Thread Gerald Richter - ECOS GmbH
Hi, How do you pass %fdat. The correct way would be: Embperl::Execute ({inputfile => '/path/to/some/file', fdat => \%custom_fdat}) ; Did you do it this way? If yes, did you have a LoadModule and a PerlModule statement for Embperl in your httpd.conf? Gerald > -Original Message- > Fr

RE: embperl

2007-11-13 Thread Gerald Richter - ECOS GmbH
Hi, > > Thanks for reviatalizing this project. It looks like some > of the install steps for HTML::EmbperlObject require the > Apache2 source. Is there a way to do this using apxs?' > Unfortunately it apxs is not supported yet, but when you get asked for the source, specify the directoty w

RE: Embperl app. no longer works after linux upgrade; namespace issue & seg fault]

2007-11-12 Thread Gerald Richter - ECOS GmbH
Hi, For me this looks like you did not have a LoadModule and PerlModule for Embperl in your httpd.conf. If this is not clear please mail your httpd.conf Gerald Gerald Richter ECOS electronic communication services

RE: Authentication & session handling

2007-11-12 Thread Gerald Richter - ECOS GmbH
Hi, I am not aware of a ready framework. The Embperl web sites (which you can find as an example under eg/web in the Embperl distribution), implements some of your ideas. Gerald Gerald Richter ECOS electronic

RE: Re: Embperl 2.3.0 coredump

2007-11-12 Thread Gerald Richter - ECOS GmbH
send your httpd.conf. Gerald Gerald Richter ECOS electronic communication services GmbH *** SECURING YOUR NETWORK Post: Tulpenstrasse 5D-55276 Dienheim b. Mainz E

RE: use and Execute differences

2007-10-10 Thread Gerald Richter - ECOS GmbH
Hi, > > Searched through the documentation and mailing lists but > could not find the exact information. > What are the most important differences between using normal > perl module with: > > use Package::Module > > $obj = Package::Module->new(); > > or using > > $obj = Execute({object =>

RE: Re: Re: Problems customizing selected form elements output

2007-10-10 Thread Gerald Richter - ECOS GmbH
> > Thank you very much. Will be trying it as soon as I get the time. > > Could you tell me which files are responsible for the > generation of the (x)html. Is it all in Embperl::Syntax::* or > does some of the logic is also in *.c files. > The difference between html and xhtml is mostly in

RE: virtualhosts with same Docroots - workaround or solution?

2007-10-09 Thread Gerald Richter - ECOS GmbH
Hi, > That's true, but maintenance becomes are little more complicated. I simply use the same httpd.conf, with some inside, to make maintaince easy. > Anyway, > what I encountered is the following: > If I supply every virtual host with a "Embperl_Package" - > Parameter it seems to work as de

RE: virtualhosts with same Docroots steal Request object and Session

2007-10-07 Thread Gerald Richter - ECOS GmbH
Hi, > I have this scenario: > Two virtual servers ( A and B ) share the same DocumentRoot, > due to the fact that every server needs some special "global" > variables, each is set up with its own Perl interpreter. > The first Request to the page mypage.epl determinates which > server has the "r

RE: RE: RE: ANNOUNCE: Embperl 2.3.0

2007-10-04 Thread Gerald Richter - ECOS GmbH
MPAT_1X' switch. Doesn't > the Makefile detect my mod_perl2 correctly? > This swicth comes from mod_perl (Embperl use the same build flags as mod_perl). It is anyway on by default and enables some compatibility features with mod_perl 1.x Gerald > -Alex > > > --

RE: html::embperl is not supported?

2007-10-04 Thread Gerald Richter - ECOS GmbH
Besuchen Sie unseren Messestand auf der SYSTEMS vom 23. - 26.10. in München, Halle B3, Stand 425 www.ecos.de/messen-events/systems-2007.html Gerald Richter ECOS electronic communication services GmbH

RE: RE: ANNOUNCE: Embperl 2.3.0

2007-10-04 Thread Gerald Richter - ECOS GmbH
= 2 > option = 262144 > > ERRORS detected! NOT all tests have been passed successfully > > make: *** [test_dynamic] Error 1 > > I'm running debian etch with all updates installed. > > -Alex > > > -Original Message- > From: Gerald Richter -

RE: WORKING!!!!!

2007-09-30 Thread Gerald Richter - ECOS GmbH
Gerald Richter ECOS electronic communication services GmbH *** SECURING YOUR NETWORK Post: Tulpenstrasse 5D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED]Voice: +49

RE: Error installing Embperl 2.2.0

2007-09-29 Thread Gerald Richter - ECOS GmbH
Messestand auf der SYSTEMS vom 23. - 26.10. in München, Halle B3, Stand 425 www.ecos.de/messen-events/systems-2007.html Gerald Richter ECOS electronic communication services GmbH *** SECURING YOUR NETWORK

RE: Re: Problems customizing selected form elements output

2007-09-29 Thread Gerald Richter - ECOS GmbH
. in München, Halle B3, Stand 425 www.ecos.de/messen-events/systems-2007.html Gerald Richter ECOS electronic communication services GmbH *** SECURING YOUR NETWORK Post

ANNOUNCE: Embperl 2.3.0

2007-09-29 Thread Gerald Richter - ECOS GmbH
suchen Sie unseren Messestand auf der SYSTEMS vom 23. - 26.10. in München, Halle B3, Stand 425 www.ecos.de/messen-events/systems-2007.html ------------ Gerald Richter ECOS electronic communication services GmbH *** SEC

RE: Revitalizing Embperl

2007-09-28 Thread Gerald Richter - ECOS GmbH
Gerald Richter ECOS electronic communication services GmbH *** SECURING YOUR NETWORK Post: Tulpenstrasse 5D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED]Voice: +49

RE: Re: $cnt doesn't work for me as advertised

2007-09-28 Thread Gerald Richter - ECOS GmbH
SYSTEMS vom 23. - 26.10. in München, Halle B3, Stand 425 www.ecos.de/messen-events/systems-2007.html Gerald Richter ECOS electronic communication services GmbH *** SECURING YOUR NETWORK

RE: Problem with Apache 2.2.6

2007-09-28 Thread Gerald Richter - ECOS GmbH
> > I've just upgraded Apache and Embperl won't compile. > > Embperl 2.2.0 > GenToo Linux > Apache 2.2.6 > apr 1.2.8 > libapreq2 2.08 > > These are the error messages I get: As far as I can see that is something you have to blame your distribution for. I have no problems running Embperl with

RE: RE: Using Catalyst to revitalize Embperl

2007-08-19 Thread Gerald Richter - ECOS GmbH
Hi, > > I also wonder if it wouldn't be better to get the Mason > maintainers to look at replacing the core of Mason with the > fast internals of Embperl and merge some development efforts. > I have tried this for some time, when Mason was first published, but I didn't had sucess. Now, sinc

  1   2   3   4   5   6   7   8   9   10   >