Re: [ANNOUNCE] mod_perl-1.99_14

2004-05-24 Thread Stefan Loones
Stas Bekman wrote: Stuart Jansen wrote: On Fri, 2004-05-21 at 12:42, Geoffrey Young wrote: http://perl.apache.org/~geoff/mod_perl-1.99_14.tar.gz and is also available from: http://apache.org/dist/perl/mod_perl-1.99_14.tar.gz http://apache.org/dist/perl/mod_perl-1.99_14.tar.gz.asc (pgp sig)

Re: [ANNOUNCE] mod_perl-1.99_14

2004-05-25 Thread Stefan Loones
Stas Bekman wrote: Stefan Loones wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: My previous working version was : mod_perl-1.99_11-3 (.i386.rpm) I did a rpmbuild --rebuild mod_perl-1.99_14-1.bl.src.rpm (rpm supplied by Stuart Jansen,

Re: [ANNOUNCE] mod_perl-1.99_14

2004-05-25 Thread Stefan Loones
Stas Bekman wrote: Problem is that on our production machine I need to do everything with rpm. When I have the time I will try it on another machine. That's clear. But nothing prevents you from building from the source to test whether it works. I have no problem building mp2 from source on linu

mp2: starting a new completely separate perl process

2004-05-25 Thread Stefan Loones
Hi all, First of all sorry if this is not really mod_perl related I'm looking for the best way to start a new process from a (SetHandler modperl) PerlResponseHandler. I don't want the ResponseHandler to wait for the new process. So the new process needs to be completely independent. The new proc

Re: mod_perl presence at OSCON (and other CONs) is at danger

2004-06-08 Thread Stefan Loones
Perrin Harkins wrote: On Tue, 2004-06-08 at 10:55, Frank Wiles wrote: I agree mod_perl needs more PR. I think we've got a great community of people to help on the mailing list, tons of great documentation, but lack in several areas: 1) PR announcements in general (When is

Re: missing param from post using apache::request

2004-07-09 Thread Stefan Loones
In my experience you need to set   enctype="multipart/form-data"   in your form tag, whenever you use a textarea or a file upload. So must be: "http://gcxdev.ccci.org/aptest" enctype="multipart/form-data" method="post" /> Stef Ken Burcham wrote: I guess the simplest thing is to say the fo