Re: perl sections howto?

2004-01-20 Thread Philippe M. Chiasson
; "from all", > }; > > EOI > Apache->server->add_config([split /\n/, $config]); > > all it does is feeding the config section to the server, as if it was written > in httpd.conf. > > __ > Stas Be

RE: perl sections howto?

2004-01-20 Thread Philippe M. Chiasson
ll most likely be deprecated as well. > thanks > Eric > > > > > -----Original Message- > > From: Philippe M. Chiasson [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, January 20, 2004 1:11 PM > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] >

RE: Sections

2004-02-10 Thread Philippe M. Chiasson
> $Location{"/"} = { > AuthType => "Basic", > require => "valid-user", > AuthName => "testing", > AuthUserFile => "www/secure/passwd", > AuthGroupFile => "www

Re: [QUESTION] Newbie: Chained Handlers with variable content type

2004-02-10 Thread Philippe M. Chiasson
n a proactive email security > service working around the clock, around the globe, visit > http://www.messagelabs.com > > > -- > Reporting bugs: http://perl.apache.org/bugs/ > Mail list info: http://p

Re: [mp2] Can I link mp2 statically?

2004-02-10 Thread Philippe M. Chiasson
List etiquette: http://perl.apache.org/maillist/email-etiquette.html -- ---- Philippe M. Chiasson /gozer\@(cpan|ectoplasm)\.org/ 88C3A5A5 (122FF51B/C634E37B) http://gozer.ectoplasm.org/F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3 A5A5 Q: It is impossible to make anything foolpro

Re: perl module to access php_value include_path objects

2004-02-10 Thread Philippe M. Chiasson
info: http://perl.apache.org/maillist/modperl.html > List etiquette: http://perl.apache.org/maillist/email-etiquette.html -- -------- Philippe M. Chiasson /gozer\@(cpan|ectoplasm)\.org/ 88C3A5A5 (122FF51B/C634E37B) http://go

Re: open proxy behavior without obvious open-proxy config

2004-02-10 Thread Philippe M. Chiasson
g/bugs/ > Mail list info: http://perl.apache.org/maillist/modperl.html > List etiquette: http://perl.apache.org/maillist/email-etiquette.html -- Philippe M. Chiasson /gozer\@(cpan|ectoplasm)\.org/ 88C3A5A5 (122FF51B/C634E37B) http://gozer.ectoplasm.org/F9BF E0C2 480E 7680 1AE5 3631 CB32 A107

Re: [mp2] UDP communications in perl module running under mod_perl2

2004-02-11 Thread Philippe M. Chiasson
__ > Stas BekmanJAm_pH --> Just Another mod_perl Hacker > http://stason.org/ mod_perl Guide ---> http://perl.apache.org > mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com > http://modperlbook.org http://apache.org

Re: directive and ps -ef output

2004-02-11 Thread Philippe M. Chiasson
On Wed, 2004-02-11 at 14:55 -0800, Stas Bekman wrote: > Mariano Absatz wrote: > [...] > I was trying to restore argv[0] to 'httpd', but it looks like perl does some > internal magic in main(), limiting the set_magic to PL_origalen which for some > reason is very short. so I get back things like '

[patch mp2] forcing IPv4 configuration [was:Apache::Test on FreeBSD]

2004-02-12 Thread Philippe M. Chiasson
On Thu, 2004-02-12 at 10:24 -0800, Stas Bekman wrote: > Andrew Wyllie wrote: > > > > > > So, after rereading my previous post, I found one slight difference > > (funny how > > it works that way sometimes). When I used telnet to connect to the > > server, it > > used '::1' as an address for loc

Re: [patch mp2] forcing IPv4 configuration [was:Apache::Test on FreeBSD]

2004-02-17 Thread Philippe M. Chiasson
On Fri, 2004-02-13 at 15:51 -0800, Stas Bekman wrote: > Philippe M. Chiasson wrote: > > On Thu, 2004-02-12 at 10:24 -0800, Stas Bekman wrote: > > [...] > > Configuring httpd with --enable-v4-mapped will make it all work, but > > it's not the default, so most peo

Re: [patch mp2] forcing IPv4 configuration [was:Apache::Test on FreeBSD]

2004-02-17 Thread Philippe M. Chiasson
On Tue, 2004-02-17 at 12:27 -0800, Stas Bekman wrote: > Philippe M. Chiasson wrote: > > On Fri, 2004-02-13 at 15:51 -0800, Stas Bekman wrote: > > > >>Philippe M. Chiasson wrote: > >> > >>>On Thu, 2004-02-12 at 10:24 -0800, Stas Bekman wrote: > >&

Re: [patch mp2] forcing IPv4 configuration [was:Apache::Test on FreeBSD]

2004-02-17 Thread Philippe M. Chiasson
On Tue, 2004-02-17 at 14:52 -0800, Stas Bekman wrote: > Philippe M. Chiasson wrote: > [...] > >>>Ideally, to fix this once and for all, we need to determine 2 things: > >>> > >>>1. The availability of IPv6 on that box > >>>2. Wether httpd w

Re: funny action of crypt

2004-03-04 Thread Philippe M. Chiasson
On Thu, 2004-03-04 at 14:21 -0800, Stas Bekman wrote: > Philippe M. Chiasson wrote: > > On Wed, 2004-03-03 at 18:14 -0800, Stas Bekman wrote: > > > >>[EMAIL PROTECTED] wrote: > >> > >>>Hi > >>> > >>>I have a problem when my

Re: sections: "*:80 has no VirtualHosts" error

2004-04-06 Thread Philippe M. Chiasson
nswer has crossed our radar just yet... > > we also found the source code to "vhost.c" -- and the error > message comes from function "remove_unused_name_vhosts()" which > heavily implies that when the error message shows up, the vhost > goes away... except whe

Re: Setting a perl variable in a VirtualHost via a section

2004-04-06 Thread Philippe M. Chiasson
I add the PerlSetVar APSProduct "FOO" to the section? > The value > of the variable depends on the virtual host of course. > > Cheers, > Mark > > > -- > Report problems: http://perl.apache.org/bugs/ > Mail list info: http://perl.apache.org/maillist/modperl.html

[Patch mp2] Fix api/module test to pass on static builds

2004-05-06 Thread Philippe M. Chiasson
lient is running on the > same machine and when it's running from another machine? Thanks. > > __ > Stas BekmanJAm_pH --> Just Another mod_perl Hacker > http://stason.org/ mod_perl Guide --->

Re: [Patch mp2] Fix api/module test to pass on static builds

2004-05-06 Thread Philippe M. Chiasson
Stas Bekman wrote: > Philippe M. Chiasson wrote: > >>Stas Bekman wrote: >> >> >>>>Here are the results you asked for : >>>> >>>>t/TEST -clean >>>>t/TEST -v t/api/module.t t/apr/netlib.t t/compat/conn_rec.t >>>>

Re: [Patch mp2] Fix api/module test to pass on static builds

2004-05-06 Thread Philippe M. Chiasson
Stas Bekman wrote: > Philippe M. Chiasson wrote: > > >>>>That's correct, and really, it's a borked test then. It did pass for me once >>>>strangely, as I managed to have 2 mod_perls in my httpd, a static one and a dso >>>>loaded one ( can&

Re: [mp2] access to merged external (non-perl) config directives

2004-07-14 Thread Philippe M. Chiasson
he::Icon for a good example (it's not ported to 2.0 yet, but it's a good example of the technique) -- ---- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/

Re: [mp2] access to merged external (non-perl) config directives

2004-07-14 Thread Philippe M. Chiasson
oints to anyone who groks the latin phrase on page 299 ;) ill got, ill spent ;-) Mal obtenu, Mal utilisé =;-) --Geoff -- ---- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplas

Re: [mp2] access to merged external (non-perl) config directives

2004-07-14 Thread Philippe M. Chiasson
d meaning. I knew that =l-) --Geoff -- -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

Call for help with mod_perl advocacy !

2004-08-02 Thread Philippe M. Chiasson
ries/index.html -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 -- -------- Philippe M. Chiasson m/goze

Re: ERROR when compiled mod_perl with Apache assertion "rv == APR_SUC CESS" failed

2004-08-02 Thread Philippe M. Chiasson
ow us a small relevant config section which causes this error. Thanks. -- -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB

Re: [mp1]: different output under perlrun and CGI

2004-08-02 Thread Philippe M. Chiasson
Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT Built under linux Compiled at Mar 27 2004 16:21:10 @INC: /etc/perl /usr/local/lib/perl/5.8.3 /usr/local/share/perl/5.8.3 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl . -- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

Re: [RELEASE CANDIDATE] Apache-Test-1.13

2004-08-03 Thread Philippe M. Chiasson
rt for passing an array reference to the "requests_redirectable" parameter to Apache::TestRequest::user_agent() to be passed to LWP::UserAgent if LWP ist installed. [David] -- -------- Philippe M. Chiasson m/gozer\@

Re: Light image server in low-traffic conditions?

2004-08-03 Thread Philippe M. Chiasson
play. Cheers, Nathan -- -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

Re: Perl not allowed here

2004-08-05 Thread Philippe M. Chiasson
ould certainly _not_ behave like people might expect. See what I mean ? -- ---- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

Re: Perl not allowed here

2004-08-05 Thread Philippe M. Chiasson
lot of sense for PerlPassEnv, and the behaviour is logical. I am still wondering about sections though. --Geoff -- ---- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.

Re: Perl not allowed here

2004-08-05 Thread Philippe M. Chiasson
Stas Bekman wrote: Philippe M. Chiasson wrote: [...] Philippe, has the allowed placement of sections changed in mp2? For now, sections are still limited to server scope. I have a patch to open that up to OR_ALL ( .htaccess and all) but I am not sure of exactly what behaviour a user would expect

Re: Perl not allowed here

2004-08-05 Thread Philippe M. Chiasson
Stas Bekman wrote: Philippe M. Chiasson wrote: Hmm, I think we ought to start with: - PerlModule, PerlRequire, in .htaccess is missing http://marc.theaimsgroup.com/?t=10537008871&r=1&w=2 Owner: geoff sections in .htaccess would be executed on every request, so that's q

Re: Multiple Aliases in Perl Section name virtual hosts

2004-08-06 Thread Philippe M. Chiasson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kim Goldov wrote: | I'm using a section to configure name virtual hosts. I would | like to have multiple aliases defined in each virtual host, however | I was only able to define a single alias in the virtual host. Seems you've uncovered a small bug in

Re: Multiple Aliases in Perl Section name virtual hosts

2004-08-06 Thread Philippe M. Chiasson
Stas Bekman wrote: > Philippe M. Chiasson wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Kim Goldov wrote: >> >> | I'm using a section to configure name virtual hosts. I >> would | like to have multiple aliases defined in each virtu

Re: Multiple Aliases in Perl Section name virtual hosts

2004-08-08 Thread Philippe M. Chiasson
Kim Goldov wrote: I'm using a section to configure name virtual hosts. I would like to have multiple aliases defined in each virtual host, however I was only able to define a single alias in the virtual host. [...] This issue has been found and fixed. Thank you for reporting this problem Kim.

Re: Multiple Aliases in Perl Section name virtual hosts

2004-08-10 Thread Philippe M. Chiasson
Kim Goldov wrote: Philippe M. Chiasson wrote: Does the following patch solve the problem for you ? ? make.log Index: lib/Apache/PerlSections.pm === RCS file: /home/cvs/modperl-2.0/lib/Apache/PerlSections.pm,v retrieving revision 1.5

Re: [OT] printing docs on perl.apache.org

2004-08-12 Thread Philippe M. Chiasson
Stas Bekman wrote: allan juul wrote: hello we'd like the pages on perl.apache.org to print prettier while the screen rendering should look as always, so we made a few changes that hopefully didn't mess anything up. we have only semi-tested this "feature" and would like a broader browser/platfor

Re: write results of subrequest to file

2004-08-17 Thread Philippe M. Chiasson
you feel like doing. --Geoff -- -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Descri

Re: write results of subrequest to file

2004-08-17 Thread Philippe M. Chiasson
Stas Bekman wrote: Philippe M. Chiasson wrote: Geoffrey Young wrote: Perrin Harkins wrote: On Fri, 2004-08-13 at 11:06, Geoffrey Young wrote: you can't do that with mod_perl 1.0 - you can $sub->run() but that result goes right to the client. For comparison, how would you do thi

Re: [mp2] Perl Sections in .htaccess files leak memory

2004-09-08 Thread Philippe M. Chiasson
hat it was using the pconf ? -- -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

ApacheCon mod_perl 2.0 tutorial status

2004-10-14 Thread Philippe M. Chiasson
while you are at it. -- -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

Re: compilation failure with mod_perl-1.99_16 on OpenBSD 3.4

2004-10-08 Thread Philippe M. Chiasson
Stas Bekman wrote: Kristian Elof Sørensen wrote: Hi Compiling mod_perl-1.99_16 on OpenBSD 3.4 on x86 hardware with apache 2.0.52 # perl Makefile.PL MP_APXS=/var/www2/bin/bin/apxs MP_INST_APACHE2=1 completes # make fails after several minutes of compilation, the last lines being: [...] make: don't

Re: Apache::PerlRun - Constant subroutine redefined

2004-10-08 Thread Philippe M. Chiasson
Stas Bekman wrote: David Radunz wrote: Hi All, I have looked high and low to work out how to avoid the 'Constant subroutine redefined' warnings in the error log, followed by the 'Prototype missmatch:' error upon subsequent hits to the apache child process - but, I have not been able to find an ea

Re: compilation failure with mod_perl-1.99_16 on OpenBSD 3.4

2004-10-09 Thread Philippe M. Chiasson
Kristian Elof Sørensen wrote: Also worth a shot is to try 'gmake' instead of 'make' Thanks for the suggestion, however there is no gmake on OpenBSD since gnu make is the standard make on OpenBSD. On my OpenBSD 3.5 box, I seem to have both: [EMAIL PROTECTED] root]# make --version make: unknown

[RELEASE CANDIDATE] mod_perl-1.99_17 RC1

2004-10-19 Thread Philippe M. Chiasson
uilt against separate installations of apr-util and apr, where apr-util has been installed with a different includedir to apr. [Joe Orton] $Apache::Server::SaveConfig is now $Apache::PerlSections::Save [Geoffrey Young] Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

Re: [RELEASE CANDIDATE] mod_perl-1.99_17 RC1

2004-10-19 Thread Philippe M. Chiasson
Carl Brewer wrote: Philippe M. Chiasson wrote: a release candidate for mod_perl 1.99_17 is now available for testing. Compiled & works like a charm on NetBSD 1.6.2/i386 with normal (BSD) make even. Great! mp2bug can't find the httpd binaryu though, but that's pretty minor. Could

Re: [RELEASE CANDIDATE] mod_perl-1.99_17 RC1

2004-10-19 Thread Philippe M. Chiasson
Carl Brewer wrote: Philippe M. Chiasson wrote: a release candidate for mod_perl 1.99_17 is now available for testing. Compiled & works like a charm on NetBSD 1.6.2/i386 with normal (BSD) make even. mp2bug can't find the httpd binaryu though, but that's pretty minor. Did you run b

Re: [RELEASE CANDIDATE] mod_perl-1.99_17 RC1

2004-10-19 Thread Philippe M. Chiasson
. Sure, as I think I also know what's involved here, I am more than happy to know it's someone else's problem. Thanks stas! -- -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID :

Re: [RELEASE CANDIDATE] mod_perl-1.99_17 RC1

2004-10-20 Thread Philippe M. Chiasson
Randy Kobes wrote: On Tue, 19 Oct 2004, Philippe M. Chiasson wrote: a release candidate for mod_perl 1.99_17 is now available for testing. On Win32 (ActivePerl 810, based on perl 5.8.4), with Apache/2.0.50, there's a couple of (minor) issues: - the last test of directive/setupenv.t fails:

Re: [RELEASE CANDIDATE] mod_perl-1.99_17 RC1

2004-10-21 Thread Philippe M. Chiasson
Stas Bekman wrote: Randy Kobes wrote: On Wed, 20 Oct 2004, Stas Bekman wrote: Randy Kobes wrote: On Tue, 19 Oct 2004, Philippe M. Chiasson wrote: a release candidate for mod_perl 1.99_17 is now available for testing. On Win32 (ActivePerl 810, based on perl 5.8.4), with Apache/2.0.50, there

Re: Apache::PerlRun - Constant subroutine redefined

2004-10-22 Thread Philippe M. Chiasson
ntained anything and got the following: Scalar = SELECT DECODE (i wont paste the whole scalar here, its basically a huge SQL statement, about 2000 characters). Perhaps the scalar was too big to be cleared? Cheers, DJ On Sat, 2004-10-09 at 09:08, Philippe M. Chiasson wrote: Stas Bekman

[ANNOUNCE] Apache::Test 1.15

2004-10-22 Thread Philippe M. Chiasson
The URL http://www.apache.org/~gozer/mp2/mod_perl-1.99_17/Apache-Test-1.15.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GO/GOZER/Apache-Test-1.15.tar.gz size: 128717 bytes md5: 8665fcd0c647ec6ba04e30c87b476690 Changes since 1.14: add new test_config make target, equivalent to t/TEST -

[ANNOUNCE] mod_perl 1.99_17

2004-10-22 Thread Philippe M. Chiasson
mod_perl 1.99_17 is out: http://apache.org/dist/perl/mod_perl-1.99_17.tar.gz http://apache.org/dist/perl/mod_perl-1.99_17.tar.gz.asc (gpg sig) CPAN: file: $CPAN/authors/id/G/GO/G

Re: [ANNOUNCE] mod_perl 1.99_17

2004-10-22 Thread Philippe M. Chiasson
Philippe M. Chiasson wrote: mod_perl 1.99_17 is out: http://apache.org/dist/perl/mod_perl-1.99_17.tar.gz <http://apache.org/dist/perl/mod_perl-1.99_16.tar.gz> http://apache.org/dist/perl/mod_perl-1.99_17.tar.gz.asc (gpg sig) <http://apache.org/dist/perl/mod_perl-1.99_16.tar.gz.a

[ANNOUNCE] mod_perl 1.99_17

2004-10-22 Thread Philippe M. Chiasson
mod_perl 1.99_17 is out: http://apache.org/dist/perl/mod_perl-1.99_17.tar.gz http://apache.org/dist/perl/mod_perl-1.99_17.tar.gz.asc (gpg sig) CPAN: file: $CPAN/authors/id/G/GO/GOZER/mod_perl-1.99_17.tar.gz size: 1368804 bytes md5: ffb9d5c825b93d91e6c3a8885f7d5296 Changes since 1.99_16: Imple

Re: Apache::PerlRun - Constant subroutine redefined

2004-10-25 Thread Philippe M. Chiasson
Philippe M. Chiasson wrote: David Radunz wrote: [...] I think that you have just uncovered a small bug in the unload_package() implementation and I'd like to know exactly how you've reproduced this. After looking over code, it is now clear to me that any namespace entry that has a

Re: mod_perl hosting

2004-10-25 Thread Philippe M. Chiasson
d thoughts on reasonable cost hosting? There is a list of mod_perl friendly ISPs here : http://perl.apache.org/help/isps.html ---- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C

Re: [mp2] mason and not using compat?

2004-10-25 Thread Philippe M. Chiasson
ake this a bit neater? I believe there is a CPAN module that makes it a bit cleaner and less hack-ish: MasonX::Apache2Handler http://search.cpan.org/dist/MasonX-Apache2Handler Thanks Carl -- -------- Philippe M. Chiasson m/gozer

Re: (very important ) You don't have permission to access /index.pl on this server.

2004-10-27 Thread Philippe M. Chiasson
/index.pl on this server." [...] regards. M.S. __ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail -- -------- Philipp

Re: Securing two scripts with mod_ssl

2004-10-27 Thread Philippe M. Chiasson
ressl -- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

Re: [mp2] Apache::PerlSections->dump gives no output at all.

2004-10-28 Thread Philippe M. Chiasson
1.99_17 Martijn -- -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

Re: [mp2] Apache::PerlSections->dump gives no output at all.

2004-11-01 Thread Philippe M. Chiasson
M.v.Buytene wrote: On 2004-10-28 17:34:23 +0200, "Philippe M. Chiasson" <[EMAIL PROTECTED]> said: M.v.Buytene wrote: [...] When i use the Apache::PerlSections->dump(); i only see 1; __END__ The problem is now clear to me. The section handling in mod_perl 2, even though it

Re: Content-Length: 0

2004-11-02 Thread Philippe M. Chiasson
ashrut.com -- ---- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

[mp1] 1.29 release candidate #1

2003-10-03 Thread Philippe M. Chiasson
ActivePerl 8xx with LARGE_FILES support [Randy Kobes] -- A more detailled review of each patch included in this release candidate can be found here: http://www.apache.org/~gozer/mp1/1.28-dev/ -------- Philippe M. Chiasson /g

[ANNOUNCE] mod_perl-1.29

2003-10-13 Thread Philippe M. Chiasson
o that one can build on Win32 ActivePerl 8xx with LARGE_FILES support [Randy Kobes] + Patches since 1.28 can be reviewed here: http://www.apache.org/~gozer/mp1/1.28-dev/ -------- Philippe M. Chiasson /gozer\@(cpan|ectoplasm

[RELEASE CANDIDATE] mod_perl-2.0.0 RC1

2004-12-11 Thread Philippe M. Chiasson
_ip record based on proxy's X-Forwarded-For header) [Stas] Fix Modperl::Util::unload_package() [Gozer] - Mistakenly skipping small entries of size 2 and less - Leave entries from other packages alone $filter->remove now works with native (non-modperl) filters + test [Torsten] -

Re: How does Apache::RAW_ARGS work?

2004-12-12 Thread Philippe M. Chiasson
apache.org/docs/2.0/api/Apache/PerlSections.html#Advanced_API [...] -- ---- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

[ANNOUNCE] mod_perl 1.99_18 (2.0.0-RC1)

2004-12-12 Thread Philippe M. Chiasson
- Mistakenly skipping small entries of size 2 and less - Leave entries from other packages alone $filter->remove now works with native (non-modperl) filters + test [Torsten Förtsch ] ---- Philippe M. Chiasson m/gozer\@(apache

Re: cc: Error: modperl_exports.c under Tru64 Unix

2004-12-14 Thread Philippe M. Chiasson
Philippe M. Chiasson wrote: Stas Bekman wrote: Philippe M. Chiasson wrote: There is already support in the modperl_exports.c generation code to exclude certain functions depending on build options. So in summary, if we just excluded modperl_io_apache_init() from modperl_exports.c when PERLIO is

Re: ... and startup.pl equivalent?

2004-12-14 Thread Philippe M. Chiasson
27;t deal with Apache config is a bad example. ---- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

Re: ... and startup.pl equivalent?

2004-12-13 Thread Philippe M. Chiasson
vars) local to the block of gets flushed. $Some::Global::var would survive, for instance. ---- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

Re: cc: Error: modperl_exports.c under Tru64 Unix

2004-12-14 Thread Philippe M. Chiasson
de ready to exclude things when under PERLIO, I just want to confirm what we need to exclude. And unless I am wrong, this should also have been a problem to people in the win32 land as well, no ? -------- Philippe M. Chiasson m/go

Re: cc: Error: modperl_exports.c under Tru64 Unix

2004-12-14 Thread Philippe M. Chiasson
Stas Bekman wrote: Philippe M. Chiasson wrote: There is already support in the modperl_exports.c generation code to exclude certain functions depending on build options. So in summary, if we just excluded modperl_io_apache_init() from modperl_exports.c when PERLIO is absent, we would be good

[ANNOUNCE] Apache-Test 1.18

2004-12-23 Thread Philippe M. Chiasson
The uploaded file Apache-Test-1.18.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GO/GOZER/Apache-Test-1.18.tar.gz size: 141721 bytes md5: 22e566a51d2e2b5c6647ecd6f36a1b65 Changes since 1.17: fix a bug in A-T config generation, when a vhost entry was in autogenerated httpd.conf

[ANNOUNCE] mod_perl 1.99_19 (2.0.0-RC2-XMas)

2004-12-23 Thread Philippe M. Chiasson
de the bundled Apache-Test from PAUSE indexer) [Randy Kobes] -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

Re: Reloading Modules Problem [mod_perl2]

2005-01-04 Thread Philippe M. Chiasson
h] skip unsafe entry %s(%s)\n", package, key); +} } } } -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

Re: PerlRun Memory leak upgrading from 1.99_14 to 2.0.0-RC1

2005-01-04 Thread Philippe M. Chiasson
fe entry %s(%s)\n", package, key); +} } } } -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

Re: Reloading Modules Problem [mod_perl2]

2005-01-05 Thread Philippe M. Chiasson
rong... /me ponders... -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

[ANNOUNCE] Apache-Test 1.19

2005-01-05 Thread Philippe M. Chiasson
Kao ] Apache-Test/META.yml is excluded from mp2 distro to make PAUSE indexer happy, but then perl Makefile.PL complains about a missing META.yml, so autogenerate it if it wasn't in the distro [Stas] Phili

[ANNOUNCE] mod_perl 1.99_20 (2.0.0-RC3)

2005-01-05 Thread Philippe M. Chiasson
d result only when defined move ModPerl::Util::exit() into mod_perl.so, since it needs to work, even if ModPerl::Util wasn't loaded [Stas] -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID :

Re: [mp2] memory access violation in $subr->run

2005-01-12 Thread Philippe M. Chiasson
invoked as a response handler. if subrequests aren't meant to be run from non-response handlers, i suggest trapping and throwing an error. .dorian -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG K

Re: [mp1] Conflict with identical scripts loaded into independent virtual hosts

2005-01-12 Thread Philippe M. Chiasson
each registry script in it's own package (vhost included), but you then place each script back into the fred package. Thus colliding packages. -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplas

Re: [mp2] PerlPostConfigRequire requires absolute path?

2005-01-16 Thread Philippe M. Chiasson
entation specific to PerlPostConfigRequire. It's a fairly new feature. If you find the documentation lacking, please do submit a documentation patch ;-) (Or did you have a specific question about PerlPostConfigRequire ?) --

Re: [mp2] - modperl-2.0.0-RC3 fails tests after build

2005-01-18 Thread Philippe M. Chiasson
lease post the output of $> ldd /ext/home/timour/src/mod_perl-2.0.0-RC3/blib/arch/Apache2/auto/APR/APR.so and $> nm /ext/home/timour/src/mod_perl-2.0.0-RC3/blib/arch/Apache2/auto/APR/APR.so Thanks. -------- Philippe M. Chia

Re: [mp2] - modperl-2.0.0-RC3 fails tests after build

2005-01-19 Thread Philippe M. Chiasson
Timour Ezeev wrote: Sorry for the late response -- was away from my computer... In any case here you go.. On Tue, 18 Jan 2005, Philippe M. Chiasson wrote: You seem to be experiencing a problem similar to http://gossamer-threads.com/lists/modperl/modperl/62467 Could you please post the output of

Re: [mp2] reliable methods to prevent handlers from repeating

2005-01-20 Thread Philippe M. Chiasson
then your check becomes $r->main->notes->get(__PACKAGE__ . '::SEEN'); Without a need to cycle over the requests list either. Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID

[ANNOUNCE] Apache-Test 1.20

2005-01-22 Thread Philippe M. Chiasson
l perl install many utils get installed there, but won't be in PATH). [Stas] Apache::TestConfig::inherit_load_module handles .dll modules (previously was only .so) [Stas] Apache::TestConfig::should_skip_module now works with regex patterns. [Stas] -------

[ANNOUNCE] mod_perl 1.999_21 (2.0.0-RC4)

2005-01-22 Thread Philippe M. Chiasson
others. [Pratik , Stas] -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

Re: Compiling mod_perl into Apache 1.3.33

2005-01-23 Thread Philippe M. Chiasson
my emails from the list? I hate not being able to see what I've posted. You probably need to subscribe to the list: http://perl.apache.org/maillist/modperl.html#Subscription_Information -------- Philippe M. Chiasson m/goze

Re: [mp2] Also problems with reloading modules after upgrade

2005-01-24 Thread Philippe M. Chiasson
u2.pm file. Could you possibly post the content of menu2.pm as well as at least one of the modules it 'uses' and doesn't seem to reload right ? [...] ---- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.

Re: Package building

2005-01-24 Thread Philippe M. Chiasson
make DESTDIR=/tmp/mod_perl MODPERL_AP_INCLUDEDIR=/tmp/mod_perl/apache/include MODPERL_AP_LIBEXECDIR=/tmp/mod_perl/apache/modules Should do what you are looking for. -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/

Re: make test failed on solaris 8

2005-01-25 Thread Philippe M. Chiasson
looking for 'truss', not strace. >> [...] -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB

Re: recompiling the modules

2005-01-25 Thread Philippe M. Chiasson
/user/porting/compat.html#C_Apache__StatINC_ ---- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.as

Re: mod_perl.c:61: `my_perl' undeclared under Cygwin

2005-01-30 Thread Philippe M. Chiasson
l). Philippe, do you know what does it do and why is it broken? (Philippe is the keeper of the static gate keys, amongs his other numerous occupations) It's fixed in r149218, was a simply typo in lib/ModPerl/BuildMM.pm ------

Re: MP2 Location and PerlModule

2005-01-30 Thread Philippe M. Chiasson
ed these 2. ---- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

Re: Creating a filter for all text/html files

2005-02-01 Thread Philippe M. Chiasson
erl scripts, where you can't tell by the filename what content-type they're going to output. Yes, certainly a good idea not to do anything of the sort. Let Apache tell you that. -------- Philippe M. Chiasson m/goz

Re: [mp2] retrieving the calling handler

2005-02-01 Thread Philippe M. Chiasson
back. There was someone with a similar problem just a while ago: http://gossamer-threads.com/lists/modperl/modperl/77721 I believe it is relevant to your question. Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)

Re: mod_perl.c:61: `my_perl' undeclared under Cygwin

2005-02-02 Thread Philippe M. Chiasson
version revision 149218 of the asf repository. You can see it here: http://svn.apache.org/viewcvs?view=rev&rev=149218 -------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer

Re: Intercepting with data for mod_dav

2005-02-05 Thread Philippe M. Chiasson
/ Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

Re: ModPerl Installiation help

2005-02-05 Thread Philippe M. Chiasson
trick. ---- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

Re: MP2, SOAP::Lite and Oracle

2005-02-05 Thread Philippe M. Chiasson
CLE_HOME "/path" PerlSetENV TWO_TASK "sidname" ? ---- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: OpenPGP digital signature

  1   2   3   4   >