Re: Apache::Resource/RLIMIT_AS problem

2004-01-12 Thread Perrin Harkins
Trevor Phillips wrote: Does no-one know what is causing this discrepancy? Probably no one currently on this list does know. Unless you can find the information in the mail archive, you'll need to look at the code or get someone else to look at it for you. You could also look at BSD::Resource, o

Re: Windows Binary of mod_perl2

2004-01-12 Thread Randy Kobes
On Fri, 2 Jan 2004, Stas Bekman wrote: > Maurice Height wrote: > > Hi > > > > I am trying to install the latest mod_perl2 (v1.99_12) > > into Apache 2.0.48 and ActivePerl v5.8.2.808 on Win2K. > > > > Has a ppm of mod_perl v1.99_12 been released? > > > > A search of the ppm repository at > > http:/

Re: Apache::Resource/RLIMIT_AS problem

2004-01-12 Thread Trevor Phillips
On Friday 09 January 2004 10:45, Trevor Phillips wrote: > > At the moment, I'm setting it to PERL_RLIMIT_AS = 120:140. It now seems to > kill runaway processes at about 50Meg in size - but I have no idea if > RLIMIT_AS is in some weird units (natural or not), or if there's an > overhead I have to

Status of Apache::DAV / mod_dav / mod_perl / Apache 2

2004-01-12 Thread Rob Mueller
Hi I'm basically trying to find out what the current state of Apache::DAV, mod_dav, mod_perl and Apache 2 is. Basically I'm looking at ways of creating a DAV server with access to resources, but abstracted away through PERL code under mod_perl. I found this old thread in a mailing list: http://m

Re: [mp2] build problem mod_perl-1.99_12 and "make install DESTDIR"

2004-01-12 Thread Stas Bekman
Matthew Darwin wrote: Well, presumably it points to the directory where it gets installed. However, I haven't installed it yet because I need to compile mod_perl. (My runtime machine doesn't have a compiler). If that variable is changed, then how would apxs find things after I tar it up (not tha

Re: [mp2] build problem mod_perl-1.99_12 and "make install DESTDIR"

2004-01-12 Thread Matthew Darwin
Well, presumably it points to the directory where it gets installed. However, I haven't installed it yet because I need to compile mod_perl. (My runtime machine doesn't have a compiler). If that variable is changed, then how would apxs find things after I tar it up (not that I use it after it is

Re: [mp2] build problem mod_perl-1.99_12 and "make install DESTDIR"

2004-01-12 Thread Stas Bekman
Matthew Darwin wrote: If you build apache with ./configure \ --prefix=/kinnetics/component/httpd make install DESTDIR=/tmp/apache-kinnetics-$USER When you do that, does apxs get affected? i.e. does it get all the directories adjusted. If not (which I suppose is the case) it's a bu

Re: Different results using mod_proxy or mod_rewrite vs direct server

2004-01-12 Thread Stas Bekman
Rafael Caceres wrote: I'm setting up a HTTP/HTPPS reverse proxy server with apache on my DMZ. The proxy will access an internal server (insidelan.server.com) to provide content to outside users. I've attempted using mod_proxy: ServerName insidelan.server.com ProxyPass / http://insidelan.server

Re: [mp2] build problem mod_perl-1.99_12 and "make install DESTDIR"

2004-01-12 Thread Matthew Darwin
Also works under 1.99_11 BTW, my perl version is 5.8.1 and apache 2.0.48. Matthew Darwin wrote: Note that this works just fine under mod_perl 1.99_10-dev. -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re: What do you think?

2004-01-12 Thread Stas Bekman
victor wrote: 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? Since noone on FreeBSD has confirmed this to b

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

2004-01-12 Thread Stas Bekman
S D wrote: 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(

[mp2] build problem mod_perl-1.99_12 and "make install DESTDIR"

2004-01-12 Thread Matthew Darwin
If you build apache with ./configure \ --prefix=/kinnetics/component/httpd make install DESTDIR=/tmp/apache-kinnetics-$USER then when you try compiling mod_perl you get: perl Makefile.PL \ MP_AP_PREFIX=/tmp/apache-kinnetics-$USER/kinnetics/component/httpd \ LIB=/tmp/ap

Re: Help Needed

2004-01-12 Thread Randy Kobes
On Mon, 12 Jan 2004, Douglas Andrik Russel Antonio Chet Morales wrote: > Hi everyone, i'm asking for help, i'm a newbie trying to > install mod perl, I'm using win 98, active perl 5.6.0 > build 624, Apache 1.3.12 and Apache 2.0.48 with apxs. and > i've not been able to install mod perl, neither by

Help Needed

2004-01-12 Thread Douglas Andrik Russel Antonio Chet Morales
Hi everyone, i'm asking for help, i'm a newbie trying to install mod perl, I'm using win 98, active perl 5.6.0 build 624, Apache 1.3.12 and Apache 2.0.48 with apxs. and i've not been able to install mod perl, neither by using the packages on perl.apache.org, neither by using packages on theoryx5.uw

Re: [mp2] free to wrong pool (win32)

2004-01-12 Thread Kurt George Gjerde
I'll try and put together a mininal setup reproducing the problem tomorrow. And to Steve, not I'm not using sections. -Kurt. Stas Bekman wrote: Kurt George Gjerde wrote: Hi, I'm suddenly getting "Free to wrong pool 12857d8 not 17d8ce0 during global destruction" when stopping the httpd (afte

Re: [mp2] free to wrong pool (win32)

2004-01-12 Thread Stas Bekman
Kurt George Gjerde wrote: Hi, I'm suddenly getting "Free to wrong pool 12857d8 not 17d8ce0 during global destruction" when stopping the httpd (after requesting a certain "script" of mine; I've narrowed the problem down to a module which I've used for a while without any problems). Anyway, is th

Re: [mp2] free to wrong pool (win32)

2004-01-12 Thread Steve Hay
Hi Kurt, Kurt George Gjerde wrote: >Hi, > >I'm suddenly getting "Free to wrong pool 12857d8 not 17d8ce0 during >global destruction" when stopping the httpd (after requesting a certain >"script" of mine; I've narrowed the problem down to a module which I've >used for a while without any problem

[mp2] free to wrong pool (win32)

2004-01-12 Thread Kurt George Gjerde
Hi, I'm suddenly getting "Free to wrong pool 12857d8 not 17d8ce0 during global destruction" when stopping the httpd (after requesting a certain "script" of mine; I've narrowed the problem down to a module which I've used for a while without any problems). Anyway, is this something I should wor

Re: Run script for directory index

2004-01-12 Thread Chris Faust
> Stas Bekman wrote: > I think you simply miss: > SetHandler default-handler > when overriding / in the /images container. > > If it still doesn't work, I'd suspect a bug in merging rules. What happens if > you use either two Location containers or two Directory containers and not > mixing them

Re: [mp2] Documentation - newbie questions

2004-01-12 Thread Stas Bekman
semuel wrote: From: Stas Bekman Sent: Saturday, January 10, 2004 10:52 PM 2. In the handlers lists, please include the name of the object that the handler is getting as parameter. Which lists you are talking about, please give us the direct URL. URL: http://perl.apache.org/docs/2.0/user/hand