Re: New Windows mod_perl2/libapreq2 build available

2021-03-09 Thread tomcat/perl
/support workstations). We have quite a few real-world applications based on perl and mod_perl, which in themselves have been running reliably for years without any needed changes due to perl itself. But we do get in trouble from time to time because customers insist on changing the platform on

Re: [DISCUSS] The future of mod_perl

2021-03-25 Thread tomcat/perl
Hi. I am a long-term (30+) user of Apache/mod_perl (and perl), but at the application level, not at the committer or PMC level. May I therefor respectfully contribute an "outsider's" point of view ? I believe that mod_perl (like perl itself) suffers from the fact that it is

Re: [RELEASE CANDIDATE] mod_perl-2.0.12 RC2

2021-12-22 Thread tomcat/perl
Hi. "> I was thinking this project has died." I would sincerely hope not. At least for my company, mod_perl is still a vital and effective piece of our software development and infrastructure. Many thanks to Steve Hay (and many others) for keeping perl and mod_perl alive and wel

Re: Raku

2021-12-22 Thread tomcat/perl
On 22.12.2021 13:19, Wes Peng wrote: Raku has its own WSGI httpserver? Yes, as there are several similar things for Apache/perl (such as Plack/PSGI). But these frameworks only do *partially* what mod_perl allows one to do. An essential part of mod_perl (and something for which I believe

Re: Raku

2021-12-22 Thread tomcat/perl
quest processing." Like this? https://httpd.apache.org/docs/trunk/mod/mod_lua.html Ok, I stand corrected. So, perl or lua (or C of course; I should have limited my statement to "interpreted languages"). I don't know lua, but it sounds worth investigating. Now, the second-leve

Buffer flushing issue

2006-11-25 Thread Cafe Perl Account
Hi all. I'm trying to use $r->rlfush to flush the output on my CGI scripts, but some times i get the folowing error: "$r->rflush can't be called before the response phase at /html/perl/test.pl line 10" And worst: when this error happens, the script gets uploaded t

Re: Installation / Configuration Questions

2004-03-17 Thread David (Sniper) Rigaudiere -- Les mongueurs de Perl
> 5) my script works in the mod_perl directory > !/usr/bin/perl > print("content-type: text/html\n\n"); > print("Hello World\n"); Hello, the # is missing on the shebang line, is this a copy/paste error ? David "Sniper" Rigaudiere GPG KeyID

<    1   2