Re: Re: stdout from scripts goes to apache logs

2024-05-13 Thread Vincent Veyron
. -- Bien à vous, Vincent Veyron https://marica.fr/ Logiciel de suivi des contentieux juridiques, des sinistres d'assurance et des contrats

Apt upgrade on Debian re-links my libapreq2.so.3

2024-03-17 Thread Vincent Veyron
uv1; I noticed this line in the messages, following unpacking : Processing triggers for libc-bin (2.36-9+deb12u4) ... Not sure if this is related? Does anyone have an idea of what causes this? -- Bien à vous, Vincent Veyron https://marica.fr Logiciel de gesti

Re: trouble with html form after Debian upgrade to Bookworm

2023-11-26 Thread Vincent Veyron
On Thu, 16 Nov 2023 01:43:16 +0100 "Vincent Veyron" wrote: Hi All, Following advice from Joe Schaefer, I compiled libapreq2 from subversion sources. Make install fails with : make: *** No rule to make target 'install'. Stop. (Unix build) So, I simply replaced the libapreq2.so.

Re: upgrade to Debian Bookworm : use backports for libapache2-request-perl and libapache2-mod-apreq2?

2023-08-21 Thread Vincent Veyron
when? -- Bien à vous, Vincent Veyron https://marica.fr/ Logiciel de suivi des contentieux juridiques, des sinistres d'assurance et des contrats

upgrade to Debian Bookworm : use backports for libapache2-request-perl and libapache2-mod-apreq2?

2023-08-18 Thread Vincent Veyron
://packages.debian.org/bookworm-backports/libapache2-mod-apreq2 -- Bien à vous, Vincent Veyron https://marica.fr/ Logiciel de suivi des contentieux juridiques, des sinistres d'assurance et des contrats

Re: *** SPAM *** [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

2023-08-18 Thread Vincent Veyron
On Sun, 6 Aug 2023 13:00:15 +0100 Steve Hay wrote: > Please download, test, and report back on this mod_perl 2.0.13 release > candidate. > > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz > Hi Steve, +1 on Debian Bookworm. Debian version 12.1 Server version:

Re: *** SPAM *** [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

2023-08-14 Thread Vincent Veyron
On Sun, 6 Aug 2023 13:00:15 +0100 Steve Hay wrote: > Please download, test, and report back on this mod_perl 2.0.13 release > candidate. Hi Steve, This is the result on Debian 11.7 with Apache 2.4.56 Test Summary Report --- t/filter/in_bbs_inject_header.t (Wstat: 0

Re: PerlAccessHandler for POST access

2022-08-03 Thread Vincent Veyron
s of $key and $digest are equal? -- Bien à vous, Vincent Veyron https://compta.libremen.com Logiciel libre de comptabilité générale en partie double

Re: intermittent reception

2022-04-22 Thread Vincent Veyron
On Fri, 22 Apr 2022 05:40:21 +0800 Wes Peng wrote: > Bounced by your ISP? Just guessing > Good guess : I went to their web interface, and found the messages in the junk folder Thanks for the hint -- Bien à vous, Vincent Veyron https://mar

intermittent reception

2022-04-21 Thread Vincent Veyron
S's initial request never made it to my inbox, but I did receive Jacques Deguest's and John Dunlap's responses. Even then, Jacques made two replies to Henrik, and I only received the first one. Any idea what the cause might be? Bien à vous, Vincent

Re: [RELEASE CANDIDATE] mod_perl-2.0.12 RC1

2021-11-27 Thread Vincent Veyron
est programs. 3/3505 subtests failed. [warning] server localhost:8529 shutdown [warning] port 8529 still in use... done So, only the documented bbs_inject_header.t fails -- Bien à vous, Vincent Veyron https://compta.libremen.com Logiciel libre de comptabil

Re: [RELEASE CANDIDATE] mod_perl-2.0.12 RC1

2021-11-26 Thread Vincent Veyron
ost:8529 shutdown [warning] port 8529 still in use... done So, only the documented bbs_inject_header.t fails -- Bien à vous, Vincent Veyron https://compta.libremen.com Logiciel libre de comptabilité générale en partie double -- Vincent Veyron

Re: [RELEASE CANDIDATE] mod_perl-2.0.12 RC1

2021-11-08 Thread Vincent Veyron
ages : apache2 2.4.38-3+deb10u5 i386 Apache HTTP Server libapache2-mod-perl2 2.0.10-3 i386 Integration of perl with the Apache2 web server Machine is an IBM X201 Attached : t/logs/error_log -- Bien à vous,

Re: Moving ExecCGI to mod_perl - performance and custom 'modules' [EXT]

2021-02-09 Thread Vincent Veyron
(mean) Time per request: 75.664 [ms] (mean) Time per request: 15.133 [ms] (mean, across all concurrent requests) Transfer rate: 544.33 [Kbytes/sec] received -- Bien à vous, Vincent Veyron https://compta.libremen.com Logiciel libre

Re: Moving ExecCGI to mod_perl - performance and custom 'modules' [EXT]

2021-02-07 Thread Vincent Veyron
going down some dead ends :D I use mod_perl handlers, so not sure how it mixes with PerlRegistry, but you probably want to have a look at connect_cached -- Bien à vous, Vincent Veyron https://compta.libremen.com Logiciel libre de comptabilité gén

Don't use session hashes

2020-12-21 Thread Vincent Veyron
On Mon, 21 Dec 2020 12:15:45 + James Smith wrote: Hi James, > > The first rule of session hashes is don't use session hashes, I thought this was a standard way of storing user information? I've copied an example at the bottom (this application calculates quotes for a sailmaker) I'm not

Re: suggestions for perl as web development language [EXT]

2020-12-20 Thread Vincent Veyron
erl could handle that kind of load and be horribly inefficient? (I forgot to say in my previous post that over 50% of the time used by my script is spent on the _one_ query out of 120 that writes a smallish session hash to disk) -- Bien à vous, Vincent Veyro

Re: suggestions for perl as web development language [EXT]

2020-12-20 Thread Vincent Veyron
makes 150 different queries in .05 seconds. I never see more than 0.15 load average with 10 users on line. Granted, I have low traffic and small databases, but still. (incidentally, I had a look at your home page, which took a good 5 seconds to load)

Re: suggestions for perl as web development language [EXT]

2020-12-20 Thread Vincent Veyron
On Sun, 20 Dec 2020 14:03:35 -0600 Mithun Bhattacharya wrote: > > As for your Lets Encrypt certificate - autorenewal isnt a mod_perl thing > rather you do have to place a script in some sort of scheduler. I use Lets Encrypt on Debian, there is no need to place a script; certificates are being

Re: Can't locate object method "new" via package "CGI::Cookie"

2020-06-01 Thread Vincent Veyron
On Mon, 1 Jun 2020 09:55:24 +0200 André Warnier (tomcat/perl) wrote: > > PerlPostConfigRequire "/etc/apache2/modperl2_startup.pl" > > Maybe you forgot this on one of the systems, and not the other ? > You know, I grepped the hell out of my modules for an hour before posting, trying to find

Can't locate object method "new" via package "CGI::Cookie"

2020-05-31 Thread Vincent Veyron
Hi List, I have two servers using mod_perl, both having the same modules installed and enabled; server1 got a fresh install of Debian Buster, while server2 was upgraded to Buster from Stretch. This code : my $cookie = CGI::Cookie->new(-name => 'session',

Re: POST large amount of data causes segmentation fault

2020-02-09 Thread Vincent Veyron
libapache2-request-perl 2.13-7~deb9u1 -- Bien à vous, Vincent Veyron https://marica.fr/ Logiciel de gestion des sinistres assurances, des dossiers contentieux et des contrats pour le service juridique

Re: Output filters, data encoding

2019-11-14 Thread Vincent Veyron
not output filters, that read from files and use this : open DOCUMENT_CONTENT, "<:encoding(UTF-8)", "$document_content" or die "can't open $document_content : $!\n" ; -- Bien à vous, Vincent Veyron https://compta.libr

Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC3

2019-09-26 Thread Vincent Veyron
On Thu, 26 Sep 2019 21:52:29 +0300 Damyan Ivanov wrote: > > builds OK and tests pass on Debian/unstable amd64 and i386 with apache > 2.4.41, apr 1.6.5, Perl 5.28.1, CGI 4.44 Would you mind explaining what steps you took to build on Debian? I'm on Stretch (old stable), and can't build. After

Re: Upgrading a mod_perl application from Apache 2.2 to Apache 2.4

2018-11-30 Thread Vincent Veyron
dler instead of after it (something changed in the processing order of the filter queue; the solution was found here : https://github.com/h5bp/html5-boilerplate/issues/1012) Other than that, everything went smoothly -- Bien à vous, Vincent Ve

Re: Upgrade to Debian stretch (stable) breaks my unique token

2018-03-02 Thread Vincent Veyron
mistake on my part. It appeared on all systems, after more thorough testing. Installations are identical, but I suppose because the backup machine does not receive any requests, it just took a bit longer for the problem to appear. -- Bien à vous, Vinc

Re: Upgrade to Debian stretch (stable) breaks my unique token

2018-03-01 Thread Vincent Veyron
does the trick, good find. Strange that it worked fine up to now, and suddenly not at all. Thank you for the helpful answer, as always, John. Now, if you happen to know why this _had_ to surface during a demo [:-( -- Bien à vous, Vincent Veyron ht

Upgrade to Debian stretch (stable) breaks my unique token

2018-03-01 Thread Vincent Veyron
erl (aucune description n'est disponible) ii libapache2-request-perl 2.13-5+b1 amd64 generic Apache request library - Perl modules root@kimsufi_1:/home/vincent# -- Bien à vous, Vincent Veyron https://marica

Re: Undefined subroutine ::ref::_hook called at /ModPerl/RegistryCooker.pm line 288

2017-06-17 Thread Vincent Veyron
request is served by a new process which compiles for some reason. You might want to try to run in single process mode : https://perl.apache.org/docs/general/control/control.html#Running_a_Server_in_Single_Process_Mode -- Bien à vous, Vincent Veyron https://c

Re: mod_perl Website Hosting

2017-03-09 Thread Vincent Veyron
Bien à vous, Vincent Veyron https://compta.libremen.com Logiciel de comptabilité, libre

Re: Where is the mod_perl development repo?

2017-03-09 Thread Vincent Veyron
4094972 free. 661944 cached Mem Tests with ab show 50 requests/second, and I don't see a memory problem that would warrant the overhead of a front-end reverse proxy. -- Bien à vous, Vincent Veyron https://marica.fr/ Gestion des sinistres assurances, d

Re: Question about Apache 2.4 and libapreq2 (Apache2::Request)

2017-01-19 Thread Vincent Veyron
deflate ran before my custom outputfilter in 2.4). Everything running smoothly since those were fixed across several different virtual hosts. -- Bien à vous, Vincent Veyron https://marica.fr/ Logiciel de suivi des contentieux juridiques, des sinistres

Re: log_error and client IP

2016-12-29 Thread Vincent Veyron
.apache.org/docs/2.0/api/Apache2/Log.html#Cr_E_gt_log_rerror___ (note : there appears to be a typo in the example, missing parentheses after LOG_MARK) -- Bien à vous, Vincent Veyron https://marica.fr/ Gestion des sinistres assurances, des dossiers contentieux et des contrats pour le service juridique

Re: [mp2] No data is read from Perl Output Filter

2016-11-21 Thread Vincent Veyron
.html#C_PerlOutputFilterHandler_ http://modperlbook.org/html/25-3-I-O-Filtering.html -- Bien à vous, Vincent Veyron https://marica.fr/ Gestion des sinistres assurances, des dossiers contentieux et des contrats pour le service juridique

Re: Recommended Linux distribution for LAMP/mod_perl

2016-10-04 Thread Vincent Veyron
On Tue, 4 Oct 2016 12:40:14 + (UTC) " daniel.axtell" <daniel.axt...@snet.net> wrote: > > ---- > On Mon, 10/3/16, Vincent Veyron <vv.li...@wanadoo.fr> wrote: > Now all I need to do to get up and running is > : >

Re: Recommended Linux distribution for LAMP/mod_perl

2016-10-03 Thread Vincent Veyron
-request-perl libapache2-mod-perl2 libapache2-mod-apreq2 apache2.2-common and from then on : apt upgrade -- Bien à vous, Vincent Veyron https://marica.fr/ Gestion des sinistres assurances, des dossiers contentieux et des contrats pour le service juridique

Re: Howto Apache2::AuthCookieDBI and followup question

2016-10-01 Thread Vincent Veyron
odule and have your::module do the select host, etc... and set the cookie -- Bien à vous, Vincent Veyron https://compta.libremen.com Logiciel libre de comptabilité générale

Re: Bug - Strange issue with mod_perl 2.0.10 / Apache 2.4 corrupting nfreeze data

2016-08-07 Thread Vincent Veyron
I forgot to add : if you were not using filters previously, this may not solve your problem. Do you have accented characters in your queries' parameters? if so those need to be decoded (anything that uses APR::Table) -- Bien à vous, Vincent Veyron

Re: Bug - Strange issue with mod_perl 2.0.10 / Apache 2.4 corrupting nfreeze data

2016-08-07 Thread Vincent Veyron
/dEWqdtsR Note that I had to place Encode::decode_utf8 inside the 'if ($f->seen_eos)' block -- Bien à vous, Vincent Veyron https://marica.fr/ Gestion des sinistres assurances, des dossiers contentieux et des contrats pour le service juridique

Re: ApacheCon: Getting the word out internally

2016-07-19 Thread Vincent Veyron
ead : http://www.gossamer-threads.com/lists/modperl/modperl/107021 -- Bien à vous, Vincent Veyron https://marica.fr/ Gestion des sinistres assurances, des dossiers contentieux et des contrats pour le service juridique

Re: random token re-used in subsequent requests [SOLVED]

2016-05-31 Thread Vincent Veyron
ssion_id = join "", map +(0..9,"a".."z","A".."Z")[rand(10+26*2)], 1..32;$h{$session_id}=1};$v=keys %h; print $v' 1000 -- Bien à vous, Vincent Veyron https://libremen.com Logiciels de gestion, libres

Re: random token re-used in subsequent requests [SOLVED]

2016-05-31 Thread Vincent Veyron
64 architecture instead of the installer for the (32-bit) i386 architecture." So, maybe it was not a good idea? -- Bien à vous, Vincent Veyron https://marica.fr/ Gestion des sinistres assurance et des dossiers contentieux pour le service juridique

Re: random token re-used in subsequent requests [SOLVED]

2016-05-31 Thread Vincent Veyron
not perl. The bug may have to do with a cpan upgrade I did on the machine, that generated quite a bit of errors, and messed my system somehow. -- Bien à vous, Vincent Veyron https://compta.libremen.com Logiciel libre de comptabilité générale

Re: random token re-used in subsequent requests [SOLVED]

2016-05-26 Thread Vincent Veyron
On Mon, 16 May 2016 16:38:18 +0200 Vincent Veyron <vv.li...@wanadoo.fr> wrote: > Out of five different servers, the code works fine on four machines, and a > different token is generated every time the page is loaded or re-loaded. On > one server however, a previous token is be

Re: random token re-used in subsequent requests

2016-05-18 Thread Vincent Veyron
/lib/Compta/Base/Handler/entry.pm line 146. Token : VpCyv6GmeQwPqnD84nYBVGJeS93g64of at /home/lib/Compta/Base/Handler/entry.pm line 150. -- Bien à vous, Vincent Veyron https://compta.libremen.com Logiciel de comptabilité générale, libre

Re: random token re-used in subsequent requests

2016-05-18 Thread Vincent Veyron
> when the script is first compiled (by this child). Tried that, no dice. And I checked the code on an eeepc, it generates thousands of unique keys no problem, it's just that one server :-( Well, giving up for now. Thank you for your help. -- Bien

Re: random token re-used in subsequent requests

2016-05-17 Thread Vincent Veyron
. If I have to install additional modules, I'd prefer to use the Debian packaging system, for maintenance reasons. Is libcrypt-random-seed-perl a possibility? Still don't understand why the problem does not show up in the other machines, no matter what I throw at them. --

Re: random token re-used in subsequent requests

2016-05-17 Thread Vincent Veyron
-perl 2.13-4+b1 amd64generic Apache request library - Perl modules -- Bien à vous, Vincent Veyron https://marica.fr/ Gestion des sinistres assurance et des dossiers juridiques

random token re-used in subsequent requests

2016-05-16 Thread Vincent Veyron
is' => 0, 'id_entry' => '16257', '_token_id' => 'Gh63Y2J9YYaNuReIsI8JAEj9oCY39oiy' <- token 1 again }; What can I do to find the cause of this misbehaviour? -- Bien à vous, Vincent

Re: Bug - Strange issue with mod_perl 2.0.10 / Apache 2.4 corrupting nfreeze data

2016-04-03 Thread Vincent Veyron
ing UTF-8 data. If I understood correctly, anything that goes through APR::Table is considered UTF-8, however the SvUTF8 flag is not set, so you get double encoding when processing your data. -- Bien à vous, Vincent Veyron https://marica.fr/ Gestion des cont

Re: Mod Perl and Basic Authentication

2016-03-02 Thread Vincent Veyron
ation myself so can't help you, but see 'Run-Time Configuration Changes' in : https://httpd.apache.org/docs/2.4/upgrading.html -- Bien à vous, Vincent Veyron https://marica.fr/ Gestion des contentieux, des dossiers de sinistres assurance et des cont

Re: Upgrade to Apache 2.4 breaks encoding in a PerlOutputFilterHandler

2015-11-29 Thread Vincent Veyron
es=no Which places mod_deflate after my PerlOutputFilterHandler in the chain. I was surprised nobody else had the problem before, though? -- Bien à vous, Vincent Veyron https://marica.fr/ Suivi des contentieux juridiques, des sinistres d'assurance et des contrats

Re: Hello

2015-11-29 Thread Vincent Veyron
On Sat, 28 Nov 2015 20:38:17 +0400 Davit Nergadze <davvy...@gmail.com> wrote: > Is there anyone? After perl porters mailing list, this feels like an > empty room ro something... :-/ -- Bien à vous, Vincent Veyron https://marica.fr

Re: Hello

2015-11-29 Thread Vincent Veyron
ly too... I had some problems following an upgrade to Debian 8 that I would have thought someone else had encountered, but my couple of questions went unanswered; this never happened before. -- Bien à vous, Vincent Veyron https://marica.fr/ Suivi des

Re: are there any mod_perl 2.09 bundles?

2015-10-21 Thread Vincent Veyron
On Wed, 21 Oct 2015 13:06:39 +0200 Tosh Cooey <t...@1200group.com> wrote: > Has this been bundled yet for any Linux packages? > There is libapache2-mod-perl2 for Debian 8 (jessie) -- Bien à vous, Vincent Veyron https://marica.fr

Re: Apache2 filter

2015-10-01 Thread Vincent Veyron
t 'sub handler {' instead works FilterRequestHandler is assumed when no attribute is specified (see : http://modperlbook.org/html/25-3-2-Filter-Configuration.html) No idea why specifying does not work, though. -- Bien à vous, Vincent Veyron https://marica.fr/ Suivi

Re: panic: attempt to copy freed scalar caused by calling cgi->param with TryCatch since perl 5.19.7

2015-09-17 Thread Vincent Veyron
che2 stop' to complete step 2 2 - comment 'use TryCatch;' in your script and the server starts normally, then uncomment the line (the change being picked up by Apache2::Reload) to trigger the bug. Sorry about the noise. -- Bien à vous, Vincent Veyro

Re: panic: attempt to copy freed scalar caused by calling cgi->param with TryCatch since perl 5.19.7

2015-09-16 Thread Vincent Veyron
his makes a difference, but I also have use lib qw(/home/lib); in startup.pl, and put your module in this library. Other than that I did not change anything. -- Bien à vous, Vincent Veyron https://legalcase.libremen.com/ Legal case, contract and insura

Re: panic: attempt to copy freed scalar caused by calling cgi->param with TryCatch since perl 5.19.7

2015-09-16 Thread Vincent Veyron
On Wed, 16 Sep 2015 09:40:43 -0500 Michael Schout <msch...@gkg.net> wrote: > On 9/16/15 9:22 AM, Vincent Veyron wrote: > > apt-get install apache2-mpm-prefork libapache2-request-perl > > libapache2-mod-perl2 libapache2-mod-apreq2 > > How did you install TryCatch (th

Re: Enquiry about mod_perl project state

2015-09-02 Thread Vincent Veyron
te many thousands of $$$ yet (but I'm hopeful). -- Salutations, Vincent Veyron https://legalcase.libremen.com/ Legal case, contract and insurance claim management software

PerlOutputFilterHandler, Apache2::Request and utf8 encoded strings

2015-08-18 Thread Vincent Veyron
by the example is : OutputFilterHandler $buffer NOT utf8 myparam : ôê € : 1 string : lâàéè : 1 returned_value_1 : lâàéè : 1 returned_value_2 : lâàéè : 1 returned_value_3 : ôê € : 1 OutputFilterHandler $added_string àêôu € IS utf8 -- Salutations, Vincent

Re: Apache2::AuthCookie - semantics of WhatEverPath parameter?

2015-07-27 Thread Vincent Veyron
-- Salutations, Vincent Veyron https://legalcase.libremen.com/ Legal case, contract and insurance claim management software

Re: Apache 2.4 Upgrade

2015-06-15 Thread Vincent Veyron
COMPRESS CONTENT_SET FilterProvider COMPRESS DEFLATE %{CONTENT_TYPE} =~ m#^text/(html|plain)# FilterChain COMPRESS FilterProtocol COMPRESS DEFLATE change=yes;byteranges=no -- Salutations, Vincent Veyron https://legalcase.libremen.com

Re: Apache 2.4 Upgrade

2015-06-15 Thread Vincent Veyron
: http://www.gossamer-threads.com/lists/modperl/modperl/108254?search_string=vincent%20veyron%20deflate;#108254 -- Salutations, Vincent Veyron https://marica.fr/ Gestion des contentieux, des dossiers de sinistres assurance et des contrats pour le service

Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC3

2015-06-11 Thread Vincent Veyron
/usr/local/share/perl/5.20.2 /usr/lib/i386-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/i386-linux-gnu/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl . -- Salutations, Vincent Veyron https://legalcase.libremen.com

Search is broken on perl.apache.org

2015-06-08 Thread Vincent Veyron
Hi, Something happened to the search functionality on perl.apache.org, it returns 'Service unavailable' since yesterday at least. -- Salutations, Vincent Veyron https://marica.fr/ Gestion des contentieux, des dossiers de sinistres assurance et des

Fw: Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC2

2015-06-02 Thread Vincent Veyron
geez... forgot to cc the list and then sent twice with wrong id :-( Begin forwarded message: Date: Tue, 2 Jun 2015 14:44:27 +0200 From: Vincent Veyron vv.li...@wanadoo.fr To: Steve Hay steve.m@googlemail.com Subject: Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC2 On Tue, 2 Jun 2015 08:41:49

Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC2

2015-05-31 Thread Vincent Veyron
The worst is that I'm sure I've done it once years ago... -- Salutations, Vincent Veyron https://marica.fr/ Gestion des contentieux, des dossiers de sinistres assurance et des contrats pour le service juridique

Re: Upgrade to Apache 2.4 breaks encoding in a PerlOutputFilterHandler

2015-05-29 Thread Vincent Veyron
. -- Salutations, Vincent Veyron https://legalcase.libremen.com/ Legal case, contract and insurance claim management software

Upgrade to Apache 2.4 breaks encoding in a PerlOutputFilterHandler

2015-05-27 Thread Vincent Veyron
://pastebin.com/JqLT7aKU Any idea of what might cause this? -- Salutations, Vincent Veyron https://legalcase.libremen.com/ Legal case, contract and insurance claim management software

Re: Upgrade to Apache 2.4 breaks encoding in a PerlOutputFilterHandler

2015-05-27 Thread Vincent Veyron
of it being to run apt-get upgrade, then apt-get dist-upgrade and what version of MP are you using? #dpkg -l *mod-perl* libapache2-mod-perl2 2.0.9~1624218-2 i386 -- Salutations, Vincent Veyron https://legalcase.libremen.com

Re: mod_perl and apache 2.4

2015-05-10 Thread Vincent Veyron
On Sun, 10 May 2015 11:58:56 +1000 Jie Gao j@sydney.edu.au wrote: You've now got help from Randal! So you know this is really mod_perl list. :-) Well put! -- Salutations, Vincent Veyron https://legalcase.libremen.com/ Legal case, contract

Re: File Corrupt when download with ModPerl scripts

2015-02-05 Thread Vincent Veyron
the web server, to see if that solves the problem; something like : my $location = '/path/to/file' ; $r-headers_out-set(Location = $location) ; return Apache2::Const::REDIRECT ; -- Salutations, Vincent Veyron https://marica.fr/ Gestion des

Re: Errors in the wrong place and wrong format

2014-11-26 Thread Vincent Veyron
, but there is a workaround if that bothers you : http://perl.apache.org/docs/2.0/api/Apache2/Log.html#Virtual_Hosts -- Regards, Vincent Veyron https://libremen.com/ Legal case, contract and insurance claim management software

Re: Disconnect database connection after idle timeout

2014-11-14 Thread Vincent Veyron
, private_preferred_datestyle = $preferred_datestyle } ) or die Cannot connect to db: $DBI::errstr ; return $dbh ; } -- Salutations, Vincent Veyron https://marica.fr/ Gestion des contentieux, des dossiers de sinistres assurance et des contrats pour

Re: Disconnect database connection after idle timeout

2014-11-14 Thread Vincent Veyron
. -- Salutations, Vincent Veyron https://marica.fr/ Gestion des contentieux, des dossiers de sinistres assurance et des contrats pour le service juridique

Re: Disconnect database connection after idle timeout

2014-11-14 Thread Vincent Veyron
connect_cached, where the documentations says : The cached database handle is replaced with a new connection if it has been disconnected or if the ping method fails Would that not solve OP's problem? -- Regards, Vincent Veyron https://libremen.com

Re: Disconnect database connection after idle timeout

2014-11-13 Thread Vincent Veyron
connect_cached, where the documentations says : The cached database handle is replaced with a new connection if it has been disconnected or if the ping method fails Would that not solve OP's problem? -- Regards, Vincent Veyron https://libremen.com

Re: Disconnect database connection after idle timeout

2014-11-13 Thread Vincent Veyron
? -- Regards, Vincent Veyron https://libremen.com/ Legal case, contract and insurance claim management software

Re: Disconnect database connection after idle timeout

2014-11-13 Thread Vincent Veyron
? -- Regards, Vincent Veyron https://libremen.com/ Legal case, contract and insurance claim management software

Re: beginning and testing

2014-10-07 Thread Vincent Veyron
look into automating it. -- Regards, Vincent Veyron https://libremen.com/ Legal case, contract and insurance claim management software

Re: beginning and testing

2014-10-07 Thread Vincent Veyron
? -- Regards, Vincent Veyron https://libremen.com/ Legal case, contract and insurance claim management software

Re: Apache2::URI::unescape_url bug?

2014-06-29 Thread Vincent Veyron
existant module? s/b Apache2::URI::unescape_url()... [...] I don't get this P.S. : please don't top-post -- Salutations, Vincent Veyron http://marica.fr/ Gestion des contentieux, des dossiers de sinistres assurance et des contrats pour le service

Re: Apache2::URI::unescape_url bug?

2014-06-28 Thread Vincent Veyron
($string); } Result: [Sat Jun 28 15:54:44 2014] [error] 6%2D41913%2FUK1 -- Salutations, Vincent Veyron http://vincentveyron.com

Re: Apache2::URI::unescape_url bug?

2014-06-28 Thread Vincent Veyron
($string); } Result: [Sat Jun 28 15:54:44 2014] [error] 6%2D41913%2FUK1 -- Salutations, Vincent Veyron http://vincentveyron.com

Database encoding not recognized by DBD::Pg

2014-04-01 Thread Vincent Veyron
this and understand why my connection does not get the right encoding on the backup server? -- Salutations, Vincent Veyron http://marica.fr/ Gestion des contentieux, des dossiers de sinistres assurance et des contrats pour le service juridique

Re: Singleton Persistence

2014-02-04 Thread Vincent Veyron
. -- Regards, Vincent Veyron http://libremen.com/ Legal case, contract and insurance claim management software

Re: Singleton Persistence

2014-02-03 Thread Vincent Veyron
Le samedi 01 février 2014 à 20:14 -0500, John Dunlap a écrit : In mod_perl, can instantiated singletons survive requests? I'm asking because I appear to have one which *appears* to be bouncing back and forth between virtual hosts as perl interpreters are recycled. Is this possible and, if yes,

Re: Singleton Persistence

2014-02-03 Thread Vincent Veyron
Le lundi 03 février 2014 à 21:49 +, John ORourke a écrit : I do it by treating the request as something transient - in other words assuming that interpreter state is maintained between requests, and resetting or recreating all the objects I use to process the request in my fixup handler.

Re: MP under worker mode

2014-01-12 Thread Vincent Veyron
without any problem. You need to show your code with a self-contained test case that reproduces the problem you are experiencing, if you want people to be able to help. -- Regards, Vincent Veyron http://libremen.com/ Legal case, contract and insurance

Dead link in the mod_perl Users mailing list page

2013-12-10 Thread Vincent Veyron
? -- Regards, Vincent Veyron http://libremen.com/ Legal case, contract and insurance claim management software

Re: Apache::DBI

2013-05-31 Thread Vincent Veyron
. -- Salutations, Vincent Veyron http://marica.fr/site/demonstration Logiciel de gestion des contentieux juridiques et des sinistres d'assurance

RE: Perl module not reading/setting PerlSetEnv command on apache start

2013-05-13 Thread Vincent Veyron
, Vincent Veyron http://marica.fr/site/demonstration Logiciel de gestion des contentieux juridiques et des sinistres d'assurance

Re: get the incoming TCP protocol type

2012-11-26 Thread Vincent Veyron
e lundi 26 novembre 2012 à 09:05 +0100, André Warnier a écrit : Vincent Veyron wrote: Le samedi 24 novembre 2012 à 16:58 +0100, André Warnier a écrit : Is there somewhere a is_secure() or something which provides that ? Or can I rely on the presence/absence of some request header

Re: get the incoming TCP protocol type

2012-11-25 Thread Vincent Veyron
on a site like so: RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} May be you can use this to mark the request somehow? -- Vincent Veyron http://marica.fr/ Logiciel de gestion des assurances sinistres et des dossiers contentieux pour le service juridique

Re: Modperl handler status code. Handler invoked two times per request.

2012-07-12 Thread Vincent Veyron
time in the documentation first, like reading this throughout : https://perl.apache.org/docs/2.0/user/index.html It's worth it. -- Vincent Veyron http://vincentveyron.com/ Logiciels de gestion des sinistres assurances et des dossiers contentieux pour le service juridique

Re: Modperl handler status code. Handler invoked two times per request.

2012-07-12 Thread Vincent Veyron
time in the documentation first, like reading this throughout : https://perl.apache.org/docs/2.0/user/index.html It's worth it. -- Vincent Veyron http://vincentveyron.com/ Logiciels de gestion des sinistres assurances et des dossiers contentieux pour le service juridique

Re: Safe handling of an SQL query

2012-04-20 Thread Vincent Veyron
, as these documents tend to change on the whims of various kinds of people. They are numerous, too. Thanks for looking. -- Vincent Veyron http://marica.fr/ Logiciel de gestion des sinistres assurances et des dossiers contentieux pour le service juridique

Re: Safe handling of an SQL query

2012-04-19 Thread Vincent Veyron
Le jeudi 19 avril 2012 à 00:39 +0200, Michael Ludwig a écrit : Got lost here, but your description makes sense even without the real thing, so … Not sure how you got lost, did you not find the site? the address is below, in my signature. Then enter the demo account. -- Vincent Veyron http

Re: Safe handling of an SQL query

2012-04-19 Thread Vincent Veyron
a 'Dossiers' in the right part of the screen Click into any 'dossier', the first one will do. Once inside, you'll see the tabs at the top of the screen, choose 'Tiers' or 'Intervenants'. The links are in that person's info. -- Vincent Veyron http://marica.fr/ Logiciel de gestion des sinistres assurances

  1   2   >