Re: Perl conf: multiple customlog

2004-01-06 Thread Geoffrey Young
Francesc Guasch wrote: > I'm trying to build a configuration with some customlogs. > Here's what I tried unsuccessfully, someone could give > me any hint about it ? see Tie::DxHash. --Geoff -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modper

mod_perl-1.28 and apache_1.3.28

2004-01-06 Thread N L
Hello, I am working on Mac osx 10.2.8 (perl v-5.6.0) and I try to install these 2 applications but under Mod-perl I tried to do "make" I got some error messages I really would like to solve it. Here is the end of this message: cc -Os -I/System/Library/Perl/darwin/CORE -g -pipe -pipe -fno-common

RE: [mp2] mod_perl 2.0 "make test" generated a coredump

2004-01-06 Thread Hyoung-Kee Choi
I am reposing the following bug report again with a hope that I would get an answer soon. > -Original Message- > From: Hyoung-Kee Choi [mailto:[EMAIL PROTECTED] > Sent: Friday, December 26, 2003 11:01 AM > To: [EMAIL PROTECTED] > Subject: [mp2] mod_perl 2.0 "make test" generated a coredump

[Fwd: Apache::AuthenNTLM]

2004-01-06 Thread Shannon Eric Peevey
Original Message Subject:Apache::AuthenNTLM Date: Tue, 6 Jan 2004 13:46:16 +0100 (CET) From: Wiebe Kloosterman <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Hallo, I do have problems running Apache::AuthenNTLM i am running the folowing config in httpd.conf Per

Re: [mp2] mod_perl 2.0 "make test" generated a coredump

2004-01-06 Thread Stas Bekman
Hyoung-Kee Choi wrote: I am reposing the following bug report again with a hope that I would get an answer soon. AFAIK, Apache doesn't support large files on linux. You can enable them manually by adding "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64", but the consequences could be bad. This is main

Re: mod_perl-1.28 and apache_1.3.28

2004-01-06 Thread Stas Bekman
N L wrote: Hello, I am working on Mac osx 10.2.8 (perl v-5.6.0) and I try to install these 2 applications but under Mod-perl I tried to do "make" I got some error messages I really would like to solve it. Here is the end of this message: [...] m/Library/Perl/darwin/auto/DynaLoader/DynaLoader.a -L

RE: [Fwd: Apache::AuthenNTLM]

2004-01-06 Thread Harris, Jason (DIS)
Hello Shannon, I've used this module before, but I have not seen this symptom. Maybe your Apache cannot connect to your PDC/DC ? What happens, when logged on to your webserver, you try to ping XX100A or XX1000? Is there a firewall or NAT between webserver and PDC ? Jason Harris -Original

Re: [mp1] modules not shared across children. preloading or fork() issue?

2004-01-06 Thread Stas Bekman
Daniel Wilson wrote: For referance the problem i am seeing, is that even though i have configured a load of modules to be preloaded, they are not being preloaded, or at least not being shared. [Daniel talks about the thread he has started earlier in Dec http://marc.theaimsgroup.com/?t=1071976053000

RE: [mp2] mod_perl 2.0 "make test" generated a coredump

2004-01-06 Thread Hyoung-Kee Choi
I was able to manipulate both apache 1.xx, moperl 1.xx and wget to support large files. This manipulation was turned out to work fine so far. The attempt to apply the manipulation to a newer version has failed because the coredump. My rationale on the cause of the coredump is not related to the l

Re: [mp1] modules not shared across children. preloading or fork() issue?

2004-01-06 Thread Daniel Wilson
> As Perrin suggested earlier could it be a bug in a new kernel that youmoved> to? What happens if you downgrade/upgrade your kernel?Unfortunately nothing, the former kernel was virtuozzo 2.4.20 and I don'thave $3000 to throw around purchasing a copy. It could be they did sometweaking to mak

Re: [mp1] modules not shared across children. preloading or fork() issue?

2004-01-06 Thread Perrin Harkins
On Mon, 2004-01-05 at 00:36, Daniel Wilson wrote: > This happened after moving to a new server running the same redhat 9 > but with different kernels and glibc's. Are you absolutely positive that nothing else changed? Not the Perl build, not the apache build, not your code, not your config files?

HTTP::Response error : "Can' t locate loadable object"

2004-01-06 Thread S D
>From a Perl module executed in mod_perl, I'm trying to make a HTTP request to another Web server. The code : my $r = shift; my $browser = LWP::UserAgent->new( ); $url = 'http://10.3.8.137/'; my $response = $browser->get($url); my $response_line = $response->status_line(); $r->log

What do you think?

2004-01-06 Thread victor
Came across this message on the freebsd stable list today, I wonder what does it mean to my mod_perl server running in FreeBSD, will recompiling perl with perl's malloc turned on squeeze even more performance out of my mod_perl server? Thanks. Tor. -- --- Begin Message --- On Tue, 06 Jan 200