Re: static mod_perl compilation failed...

2005-10-28 Thread Marc Gràcia Galobart
were any "dlopen" error. So, if nothing is "dlopened" i suppose nothing must be "dlclosed". SO: dlclose just have to do nothing... I'm completely silly about this? El dj 27 de 10 del 2005 a les 14:40 -0400, en/na Philip M. Gollucci va escriure: > Marc Gràcia Ga

static mod_perl compilation failed...

2005-10-27 Thread Marc Gràcia Galobart
Hi everybody, Since now we were using a "normal" installation of mod_perl, with dso apache and a dynamic loading enabled perl. Due to some problems with lib versions when trying to install our app in different linux distributions, we're now trying to go as "static" as possible. We distribute a

Re: Apache Request problems with tildes...

2005-07-15 Thread Marc Gràcia
I'be just subscribed to libapreq, I'll follow the question there. El dj 14 de 07 del 2005 a les 11:49 -0400, en/na Philip M. Gollucci va escriure: Forwarding to apreq-dev list. I might be a ble to look at this but not until later. Marc Gràcia wrote: > Hi everybody,

Re: Apache Request problems with tildes...

2005-07-15 Thread Marc Gràcia
El dj 14 de 07 del 2005 a les 14:18 -0400, en/na Joe Schaefer va escriure: Marc Gràcia <[EMAIL PROTECTED]> writes: > The problem is the value of a post parameter ends with an accentued char > (áó etc... I dont know if you can view that...) the full process dies

Re: Apache Request problems with tildes...

2005-07-14 Thread Marc Gràcia
Well, just forgot to say that "$ar" is the Apache2::Request. El dj 14 de 07 del 2005 a les 11:08 +0200, en/na Marc Gràcia va escriure: Hi everybody, I think we've found a curious bug in libapreq2. There's a snippet of code on we basically are processing all

Apache Request problems with tildes...

2005-07-14 Thread Marc Gràcia
Hi everybody, I think we've found a curious bug in libapreq2. There's a snippet of code on we basically are processing all post parameters from a request:     if ($req->request_method() eq 'POST')     {     my $hay_uploads=0;     foreach my $param (keys %args)

Re: Apache::SizeLimit ( mp1 and mp2 )-> I think there is a logical error in the code ...

2005-05-24 Thread Marc Gràcia
El dt 24 de 05 del 2005 a les 11:19 +0200, en/na Torsten Foertsch va escriure: On Tuesday 24 May 2005 09:39, [EMAIL PROTECTED] wrote: > I claim, the "main process " detection does never work and does not make > sense. Why? Not even when the apache is started on boot through init, the > PPID

Re: [mp2] modperl2 compile error

2005-05-05 Thread Marc Gràcia
tree) was added to the CCDLFLAGS when I added '-rdynamic -W1' during configure (as per the rpm version of perl). I had to remove this manually from the Makefile. Tom --On Wednesday, May 04, 2005 12:09 PM +0200 Marc Gràcia <[EMAIL PROTECTED]> wrote: > El dl 02 de 05 del 2005

Re: [mp2] modperl2 compile error

2005-05-04 Thread Marc Gràcia
El dl 02 de 05 del 2005 a les 10:05 -0700, en/na Stas Bekman va escriure: Marc Gràcia wrote: > I had some problems like this on my new x86_64 machine with mod_perl2, > seems that not only perl must be compiled with -fPIC , also apache and > all libraries or modules you plan to use

Re: [mp2] modperl2 compile error

2005-05-02 Thread Marc Gràcia
I had some problems like this on my new x86_64 machine with mod_perl2, seems that not only perl must be compiled with -fPIC , also apache and all libraries or modules you plan to use. I think it's a general issue with this architecture, not mod_perl related. If not, there are runtime linking re

Re: libapreq2 failed with last mod_perl2

2005-04-27 Thread Marc Gràcia
28 +0200, en/na Marc Gràcia va escriure: Hi everybody, Seems that mod_perl-2.0.0-RC5 break libapreq compilation... I've already seen that last mod_perl version changes a lot of things that make it incompatible with previous versions. (mod_perl.pm and Apache2 renamed/moved for w

libapreq2 failed with last mod_perl2

2005-04-27 Thread Marc Gràcia
#x27;s any way to compile it ? Or I must wait libapreq2 to compatibilize everything... It's Ok to stick to RC4 by the moment? Any serious bug in it? Cheers and thanks for all in advance... -- Marc Gràcia <[EMAIL PROTECTED]>

Re: Dynamic VirtualHost's

2005-03-04 Thread Marc Gràcia
ocking time is lower. El dv 04 de 03 del 2005 a les 15:37 +1100, en/na David J Radunz va escriure: On Thu, 2005-03-03 at 11:44 +0100, Marc Gràcia wrote: > Is not necesary to restart apache... A "graceful" do the job. > I'm using this approach, and is really quick and not

Re: Dynamic VirtualHost's

2005-03-03 Thread Marc Gràcia
Ooops cross-thread-answering.. :) Stas posted few messages above that the reload can be done inside mod_perl , so it's even easier to setup... Goehring, Chuck, RCI - San Diego wrote: > > Well, when I use cgis that run under Registry, if I modify a pm file, > I have to restart the web server be

Re: Dynamic VirtualHost's

2005-03-03 Thread Marc Gràcia
write 's in the Apache .conf file, does it ? (there will be maybe thousands of VirtualHost's) Thank you in advance, Roman. -- Marc Gràcia <[EMAIL PROTECTED]>