Re: mod_perl 2.0 and print/send_http_header method SEGFAULT

2003-01-14 Thread Stas Bekman
Jérôme Augé wrote: On Tue, Jan 14, 2003 at 12:32:29PM +1100, Stas Bekman wrote: SetHandler perl-script PerlHeaderParserHandler Apache::Plop Well, this is not really what I want to do ... I would like to catch all the "proxy request" and apply modifications to the requested document be

Re: Replication + Load Balancing

2003-01-14 Thread Perrin Harkins
Nigel Hamilton wrote: But I'm also interested to learn how everyone synchronises (replicates) the software on their load balanced servers cron, ftp, rsync? I've had the most success with rsync from the staging area to an NFS server. All production servers read content and code from the N

unsubscribe modperl

2003-01-14 Thread Yves . Laubscher
unsubscribe modperl

Re: unsubscribe modperl

2003-01-14 Thread Lee Goddard
Try list-unsubscribe: At 18:11 14/01/2003, [EMAIL PROTECTED] wrote: unsubscribe modperl Lee Goddard, BA(Hons), MSc(Sussex) http://www.LeeGoddard.com/ since 1997. Director: Little Bits Ltd - Perl / Java / XML / HTML Contractors Inc. in England #4006170; VAT #755-0139

unsubscribe modperl

2003-01-14 Thread Yves.Laubscher
unsubscribe modperl

Re: CGI.pm

2003-01-14 Thread Randy Kobes
On Tue, 14 Jan 2003 [EMAIL PROTECTED] wrote: > I try this simple module: > > #!/usr/bin/perl > package My; > use strict; > use warnings; > use Apache::RequestRec (); > use Apache::RequestIO (); > use Apache::RequestUtil (

Re: Timestamp for Apache::Upload uploads.

2003-01-14 Thread Matthew Hodgson
Geoffrey Young wrote: > > Matthew Hodgson wrote: > > Hi, > > > > I could have sworn that at some point under Apache/1.3.27 and mod_perl/1.27 > > I had the ability to find a timestamp of some kind for uploaded files using > > Apache::Upload. To be precise, I thought that: > > > > $upload = $apr->up

Re: Timestamp for Apache::Upload uploads.

2003-01-14 Thread Geoffrey Young
Matthew Hodgson wrote: Hi, I could have sworn that at some point under Apache/1.3.27 and mod_perl/1.27 I had the ability to find a timestamp of some kind for uploaded files using Apache::Upload. To be precise, I thought that: $upload = $apr->upload; $filehandle = $upload->fh; $timestamp = (st

Re: Writing to stdin of subprocess under modperl 1.0 fails :/

2003-01-14 Thread Antti Haapala
> Use IPC::Run instead of the IPC::Open* family, it surely works and a much > more flexible tool! Thanks for advice. Tried it and it worked! -- Antti Haapala

Re: CGI.pm

2003-01-14 Thread Leon Brocard
[EMAIL PROTECTED] sent the following bits through the ether: > What I'm doing wrong? How to parse urlecnoded? Have you put the following into httpd.conf?: PerlModule Apache2 Leon -- Leon Brocard.http://www.astray.com/ scribot.http:/

CGI.pm

2003-01-14 Thread dima
I try this simple module: #!/usr/bin/perl package My; use strict; use warnings; use Apache::RequestRec (); use Apache::RequestIO (); use Apache::RequestUtil (); use Apache::Const -compile => qw(OK); use APR::Table; use CGI

Re: setup_inherited_listeners

2003-01-14 Thread Ged Haywood
Hi there, On Tue, 14 Jan 2003, Lee Goddard wrote: > I've used Google to scan the mod_perl home site as > well as Yahoo Groups to scan this list's archives, > but found no reference to setup_inherited_listeners. /home/ged/src/apache_1.3.27$ >>> grep -ri setup_inherited_listeners * src/main/http_m

Re: Inserting a handler in "stack of handlers".

2003-01-14 Thread Ruslan U. Zakirov
SB> Geoffrey Young wrote: >> Ruslan U. Zakirov wrote: >>> Hello All! >>> Short synopsis: >>> How to push handler just after handler that working now? >>> More about the problem. >>> I've got main handler, that forms stack of handlers from query >>> string >>> by calling push_handlers()

setup_inherited_listeners

2003-01-14 Thread Lee Goddard
Hi there I've used Google to scan the mod_perl home site as well as Yahoo Groups to scan this list's archives, but found no reference to setup_inherited_listeners. This messages is in my error log when Apache fails to initiate: [crit] (109)The pipe has been ended: setup_inherited_listeners: Unab

Re: mod_perl 2.0 and print/send_http_header method SEGFAULT

2003-01-14 Thread Jérôme Augé
On Tue, Jan 14, 2003 at 12:32:29PM +1100, Stas Bekman wrote: > > > SetHandler perl-script > PerlHeaderParserHandler Apache::Plop > > Well, this is not really what I want to do ... I would like to catch all the "proxy request" and apply modifications to the requested document before for

Re: OSCON ideas - more talk ideas

2003-01-14 Thread Christopher L. Everett
If its not too late to weigh in with ideas: 1) A large chunk how to on doing advanced types of XML processing with perl, I'm really interested in the idea that I can serve my content to PDA's (which is the up-and-coming killer platform for my market) and in AppML (Application Markup Langu

Re: Load balancers

2003-01-14 Thread Igor Sysoev
On Mon, 13 Jan 2003, John Siracusa wrote: > Thanks for all the info, and please feel free to send me more, especially if > there's some gem of a software load balancer out there somewhere... :) mod_accel can do primitive load balancing (via DNS) and primitive fault tolerance. It connect to next b

Replication + Load Balancing

2003-01-14 Thread Nigel Hamilton
Hi, It's interesting to hear the experience with hardware load balancers. But I'm also interested to learn how everyone synchronises (replicates) the software on their load balanced servers cron, ftp, rsync? Also does anyone have a variation on the traditional