AW: FastCGI deployment

2009-10-24 Thread richter
Hi, I never have used mod_fcgid. Maybe it does not work together with FCGI.pm, which is used by embpfastcgi.pl Gerald -Ursprüngliche Nachricht- Von: Alexander Hartmaier [mailto:alexander.hartma...@t-systems.at] Gesendet: Montag, 19. Oktober 2009 20:12 An: embperl@perl.apache.org Betreff:

RE: Windows binaries ppm for Embperl 2.4.0?

2010-11-11 Thread richter
Hi, as far as I know there is no precompiled package available yet Gerald > -Original Message- > From: Hoenie Luk [mailto:aired...@hoenie.com] > Sent: Friday, October 29, 2010 8:23 PM > To: Gerald Richter > Subject: Windows binaries ppm for Embperl 2.4.0? > > H

RE: ANNOUNCE: Embperl 2.4.0

2010-11-11 Thread richter
Hi, great to hear that it works for you both :-) Thanks for the feedback Gerald > -Original Message- > From: Stefan Cars [mailto:ste...@snowfall.se] > Sent: Friday, October 29, 2010 10:14 PM > To: Gerald Richter > Subject: RE: ANNOUNCE: Embperl 2.4.0 > > Hi! >

RE: Nonexistent URLs give server error

2010-12-14 Thread richter
Hi Michael,   It should return a 404 and not a 500.   What are your exact setting for EMBPERL_OPTIONS ?   gerald     From: Michael Stevens [mailto:michael.stev...@dianomi.com] Sent: Tuesday, December 14, 2010 1:33 PM To: Robby Desmond Cc: embperl@perl.apache.org Subject: Re: Nonexistent U

RE: Handler example?

2011-01-11 Thread richter
Hi, you should pass your %fdat as hashref to the outermost Execute call with the parameter fdat. That should normaly do the trick Gerald > -Original Message- > From: Matt J Cwanek [mailto:mcwa...@fourddev.com] > Sent: Friday, January 07, 2011 9:13 PM > To: embperl@perl.apache.org > Su

RE: Nonexistent URLs give server error

2011-01-11 Thread richter
Hi,   this looks ok.   What ist he exact error message you got in the httpd error log, when someone requests a non exitent epl file?   Gerald     From: Michael Stevens [mailto:michael.stev...@dianomi.com] Sent: Tuesday, December 14, 2010 7:08 PM To: Gerald Richter - ECOS Cc: Robby

RE: Embperl::Object Enterprise-sized design

2011-01-11 Thread richter
Hi,   there is one other example, which is a short introduction how to use Embperl::Form in http://cpansearch.perl.org/src/GRICHTER/Embperl-2.4.0/eg/forms/README.txt   I am not aware of any other public examples.   Sorry   Gerald     From: Williams, David G. (HQ-JF000)[INDYNE INC] [ma

RE: Handler example?

2011-01-12 Thread richter
essage- > From: Matt J Cwanek [mailto:mcwa...@fourddev.com] > Sent: Wednesday, January 12, 2011 3:44 PM > To: Gerald Richter - ECOS > Cc: embperl@perl.apache.org > Subject: Re: Handler example? > > Yes, we're already doing that. > > The problem is if I do that from in

RE: Test registry/Execute.htm fails with mod_perl 2.0.5

2011-05-12 Thread richter
Hi, could you tell me which version of perl do you use? I will take a look at the issue, but not before next week. Gerald > -Original Message- > From: Dominic Hargreaves [mailto:d...@earth.li] > Sent: Thursday, May 12, 2011 12:55 AM > To: embperl@perl.apache.org > Subject: Test registr

RE: Test registry/Execute.htm fails with mod_perl 2.0.5

2011-06-08 Thread richter
Hi, sorry for not getting back sooner... I spent some time debugging this issue, but I don't have a solution so far. The problem is, that mod_perl was using tied filehandles for STDOUT/IN before, but now it uses the Perl IO Layer. The problem is in epio.c around line 716. There Embperl tries t

RE: Embedded perl error

2011-12-29 Thread richter
at the Perl include files are not correct for the Perl version you installed. Gerald > -Original Message- > From: Root, Paul [mailto:paul.r...@centurylink.com] > Sent: Wednesday, December 14, 2011 6:58 PM > To: Gerald Richter - ECOS > Subject: Embedded perl error > > G

RE: apache migrate -> nginx

2011-12-29 Thread richter
Hi, as long as you don't use any special mod_perl stuff yourself, your code should run without any rewrite as cgi script and you should have the same functionality Gerald > -Original Message- > From: Allen Haim [mailto:al...@netherrealm.net] > Sent: Thursday, December 29, 2011 10:13 AM

RE: Embperl problems --please help

2012-03-05 Thread richter
erald Richter - ECOS Subject: Embperl problems --please help I am running Apache/2.2.19 (Unix) Embperl/2.4.0 mod_perl/2.0.4 Perl/v5.10.1 on Redhat 5 and I am having some issues with Embperl. I am hoping you can point me in the right direction. This is the how my http.conf is configured for Em

RE: Schrödinger syndrome

2012-03-09 Thread richter
Hi, If you are sure that is not a problem of your module, then I would: - move "sub BEGIN { }" and the "use ..." to a startup.pl file which call on server startup (PerlRequire in httpd.conf) - If this doesn't help, try without the print OUT (use warn for debugging, which log into apache error

RE: Schrödinger syndrome

2012-03-11 Thread richter
nal Message- > From: Jean-Christophe Boggio [mailto:embp...@thefreecat.org] > Sent: Sunday, March 11, 2012 12:26 PM > To: Gerald Richter - ECOS > Cc: embperl@perl.apache.org > Subject: Re: Schrödinger syndrome > > Gerald, > > Le 09/03/2012 23:23, rich...@ecos.de a écrit

RE: Installing Embperl 2.4 on Debian Squeeze

2012-03-26 Thread richter
Hi Neil, use www.embperl.org/downloads, but on CPAN it's the same version. Which Perl Version you are using? Gerald > -Original Message- > From: Neil Gunton [mailto:n...@nilspace.com] > Sent: Monday, March 26, 2012 8:04 PM > To: embperl@perl.apache.org > Subject: Installing Embperl 2.4

RE: Installing Embperl 2.4 on Debian Squeeze

2012-03-26 Thread richter
, 2012 9:08 PM > To: Gerald Richter - ECOS > Cc: embperl@perl.apache.org > Subject: Re: Installing Embperl 2.4 on Debian Squeeze > > rich...@ecos.de wrote: > > Hi Neil, > > > > use www.embperl.org/downloads, but on CPAN it's the same version. > > > > W

RE: Installing Embperl 2.4 on Debian Squeeze / Embperl 2.5 development snapshot for Perl 5.14

2012-03-27 Thread richter
oblem, please use the Embperl mailing list for further discussion > -Original Message- > From: Dominic Hargreaves [mailto:d...@earth.li] > Sent: Tuesday, March 27, 2012 12:07 PM > To: Dirk Melchers > Cc: Gerald Richter - ECOS; embperl@perl.apache.org > Subject: Re: In

RE: Installing Embperl 2.4 on Debian Squeeze / Embperl 2.5 development snapshot for Perl 5.14

2012-03-27 Thread richter
: Tuesday, March 27, 2012 6:40 PM > To: Gerald Richter - ECOS > Cc: embperl@perl.apache.org > Subject: Re: Installing Embperl 2.4 on Debian Squeeze / Embperl 2.5 > development snapshot for Perl 5.14 > > rich...@ecos.de wrote: > > Hi, > > > > the Bug [1] is fixed

RE: Installing Embperl 2.4 on Debian Squeeze / Embperl 2.5 development snapshot for Perl 5.14

2012-03-27 Thread richter
Hi Neil, what happens if you run make test TESTARGS="-i" Gerald > -Original Message- > From: Neil Gunton [mailto:n...@nilspace.com] > Sent: Tuesday, March 27, 2012 8:59 PM > To: Gerald Richter - ECOS; embperl@perl.apache.org > Subject: Re: Install

RE: Installing Embperl 2.4 on Debian Squeeze / Embperl 2.5 development snapshot for Perl 5.14

2012-03-27 Thread richter
Hi, > > Hi Gerald, this is better - but it still fails eventually due to not finding > Apache2::ServerRec. See output below. Is this something I need to install > separately? Or should it already have been installed as part of the > installation > of mod_perl? > Apache2::ServeRec i spart of mod

RE: Installing Embperl 2.4 on Debian Squeeze / Embperl 2.5 development snapshot for Perl 5.14

2012-03-27 Thread richter
days, so I can not answer any further mails until Sunday > -Original Message- > From: Neil Gunton [mailto:n...@nilspace.com] > Sent: Tuesday, March 27, 2012 9:33 PM > To: Gerald Richter - ECOS > Cc: embperl@perl.apache.org > Subject: Re: Installing Embperl 2.4 on Debian

RE: embperl download

2012-04-02 Thread richter
lto:al...@netherrealm.net] > Sent: Monday, April 02, 2012 2:51 PM > To: Gerald Richter - ECOS > Subject: Re: embperl download > > I know the feeling :) > > By the way, Embperl 2.5.0 and perl 5.14 are working under FastCGI, nice job. > > I was getting some weird "Perl p

RE: Embperl 2.5.0

2012-04-09 Thread richter
Hi, this looks like you have another Embperl installed, which is found instead of the correct one. Please check your perl search path Gerald > -Original Message- > From: Jan Kyncl [mailto:ky...@pcv.cz] > Sent: Wednesday, April 04, 2012 2:33 PM > To: embperl@perl.apache.org > Subject:

RE: Upload problem

2012-04-09 Thread richter
Hi, the file upload is handled by CGI.pm and not by Embperl itself. It looks like CGI.pm is doing some UTF8 conversion (or it is done when you write the file). Perl's UTF-8 handling is a kind of mystery (and least to me). Every time I thought I had understood what is going on, I got a new surpr

RE: "Error in perl code: Compilation error"

2012-05-15 Thread richter
For Perl 5.14 please take a look at the Embperl 2.5.0 snapshot. See discussions here http://mail-archives.apache.org/mod_mbox/perl-embperl/201203.mbox/browser Gerald From: Carl Eklof [mailto:c...@beesw.com] Sent

RE: Error reporting in Embperl 2.5.0_1

2012-05-29 Thread richter
Hi Neil, in my tests I got normal error messages like before. Do you have a few lines of code, that shows the problem? Gerald > -Original Message- > From: Neil Gunton [mailto:n...@nilspace.com] > Sent: Saturday, May 19, 2012 9:29 PM > To: embperl@perl.apache.org > Subject: Error reporti

RE: Status of Embperl?

2012-09-03 Thread richter
Hi, Embperl is still alive :-), also it's moving slowly :-( The version in the svn and the dev snapshot 2.5.0_1 (which can be found at http://www.embperl.org/downloads/ ) solves the debian problem. There are some problems left with mod_perl and perl 5.14 and 5.16 . There is a solution for the

RE: Error running embperl

2012-09-03 Thread richter
Are there any errors in the Apache error log? Gerald > -Original Message- > From: Jean-Christophe Boggio [mailto:embp...@thefreecat.org] > Sent: Monday, September 03, 2012 11:13 AM > To: embperl@perl.apache.org > Subject: Error running embperl > > Hi, > > I just recompiled latest embpe

RE: 2.0.5_1 - Issue with %udat

2012-09-07 Thread richter
Hi, %udat is read locked das soon as you access it and write locke das soon as you write any data to it. The lock is release at the end of the page. There can be any number of reader, but only one writer. So you should write to %udat as late as possible, to keep the lock time short. How the l

RE: Status of Embperl?

2012-09-07 Thread richter
e a new release > in a few weeks, which solves all these problems. That is actually very exciting news. I'd like to thank Gerald Richter for his work and how available he is for all of us. I've never had a support email go unanswered, so Gerald and the community around Embperl are

RE: Status of Embperl?

2012-09-09 Thread richter
Hi, thanks for all the responses :-) I have 2.5.0_2 nearly ready. Hopefully I can release it during next week. After cleaning up the current web, I will setup a wiki on embperl.org, so everybody can easily contribute. I like the idea of creating a kind of Cookbook with code snippets and examp

RE: Status of Embperl?

2012-09-10 Thread richter
: Kee Hinckley; Gerald Richter - ECOS Cc: embperl@perl.apache.org Subject: Re: Status of Embperl?   I would second Kee's point.   At $work, (a very large company which has been a heavy user of EmbPerl for years), they are considering switching away (from both Embperl and even Perl).   One o

ANNOUNCE: Embperl-2.5.0_2

2012-09-10 Thread richter
I have just uploaded a release candiate of Embperl 2.5.0. For me it works well with Perl 5.14 and Perl 5.16 and fixes the known problems. Please test and let me know if there are any issues. You can download it from http://www.embperl.org/downloads/Embperl-2.5.0_2.tar.gz Gerald Changes since

RE: ANNOUNCE: Embperl-2.5.0_2

2012-09-10 Thread richter
; From: Neil Gunton [mailto:n...@nilspace.com] > Sent: Monday, September 10, 2012 10:00 PM > To: Gerald Richter - ECOS > Cc: embperl@perl.apache.org > Subject: Re: ANNOUNCE: Embperl-2.5.0_2 > > Hi Gerald, testing your new 2.5.0_2 on Debian Wheezy AMD64, with stock > perl 5.14.2

RE: ANNOUNCE: Embperl-2.5.0_2

2012-09-10 Thread richter
> > Ok, I eventually found it - actually it's Apache2::Config. I wrote this > little script to get everything: >... > > ... and I don't see anything in there saying what the Apache binary > executable is called (for me it's in > /usr/local/httpd_perl/bin/httpd_perl). So I guess that means it wou

RE: Input files in Execute and PerlIO layers for theirs + object_base option doesn't work

2012-10-03 Thread richter
Hi, unfortunately implementing this Perlio UTF8 stuff is not done very quickly. I will put on the TODO list, but don't expect a quick solution. You can use the input option and read you the files on your own, just pass the mtime of the file as mtime option and Embperl will cache your files the

RE: Setting status code

2012-10-03 Thread richter
Exit (400) should work, but you need to set optReturnError (see http://www.embperl.org/embperl/pod/doc/Config.-page-2-.htm#sect_43) Gerald > -Original Message- > From: Jean-Christophe Boggio [mailto:embp...@thefreecat.org] > Sent: Wednesday, September 26, 2012 11:48 PM > To: embperl@per

RE: tags with centOS

2012-10-03 Thread richter
Autofill does only work for empty values, so you to have on the same line, otherwise it's not empty Gerald From: Nageswara rao Gurram [mailto:nageshgurra...@gmail.com] Sent: Thursday, September 27, 2012 12:44 PM To: embperl@perl.apache.org Subject: tags with centOS Hi, I am using

RE: embperl and escmode

2012-10-03 Thread richter
have changed since Embperl 1 and what you need to change in your config Gerald > -Original Message- > From: Meelis Pärjasaar [mailto:mee...@wiseman.ee] > Sent: Tuesday, September 11, 2012 12:04 AM > To: Gerald Richter - ECOS > Subject: embperl and escmode > > Hi,

RE: Input files in Execute and PerlIO layers for theirs + object_base option doesn't work

2012-10-03 Thread richter
Hi, > > > unfortunately implementing this Perlio UTF8 stuff is not done very quickly. > > UTF8 doesn't work quickly in Perl? What problem to add new option like > 'binmode' (binmode => ":utf8") and use this binmode for reading all files by > Embperl? > In done in C, not in Perl, so it's not so

RE: Compilation error

2012-10-13 Thread richter
This is strange. The problem has definitively gone for me in2.5.0 _2 with perl 5.14. Does make test (without any options) succeed? Gerald > -Original Message- > From: Neil Gunton [mailto:n...@nilspace.com] > Sent: Saturday, October 13, 2012 1:37 AM > To: embperl@perl.apache.org > Subje

RE: Compilation error

2012-10-14 Thread richter
Hi Neil, this is very helpful. I think that should be enough to find the reason. I will try to fix it during the next days Gerald > -Original Message- > From: Neil Gunton [mailto:n...@nilspace.com] > Sent: Saturday, October 13, 2012 8:42 PM > To: Gerald Richter - ECOS &

RE: Successful Embperl Install Fedora 17

2012-10-15 Thread richter
Hi, Thanks for your feedback. If you are using Perl 5.14 you should use Embperl 2.5.0_2: http://www.embperl.org/downloads/Embperl-2.5.0_2.tar.gz Gerald > -Original Message- > From: oldbrad [mailto:b...@bradcan.homelinux.com] > Sent: Monday, October 15, 2012 1:43 PM > To: embperl@perl.

RE: build failures on arm, mips: -m32 not available

2012-10-22 Thread richter
Do you know the exact $Config{archname} for sparc and powerpc, then I will only enable this for these architectures Gerald > -Original Message- > From: Florian Schlichting [mailto:fschl...@zedat.fu-berlin.de] > Sent: Saturday, October 20, 2012 9:53 PM > To: Gerald Ri

RE: build failures on arm, mips: -m32 not available

2012-10-22 Thread richter
compiled a 32 Bit Perl, because it already has the -m32 flag. I will check which is the best solution to this issue during the week Gerald > -Original Message- > From: Florian Schlichting [mailto:fschl...@zedat.fu-berlin.de] > Sent: Monday, October 22, 2012 4:17 PM > To: Ge

ANNOUNCE: Embperl 2.5.0_3

2012-11-10 Thread richter
Embperl 2.5.0_3 is available at http://www.embperl.org/downloads/Embperl-2.5.0_3.tar.gz - It fixes a problem in [! !] blocks with error reporting - It removes the -m32 flag for compilation on ARM If no further bugs are reported I will make this the final 2.5.0. Enjoy Gerald ---

RE: Compilation error

2012-11-10 Thread richter
Hi Neil, please check if http://www.embperl.org/downloads/Embperl-2.5.0_3.tar.gz fixes your problem Gerald > -Original Message- > From: Neil Gunton [mailto:n...@nilspace.com] > Sent: Saturday, October 13, 2012 8:42 PM > To: Gerald Richter - ECOS > Cc: embperl@perl.apach

RE: build failures on arm, mips: -m32 not available

2012-11-10 Thread richter
Hi Florian, please check if http://www.embperl.org/downloads/Embperl-2.5.0_3.tar.gz fixes the issue Gerald > -Original Message- > From: Florian Schlichting [mailto:fschl...@zedat.fu-berlin.de] > Sent: Monday, October 22, 2012 4:17 PM > To: Gerald Richter - ECOS &

RE: Which Version for mod_perl 2.0.2

2012-11-10 Thread richter
Hi, sorry I missed this question. 2.5.0_2 is fine, 2.5.0_3 fixes a small problem with error messages (but makes no difference if you don't make errors :-) Gerald > -Original Message- > From: oldbrad [mailto:b...@bradcan.homelinux.com] > Sent: Wednesday, October 17, 2012 3:39 PM > To: e

RE: build failures on arm, mips: -m32 not available

2012-12-05 Thread richter
Thanks for the feedback. I will soon release it as 2.5.0 final. Regards Gerald > -Original Message- > From: Florian Schlichting [mailto:fschl...@zedat.fu-berlin.de] > Sent: Saturday, December 01, 2012 11:03 PM > To: Gerald Richter - ECOS > Cc: embperl@perl.apache.or

ANNOUNCE: Embperl 2.5.0

2014-04-21 Thread richter
The URL http://www.embperl.org/downloads/Embperl-2.5.0.tar.gz has entered CPAN It’s long time gone since the last Embperl release. All the time Embperl development has gone on. Now here is a new release with brings Embperl up to date with other software. It now supports Perl up to 5.18 and

AW: Re Disable STDOUT

2014-05-29 Thread richter
$savefh = select (FH) ; .. select ($savefh) ; should work Regards Gerald Von: Donavon Lerman [mailto:d...@mycopanet.com] Gesendet: Mittwoch, 28. Mai 2014 20:03 An: emb

AW: embperl and utf-8

2014-06-25 Thread richter
Yes, unfortunately a solution for this issue did not make it in the last release and is still on my TODO list Regards Gerald > -Ursprüngliche Nachricht- > Von: Jean-Christophe Boggio [mailto:c...@thefreecat.org] > Gesendet: Freitag, 20. Juni 2014 18:09 > An: embperl@perl.apache.org > B

AW: embperl and SSI

2014-07-11 Thread richter
Hi, can you first try to update to Embperl 2.5.0. There are some fixes in, that might solve your problem. Gerald > -Ursprüngliche Nachricht- > Von: Edward Guldemond [mailto:edw...@microdecisions.com] > Gesendet: Donnerstag, 10. Juli 2014 17:45 > An: embperl@perl.apache.org > Betreff: em

AW: Embperl test suite fails with at least CGI.pm 4.06 (likely CGI.pm >= 4.04)

2014-11-10 Thread richter
Hi Axel, sorry for the late reply and thanks for the patch. I have taken a quick look and it seems ok to me. I will test it more in detail and create a new Embperl release during the next weeks Regards Gerald > -Ursprüngliche Nachricht- > Von: Axel Beckert [mailto:a...@deuxchevaux.org]

AW: embperl and JSON

2015-04-08 Thread richter
Hi, Embperl use CGI.pm only for multipart/formdata. encode_json excepts the raw data, while %fdat already has splited them into name/values pairs. You need to set optDisableFormData = 256 in EMBPERL_OPTIONS and read in the posted dat

AW: AW: embperl and JSON

2015-04-20 Thread richter
Put it in a section in the httpd.conf Regards Gerald Von: Donavon [mailto:d...@mycopanet.com] Gesendet: Donnerstag, 9. April 2015 23:10 An: rich...@ecos.de; 'Frank Wesemann' Cc: embperl@perl.apache.org

AW: HTML5 Multiple File Upload?

2016-10-16 Thread richter
Hi, I never did it so far, but I would expect that it works similar to normal file upload. Embperl uses CGI.pm under the hood for file upload, so if CGI.pm can handle multiple files, Embperl should be able to do the same The file upload stuff is pure Perl code (in Embperl.pm, sub get_multipart

AW: undefined value in Emperl/Util.pm

2017-05-29 Thread richter
It looks like that you call your function outside of an Embperl Request. Udat is only available, from inside an Embperl page, not before or after   Gerald     Von: Benni Bärmann [mailto:bennibaerm...@gmail.com] Gesendet: Mittwoch, 17. Mai 2017 07:56 An: embperl@perl.apache.org Betreff: Fwd: und

AW: Embperl and threaded mpm?

2017-06-25 Thread richter
Hi Neil, Embperl is not working with threaded mpm. Preloading all your perl code saves a lot of memory due to code sharing. The main issue is, that you have to make sure, not to open any file or database connection or similar in the preload code, because that will be shared too, which does not

cvs commit: embperl/test/html/safe safe.htm

1999-12-12 Thread richter
richter 99/12/12 11:32:44 Modified:.Changes.pod Embperl.pm Embperl.pod Embperl.xs EmbperlD.pod TODO emacsembperl.el test/cmp safe.htm test/html/safe safe.htm Log: - fix a SIGSEGV that could occur

cvs commit: embperl/emacs embperl.el

1999-12-20 Thread richter
richter 99/12/19 21:04:41 Modified:.TODO emacsembperl.el Log: - TODO Revision ChangesPath 1.75 +4 -0 embperl/TODO Index: TODO === RCS file: /export/home/cvs

cvs commit: embperl/test/html importsub.htm subimp.htm

1999-12-31 Thread richter
richter 99/12/31 05:51:50 Modified:.Changes.pod Embperl.pm TODO emacsembperl.el test/cmp importsub.htm test/html importsub.htm subimp.htm Log: - fix a problem that $req_rec is not correctly setup inside imported

cvs commit: embperl/emacs embperl.el

1999-12-31 Thread richter
richter 99/12/31 06:07:31 Modified:.Changes.pod Embperl.pm Embperl.pod EmbperlD.pod TODO emacsembperl.el Log: - specify domain/hostname when sending mail via MailFormTo - add EMBPERL_MAILFROM config, to make sender used by

cvs commit: embperl/emacs embperl.el

2000-01-01 Thread richter
richter 00/01/01 05:59:38 Modified:.Changes.pod Embperl.pm Embperl.pod EmbperlD.pod emacsembperl.el Log: - ProxyInput now handles posted form data. Spotted by Neeme Vool. - EMBPERL_INPUT_FUNC now allows to also give the name under

cvs commit: embperl TODO

2000-01-02 Thread richter
richter 00/01/02 12:03:47 Modified:.TODO Log: test Revision ChangesPath 1.78 +1 -0 embperl/TODO Index: TODO === RCS file: /home/cvs/embperl/TODO,v retrieving revision 1.77

cvs commit: embperl/emacs embperl.el

2000-01-02 Thread richter
richter 00/01/02 21:42:51 Modified:.TODO emacsembperl.el Log: test Revision ChangesPath 1.79 +0 -9 embperl/TODO Index: TODO === RCS file: /home/cvs/embperl/TODO

cvs commit: embperl/emacs embperl.el

2000-01-02 Thread richter
richter 00/01/02 21:45:08 Modified:emacsembperl.el Log: test Revision ChangesPath 1.65 +0 -0 embperl/emacs/embperl.el Index: embperl.el === RCS file: /home/cvs/embperl/emacs

cvs commit: embperl/emacs embperl.el

2000-01-03 Thread richter
richter 00/01/03 22:10:03 Modified:.Changes.pod Embperl.xs epcmd.c epnames.h emacsembperl.el Log: - Fixed a SIGSEGV in OPTION tag which occurs due to different integer sizes on 64Bit systems. With help from David Waldo. Revision

cvs commit: embperl/test/html importsub.htm subimp.htm

2000-01-04 Thread richter
richter 00/01/04 21:41:39 Modified:.CVS.pod epcmd.c emacsembperl.el test/cmp safe.htm test/html importsub.htm subimp.htm Log: - new CVS locations Revision ChangesPath 1.6 +14 -3 embperl/CVS.pod

cvs commit: embperl/emacs embperl.el

2000-01-04 Thread richter
richter 00/01/04 23:27:28 Modified:.Changes.pod Embperl.pm Embperl.pod EmbperlD.pod README emacsembperl.el Log: - final 1.2.1 Revision ChangesPath 1.97 +2 -6 embperl/Changes.pod Index: Changes.pod

cvs commit: embperl/emacs embperl.el

2000-01-06 Thread richter
richter 00/01/06 00:33:00 Modified:.Changes.pod Embperl.pm Embperl.pod EmbperlD.pod MANIFEST emacsembperl.el Log: - added new mod_perl handler EmbperlObject, which helps to build whole pages out of small objects, which

cvs commit: embperl EmbperlObject.pm

2000-01-06 Thread richter
richter 00/01/06 00:34:02 Added: .EmbperlObject.pm Log: New handler EmbperlObject Revision ChangesPath 1.1 embperl/EmbperlObject.pm Index: EmbperlObject.pm

cvs commit: embperl/emacs embperl.el

2000-01-06 Thread richter
richter 00/01/06 03:02:19 Modified:.Changes.pod Embperl.pm EmbperlObject.pm MANIFEST README Embperl Module.pm emacsembperl.el Added: Embperl Mail.pm Log: - added new module HTML::Embperl::Mail which

cvs commit: embperl/test/conf startup_dso.pl

2000-01-20 Thread richter
richter 00/01/20 12:32:14 Modified:.Changes.pod Embperl.pm EmbperlObject.pm TODO epmain.c Embperl Mail.pm Module.pm emacsembperl.el test/conf startup_dso.pl Log: - Fixed a bug, that the logfile if

cvs commit: embperl/emacs embperl.el

2000-01-24 Thread richter
richter 00/01/24 21:36:55 Modified:.Embperl.pm EmbperlObject.pm TODO Embperl Mail.pm Module.pm emacsembperl.el Log: - cc and bcc in mail Revision ChangesPath 1.80 +0 -0 embperl/Embperl.pm Index: Embperl.pm

cvs commit: embperl/emacs embperl.el

2000-02-11 Thread richter
richter 00/02/11 14:33:41 Modified:.Changes.pod Embperl.pm Embperl.pod EmbperlObject.pm Features.pod FeaturesD.pod README TODO Embperl Mail.pm Module.pm emacsembperl.el Log: - Doc updates - 1.3b2 beta release

cvs commit: embperl/test/cmp errpage.htm

2000-03-12 Thread richter
richter 00/03/12 05:11:32 Modified:.Changes.pod Embperl.pm EmbperlObject.pm TODO Embperl Mail.pm Module.pm emacsembperl.el test/cmp errpage.htm Log: - Changed test so it accpects charset in Content-Type header from

cvs commit: embperl/emacs embperl.el

2000-03-12 Thread richter
richter 00/03/12 23:27:09 Modified:.Embperl.pm EmbperlObject.pm Embperl Mail.pm Module.pm emacsembperl.el Log: - Doku update Revision ChangesPath 1.85 +0 -0 embperl/Embperl.pm Index: Embperl.pm

cvs commit: embperl/test/html include.htm

2000-03-13 Thread richter
richter 00/03/13 21:15:51 Modified:.Changes.pod Embperl.pm EmbperlObject.pm TODO epio.c Embperl Mail.pm Module.pm emacsembperl.el test/cmp include.htm test/html include.htm Log: - The outputfile parameter

cvs commit: embperl/emacs embperl.el

2000-03-19 Thread richter
richter 00/03/19 05:39:04 Modified:.Embperl.pm Embperl.pod EmbperlD.pod EmbperlObject.pm README TODO Embperl Mail.pm Module.pm emacsembperl.el Log: - Revision ChangesPath 1.87 +0 -0 embperl

Re: Problems with session handling

2003-03-25 Thread Gerald Richter
> Where should I write this ? > in your httpd.conf, instead of PerlSetEnv EMBPERL_COOKIE_PATH / Gerald > / Stefan > > Gerald Richter wrote: > > > > > > >>I found out when using HTML::Embperl (i'e the Embperl 1) and doing > >>PerlSetEnv EMB

Re: Make embperl NOT close a table when Using Execute

2003-03-30 Thread Gerald Richter
erlBlocks $] at the top of yout file.epl Gerald ------ Gerald Richter ecos electronic communication services gmbh IT-Securitylösungen * dynamische Webapplikationen * Consulting Post: Tulpenstrasse 5 D-55276 Dienh

Re: AuthDBI logoff

2003-03-30 Thread Gerald Richter
ch uses cookies, where you are able to reset the cookie. Gerald ------ Gerald Richter ecos electronic communication services gmbh IT-Securitylösungen * dynamische Webapplikationen * Consulting Post: Tulpenstrasse 5

Re: Empberl::Object on Apache 2

2003-03-30 Thread Gerald Richter
move it. If this still doesn't help try to add a PerlModule Embperl to your httpd.conf Gerald ------ Gerald Richter ecos electronic communication services gmbh IT-Securitylösungen * dynamische Webapplikationen * Consulting Post

Re: Empberl::Object on Apache 2

2003-03-31 Thread Gerald Richter
- Gerald Richter ecos electronic communication services gmbh IT-Securitylösungen * dynamische Webapplikationen * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 939-122 WWW:http://www.ecos.de/

Re: Embperl install error

2003-03-31 Thread Gerald Richter
>I just tried Perl -MCPAN -e shell > install HTML::Embperl >and it pulled down 2.0b8. Perl 5.8.0 requires the newest Embperl version from the cvs to work Gerald -- Gerald Richter ecos electronic communication service

Re: Embperl install error

2003-03-31 Thread Gerald Richter
>How do I get the CVS version? see perldoc CVS.pod Gerald -- Gerald Richter ecos electronic communication services gmbh IT-Securitylösungen * dynamische Webapplikationen * Consulting Post: Tulpenstrasse 5 D-55

Re: Embperl 2.0?

2003-06-05 Thread Gerald Richter
, which hopefully will turn soon to 2.0 release version. You can be sure Embperl development will continue. Please stay tuned Gerald -- Gerald Richter ecos electronic communication services gmbh IT-Securitylösungen * dynamische

Re: Embperl on 64Bit (was: Embperl 2.0?)

2003-06-09 Thread Gerald Richter
> > "make test" doesn't succeed (fails in various ways) on some non-i386 > archs (alpha, m68k, ia64, arm). There's some 32/64 bit or endian > issues somewhere I haven't tracked down yet (haven't looked > recently - its proving hard to track down). > Angus, could you try the lastest CVS versio

Re: Embperl 1.3.6 Compile error on Solaris

2003-06-09 Thread Gerald Richter
>Embperl.c: In function `XS_HTML__Embperl_SetupRequest': >Embperl.c:273: parse error before `void' Could you send me your file Embperl.c ? Gerald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: Preloading epl files

2003-06-09 Thread Gerald Richter
>I see in archive for the Embperl mailing list , that is possible preloading modules >with the routine preload_dir. > >In this case the epl file is compiled only one time and each child process of apache >get a copy ? You can call each file with Execute and the import => 0 parameter (I guess th

Re: Troubles with Embperl 2 latest CVS versions instalations

2003-06-09 Thread Gerald Richter
t   Gerald   --Gerald Richter ecos electronic communication services gmbhIT-Securitylösungen * dynamische Webapplikationen * Consulting   Post:   Tulpenstrasse 5  D-55276 Dienheim b. MainzE-Mail: [EMAIL PROTECTED]  Voice:   +49 6133 939-122WWW:    http://www.ecos.de/

Re: SELECTs not appearing in %idat

2003-06-09 Thread Gerald Richter
Hi, this problem is changed in the current Embperl CVS which will be released as 2.0b9 during the next days. There will be no changes for EMbperl 1.3.x Gerald -- Gerald Richter ecos electronic communication services gmbh IT

Re: Embperl + Apache

2003-06-09 Thread Gerald Richter
>I use Apache::DBI with Oracle (persistent connection) and Apache::SessionX >using FileLock. >... >I did an truss in httpd process and when this page in embperl is submmited >the truss in any situations an show an signal SIGALRM SIGALRM looks like time out. Maybe there is a deadlock. Could you t

Re: Latest Embperl 2.x

2003-06-09 Thread Gerald Richter
> > I've been out of the loop for a few months so I'm not too sure what's up > right now..but... > > My webserver is running "Embperl/2.0b9_dev-3". Are there any significant > updates since this build? If so, where can I obtain these updates? Do they > break anything functional in the prior release

Re: Embperl + Apache

2003-06-09 Thread Gerald Richter
>For use Null locker (i guess Apache::Session::Lock::Null), i have to modify >Makefile.PL of Apache-SessionX-2.00b5 ? No, you don't have to. You can simply add EMBPERL_SESSION_CLASSES "File Null" to your httpd.conf Gerald > > > >I use Apache::DBI with Oracle (persistent connection) and Apac

ANNOUNCE: Embperl 2.0b9

2003-06-09 Thread Gerald Richter
d initialization of ap_filter_rec structure which had lead to random segfaults when using the subreq parameter. ------ Gerald Richter ecos electronic communication services gmbh IT-Securitylösungen * dynamische Webapplikationen * C

Re: BUGS IN Embperl 2.0b9

2003-06-10 Thread Gerald Richter
erald -- Gerald Richter ecos electronic communication services gmbh IT-Securitylösungen * dynamische Webapplikationen * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 93

  1   2   3   4   5   6   7   8   9   10   >