embperl 1.3.6 and apache 1.3.31 problem

2004-06-27 Thread Dirk Jagdmann
Hello Developers, I had a website running for a long time using the following Software: perl 5.8.0, embperl 1.3.6, mod_perl 1.27 and apache 1.3.27. Last week I decided it is time for an upgrade and compiled all of those fresh from the sources. Now I have the following: perl 5.8.4, embperl 1.3.6,

Re: embperl 1.3.6 and apache 1.3.31 problem

2004-06-28 Thread Dirk Jagdmann
Hello Gavin, I rebuilt an apache last week with this exact combo, except that I was using perl 5.8.3, and it all worked fine (all kinds of pain then adding php to the Ok, after I knew it should work I rebuilt everything from scratch today and paid extra care when copying my website. In fact I foun

Re: pdf generation

2004-09-22 Thread Dirk Jagdmann
I'd like to learn what people use to generate pdf files. I want to create pdf from an epl page, with all data from the database. I have always used LaTeX in the past, because latex gives me a comfortable way to generate tables (I generated invoices). The way I did it, was to have a template latex

Re: Stupid Execute problem

2004-11-29 Thread Dirk Jagdmann
I'm trying simple [- Execute('_ref.eo') -] In Embperl 2 you have to add a ';' in every statement in a [--] block and you have to omit it it [++] blocks. -- ---> doj / cubic > http://cubic.org/~doj -> http://llg.cubic.org ---

Re: Is there a patch for file upload with CGI > 3.00 ( EP 1.3.6 )

2004-12-06 Thread Dirk Jagdmann
is there an alternative location? Take this one: http://ftp.debian.org/debian/pool/main/libh/libhtml-embperl-perl/libhtml-embperl-perl_1.3.6-2.diff.gz -- ---> doj / cubic > http://cubic.org/~doj -> http://llg.cubic.org - To

username and password with basic auth

2005-09-13 Thread Dirk Jagdmann
Hello developers, I'm currently developing a software which is receiving requests via http where username and password are transmitted via HTTP (basic) authentication (as base64 encoded string in the HTTP request header). The other parameters are transmitted as a GET request, thus encoded into th

Re: file upload

2006-05-25 Thread Dirk Jagdmann
with the following patch, which should fix your issues: ftp://ftp.debian.org/debian/pool/main/libh/libhtml-embperl-perl/libhtml-embperl-perl_1.3.6-2.diff.gz -- ---> Dirk Jagdmann ^ doj / cubic > http://cubic.org/~doj -> http://llg.

Re: Dynamically generating file for download

2007-07-31 Thread Dirk Jagdmann
i=new CGI; my $whatever=$cgi->param('whatever'); my $c=magic_function_to_generate_content_into_scalar($whatever); print "Content-Type: image/png\n\n"; print $c; exit 0; -- ---> Dirk Jagdmann ^ doj / cubic > http://cubic.or

Re: Using Catalyst to revitalize Embperl

2007-08-11 Thread Dirk Jagdmann
d this initial investment only pays if you do a long-term development on a project. -- ---> Dirk Jagdmann ^ doj / cubic > http://cubic.org/~doj -> http://llg.cubic.org - To unsubscribe, e-mail: [EMAIL PROTECTE

Re: Roll call: What cool, high-traffic websites are using Embperl?

2008-08-08 Thread Dirk Jagdmann
ess model or multi-threaded model which we don't like (we believe in select()) I just wrote our own: EmbCPP. Now I just have to convince the boss to release this thing into the wild someday... -- ---> Dirk Jagdmann >

Re: Compiling good old Embperl 1.3.6

2011-09-27 Thread Dirk Jagdmann
rball with my FreeBSD port, the patches contained in there should get you compiling. And of course if somebody else is interested in a FreeBSD Embperl 1.6 port you can tell me. It is based on the removed p5-HTML-Embperl port from the official port collection. -- ---> Dirk Jagdmann > ht

Re: Upload problem

2012-04-05 Thread Dirk Jagdmann
bit characters in LATIN1. -- ---> Dirk Jagdmann > http://cubic.org/~doj -> http://llg.cubic.org - To unsubscribe, e-mail: embperl-unsubscr...@perl.apache.org For additional commands, e-mail: embperl-h...@perl.apache.org

migrate from Embperl 1.3 to 2.x

2014-05-21 Thread Dirk Jagdmann
b server with SSL and then configure multiple sites working on multiple of my PostgreSQL databases. Thus I can host a couple of install on a single operating system. Does a currentl Debian Apache setup support TSL SNI? -- ---> Dirk Jagdmann > http://cubic.org/~doj ->

Re: migrate from Embperl 1.3 to 2.x

2014-05-21 Thread Dirk Jagdmann
> In Debian, Apache 2.4 is available from Jessie (currently "testing"), > which also contains an up-to-date libembperl-perl package. So to install a system which can run for another 10 years, taking the Jessie version seems like the best start. -- ---> Dirk Jagdmann >

Re: Where to download embperl 2.5?

2016-11-19 Thread Dirk Jagdmann
You should be able to find all Embperl releases via a search on CPAN, for example https://metacpan.org/release/Embperl -- ---> Dirk Jagdmann > http://cubic.org/~doj -> http://llg.cubic.org - To unsubscrib

Re: Passing encrypted base64 encoded value via href and then decode and decrypt on receiving page not working

2017-02-01 Thread Dirk Jagdmann
Reading http://search.cpan.org/~gaas/MIME-Base64-3.15/Base64.pm it seems you would need to use decode_base64url( $str ) which handles your replaced characters. You could then also use encode_base64url( $bytes ) which would use the alternate characters already. -- ---> Dirk Jagdm

Re: Apache 2.4?

2020-01-02 Thread Dirk Jagdmann
urces applied. See https://github.com/doj/Embperl I'll add a Gentoo ebuild to that github repository soon. -- ---> Dirk Jagdmann > http://cubic.org/~doj -> http://llg.cubic.org - To unsubscribe, e-mai