Re: having trouble setting up new Embperl config

2025-06-11 Thread embperl
Hi Michael, Embperl does not support the event MPM. It only supports the prefork MPM. This is due to limitations in Perl itself. Regards Gerald > Michael Stevens hat am 11.06.2025 20:12 > CEST geschrieben: > > > Update: > > I was using the event mpm. As soon

Re: Embperl 3.0.0 memory leak fix

2025-01-05 Thread embperl
Hi Michael, thanks for spotting this. I will include the fix in the next release Regards Gerald > Michael Stevens hat am 03.01.2025 11:56 > CET geschrieben: > > > Hi, > > This change hopefully fixes a memory leak in Embperl 3.0.0: > > Output of

Embperl 3.0.0 is released

2023-11-28 Thread embperl
I am happy to anounnce Embperl 3.0.0. It is the first release after 8 years and it brings Embperl up to date with current linux distributions and software. This is the final release. Please give it a try and and send feedback to the Embperl mailinglist (embperl@perl.apache.org mailto:embperl

Re: Embperl 3.0.0-rc.1 is released

2023-11-20 Thread embperl
Hi Ruben, > Ruben Safir hat am 19.11.2023 19:23 CET geschrieben: >... > > Gerald Ricter? What is your question here? Regards Gerald - To unsubscribe, e-mail: embperl-unsubscr...@perl.apache.org For additional

Re: Embperl 3.0.0-rc.1 is released

2023-11-19 Thread embperl
Hi Neil, I have answered ALL your mails. Nobody has blocked you. There is only one mailing list and as I already wrote embp...@actevy.io is my personal mail account. See https://mail-archives.apache.org/mod_mbox/perl-embperl Regards Gerald P.S. @Michael, just in case Neil doesn't get m

Re: Embperl 3.0.0-rc.1 is released

2023-11-13 Thread embperl
Hi Neil, were you able to verify that Embperl rc.2 fixes this test issue? Would be great to get some feedback, so I can prepare the final release of Embperl 3.0.0 and upload it to CPAN. Thanks & Regards Gerald > Neil Gunton hat am 05.10.2023 18:32 CEST geschrieben: > >

Re: Embperl 3.0.0-rc.1 is released

2023-10-07 Thread embperl
Hi Ruben, it is tested with mod_perl/Apache from the current linux distributions (see https://perl.apache.org/embperl/pod/INSTALL.htm). It should also work with older mod_perl/Apache, but I have not tested this. Regards Gerald > Ruben Safir hat am 07.10.2023 19:32 CEST geschrie

Re: Embperl 3.0.0-rc.1 is released

2023-10-07 Thread embperl
Hi Neil, embp...@actevy.io is just my personal email I use for embperl stuff (instead of rich...@ecos.de). The new release was announced on the Embperl mailling list as always and this will not change. I am just about to move my OpenSource stuff under a common website, which is actevy.io

Embperl 3.0.0-rc.2 is released

2023-10-07 Thread embperl
I am happy to anounnce Embperl 3.0.0. It is the first release after 8 years and it brings Embperl up to date with current linux distributions and software. This is the second release candidate. Please give it a try and and send feedback to the Embperl mailinglist (embperl@perl.apache.org

Re: Embperl 3.0.0-rc.1 is released

2023-10-06 Thread embperl
ed on Debian bookworm minus systemd), > the new release compiles ok, albeit with some warnings (let me know if > the warnings would be useful). > > make test gives this error, same as what happens on Embperl that ships > with Debian: > > #115 includeerr2.htm... > Error in L

Embperl 3.0.0-rc.1 is released

2023-10-04 Thread embperl
I am happy to anounnce Embperl 3.0.0. It is the first release after 8 years and it brings Embperl up to date with current linux distributions and software. This is the first release candidate. Please give it a try and and send feedback to the Embperl mailinglist. The release candidate is

Embperl warnings

2023-08-18 Thread embperl
Hi Neil, I am still alive :-) I would expect that a [- no warnings "uninitialized" ; -] at the top of your pages will make the uninitiazied warning go away. I plan to spend some time on Embperl in september and will take a look at the issues you posted. Regards Gerald

Re: Raising error early

2007-10-02 Thread embperl
.pdf file. This is part of my apache2 conf : [...] EMBPERL_OBJECT_BASE base.epl SetHandler perl-script PerlHandler Embperl::Object Options ExecCGI [...] This way, every .pdf file to be transmitted to the user gets called via my

Raising error early

2007-10-01 Thread embperl
Hi, In order to do some tracking on the PDF downloaded on our site, I have modified my _base.epl and send the file "by hand" : if (open(PDF,$ENV{DOCUMENT_ROOT}.$ENV{SCRIPT_NAME})) { $http_headers_out{'Content-type'}='application/pdf'; $http_headers_out{'Content-Disposition'}='attachment; fil

[no subject]

2004-01-27 Thread embperl
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. document.zip Description: Binary data

Re: make failed with 2.0b9

2003-11-03 Thread embperl-return-6008-archive=jab . org
On Mon, Nov 03, 2003 at 02:19:35PM +0100, Andre Landwehr wrote: > On Mon, Nov 03, 2003 at 01:47:08PM +0100, Benni Baermann wrote: > > at apache2-startup-time. Is this because of an to old mod_perl? Maybe > > i should try compile mod_perl myself? > > You should do that just to be sure, since it doe

Re: Generating images on-the-fly (newbie question)

2002-10-14 Thread embperl-return-4790-archive=jab . org
On Mon, Oct 14, 2002 at 11:13:38AM -0700, Daniel Barbar wrote: > Wim et all, > > Thanks for your input. I made the test, but somehow it didn't work. > I created index.epl and img.epl as shown below. My server has > HTML-Embperl-1.3.4, apache_1.3.26 and mod_perl-

open file

2000-06-26 Thread Embperl
hello there... just wanna know how to open a text file in embperl tnx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

system()

2000-06-02 Thread Embperl
just wanna know how you can include system("dig domain.com"); in embperl and be able to put the result in a variable. tnx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]