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
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:/
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
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
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
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
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
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
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
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
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(
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
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
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
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
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
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
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
> 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
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
20 matches
Mail list logo