Re: pod files

2003-08-21 Thread Philippe M. Chiasson
On Fri, 2003-08-08 at 09:48, Stas Bekman wrote: > ColinB wrote: > > A relatively trivial point, but I notice that the pod files > > > > cgi_to_mod_perl.pod > > mod_perl.pod > > mod_perl_tuning.pod > > these files are a history and they don't really exist any longer, other than > in the distibuti

Re: [mp2 Patch] BUG with mod_deflate and $|=1 (20014:Error string not specified)

2003-07-04 Thread Philippe M. Chiasson
On Thu, 2003-07-03 at 01:24, Bill Marrs wrote: > This fixed the bug for me. Great! Will commit it in the near future. (Can't seem to access the cvs server right now, crappy internet cafe) One thing that could help is if someone could take the time to write a test for this bug. Gozer out. > At 1

Re: [ANNOUNCE] mod_perl-1.28

2003-07-04 Thread Philippe M. Chiasson
On Thu, 2003-07-03 at 15:46, Steve Hay wrote: > Hi Philippe, > > Philippe M. Chiasson wrote: > > >The URL > > > >http://perl.apache.org/dist/mod_perl-1.28.tar.gz > > > >has entered CPAN > > > I still get the same test failures that I repo

[ANNOUNCE] mod_perl-1.28

2003-07-02 Thread Philippe M. Chiasson
oute is to port your test suite to use a much better Apache::Test which work with mod_perl 1.0 and 2.0. [Philippe M. Chiasson, Stas Bekman] Tweak mod_perl.h to defined _INCLUDE_APACHE_FIRST only after apache headers were included [Stas Bekman] avoid various warnings under src/modules/perl/: - decl

RE: Apache::Request for CGI? (was: Re: A::Registry vs. mod_perlhandler philosophy)

2003-07-02 Thread Philippe M. Chiasson
On Wed, 2003-07-02 at 22:36, Jesse Erlbaum wrote: > Hi Joe -- > > > +1. Scripting _inside_ the server opens up possibilities that > > are unimaginable to folks who are content confining themselves > > to the lowest common denominator (CGI). > > Perhaps you could bullet-point a few of these poss

[mp2 Patch] BUG with mod_deflate and $|=1 (20014:Error string not specified)

2003-07-02 Thread Philippe M. Chiasson
Seems to be a problem with calling IoFLUSH() on an already flushed handle. This patch seems to fix it for me. Index: xs/Apache/RequestIO/Apache__RequestIO.h === RCS file: /home/cvs/modperl-2.0/xs/Apache/RequestIO/Apache__RequestIO.h,

Re: mod_perl-1.99_09 for Redhat 9

2003-07-02 Thread Philippe M. Chiasson
On Thu, 2003-06-26 at 06:53, Bill Marrs wrote: > I'm looking for a Redhat 9 compatible mod_perl-1.99_09 rpm. > > If anyone has one or knows where I can get one, let me know. I've just finished building RPMs for mod_perl 1.99_09 on RH9/i386 Grab them at: http://www.apache.org/~gozer/mp2/ > Than

Re: Installation Problem

2003-07-02 Thread Philippe M. Chiasson
On Wed, 2003-06-18 at 06:26, Ankur Jain wrote: > Hi, > I have RHL 8.0 and Apache2.0 running and perl > 5.8.0. I am trying to install the modperl2.0 It's > going fine till the make procedure but when I run the > "make test" it prompts that "no test server configured > please specify a httpd or

Re: [mp1] 1.28 release candidate #2

2003-06-26 Thread Philippe M. Chiasson
On Wed, 2003-06-25 at 16:32, Steve Hay wrote: > Hi Philippe, > > Philippe M. Chiasson wrote: > > >On Wed, 2003-06-25 at 00:12, Steve Hay wrote: > > > > > >>Philippe M. Chiasson wrote: > >>[...] > >> > >> > >>>I

Re: [mp1] 1.28 release candidate #2

2003-06-25 Thread Philippe M. Chiasson
On Wed, 2003-06-25 at 00:12, Steve Hay wrote: > Philippe M. Chiasson wrote: > [...] > >If you feel like submitting a back-port of Apache::Reload (with or > >without my new namespace deletion code), that has a few decents tests > >for it and works with perl 5.5.3 up to ble

Re: [mp1] 1.28 release candidate #2

2003-06-24 Thread Philippe M. Chiasson
On Tue, 2003-06-24 at 23:00, Steve Hay wrote: > Philippe M. Chiasson wrote: > > >Now bringing you the second mod_perl 1.28 release candidate. > >[snip] > >Please give this release a spin and report back any problems or failed tests to: > >[EMAIL PROTECTED] as soon a

[mp1] 1.28 release candidate #2

2003-06-24 Thread Philippe M. Chiasson
rier! RC1 has received a relatively low volume of tests, but all of them were positive, So unless an important bug is reported soon, this will most likely be mod_perl 1.28. Thank you, and tests away! ---- Philippe M. Chiasson /goz

Re: [SEMI-OT] perl_tie_hash valid reference?

2003-06-23 Thread Philippe M. Chiasson
sh; } > thanks in advance, > > .dorian -- -------- 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

Re: handler($$) unreliability

2003-06-14 Thread Philippe M. Chiasson
ed caused by mp_preload_module, would be to make sure to preload that module with a PerlModule My::Class in your httpd.conf > -- > Matthew Pressly > -- Philippe M. Chiasson /gozer\@(cpan|ectoplasm)\.or

RE: PerlOptions Clone/Parent in mp2

2003-06-13 Thread Philippe M. Chiasson
ive with all the cool benefits of configuration merging, etc. Reason blocks can't do that is becasue we can't let httpd try and parse perl code and make any sense of it. If you look closely, a block simply slurps all its contents and feeds it to perl for processing. Hope this makes

[mp1] 1.28 release candidate #1

2003-06-08 Thread Philippe M. Chiasson
it under inc/ or t/ so it won't be installed) or require mod_perl 1.28 and use Apache::testold instead. Of course the best route is to port your test suite to use a much better Apache::Test which work with mod_perl 1.0 and 2.0. [Philippe M. Chiasson, Stas Bekman] Tweak mod_perl.h to defined _IN

Re: [mp2] httpd.conf block problems

2003-05-29 Thread Philippe M. Chiasson
ll fix the error I'm seeing. > I'd try it, but my RH9 box can't be disturbed at the moment. > > Thanks! -- -- - Philippe M. Chiasson /gozer\@(cpan|ectoplasm)\.org/ 88C3A5A5 (122FF51B/C634E37B) http://gozer.ectoplasm.org/F9BF E0C2 480E 7680

Re: irc

2001-12-27 Thread Philippe M. Chiasson
On Wed, Dec 26, 2001 at 11:07:46PM -0800, brian moseley wrote: > On Wed, 26 Dec 2001, Philippe M. Chiasson wrote: > > > I am usually on rhizomatic, and #mod_perl sounds pretty > > good to me. > > there's folks on both #mod_perl and #modperl. let's drop >

Re: irc

2001-12-26 Thread Philippe M. Chiasson
> mod_pointer <http://stderr.net/mod_pointer> > -------- 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

Re: [ANNOUNCE] TicketMaster.com sponsors mod_perl development

2001-09-20 Thread Philippe M . Chiasson
> Stas Bekman JAm_pH -- Just Another mod_perl Hacker > http://stason.org/ mod_perl Guide http://perl.apache.org/guide > mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/ > http://singlesheaven.com http://perl.

Re: Can't build (was Re: Apache.pm fails to load...)

2001-09-17 Thread Philippe M . Chiasson
1 root root 15 Sep 14 23:36 /usr/lib/libssl.so.0 -> >libssl.so.0.9.6 > > Does the symlink point correctly to the real libssl.so? or your /etc/ld.so.conf doesn't have /usr/local/ssl/lib. In wich case, add it to ld.so.conf and run ldconfig as root > -- >

Re: [Patch] Apache->dso_module()

2001-06-18 Thread Philippe M . Chiasson
On Wed, Jun 13, 2001 at 09:52:39PM -0700, Doug MacEachern wrote: > On Fri, 25 May 2001, Philippe M . Chiasson wrote: > > > I know I posted this patch a while ago, but I am looking thru a few patches > > I have and I thought I might re-post this one along with the rest > >

Re: Apache::AutoIndex & SuppressHTMLPreamble directive

2001-06-08 Thread Philippe M . Chiasson
org/TR/REC-html40/loose.dtd";> > > Directory index of > /tools/Directory index of > /tools/ > > > fooo > > > can u see this header name directive? > > > > I'm using v 0.08 of Apache::AutoIndex - couldn't see a later

[Patch] .cvsignore modifications

2001-05-25 Thread Philippe M . Chiasson
Small cosmetic fixes in .cvsignore files, as seeing a gazillion '? ' is quite annoying when doing a cvs update -- +---+ | Philippe M. Chiasson <[EMAIL PROTECTED]>| | SmartWorker http://www.smartworker.org| | IM

[Patch] perl Makefile.PL PREFIX=/foo/bar breakage

2001-05-25 Thread Philippe M . Chiasson
efore anything else and push /foo/bar/lib/site_perl/perl-version/perl-arch on the @INC path, but it's not very elegant. This patches automatically makes sure the PREFIX path, if specified, is placed first in the @INC path. -- +---+ | Philippe M

[Patch] apxs location forgotten in MyConfig.pm

2001-05-25 Thread Philippe M . Chiasson
x27; location or in your PATH. -- +-------+ | Philippe M. Chiasson <[EMAIL PROTECTED]>| | SmartWorker http://www.smartworker.org| | IM : gozerhbe ICQ : gozer/18279998 | | 64.8% computer corrupt according to | | htt

[Patch] Apache->dso_module()

2001-05-25 Thread Philippe M . Chiasson
loaded as DSO. Used to be usefull to me when attempting to work around directives and mod_perl as DSO/not-DSO (now fixed). But I figured it could be usefull to others. -- +---+ | Philippe M. Chiasson <[EMAIL PROTECTED]>|

Re: Sections in Apache Config

2001-05-08 Thread Philippe M \. Chiasson
On Mon, May 07, 2001 at 05:35:57PM -0700, Jonathan Hilgeman wrote: > Hi, > I've been trying to do this for some time but can't figure out how. > Basically I want a setup where anyone at www.UserName.domain.com or > UserName.domain.com will have their DocumentRoot set to > /www/httpd/html/UserName.

Re: Reading the environment in block

2001-05-08 Thread Philippe M \. Chiasson
On Mon, May 07, 2001 at 04:21:29PM -0400, Benoit Caron wrote: > Hello. > > I'm trying to isolate the developper environment from each other so that > when someone mess up the server, the others just simply don't know that > something happened. So, every developpers will have their own webserver

Re: [Patch] Apache->dso_module() to find if a module is loaded as DSO or not

2001-04-25 Thread Philippe M . Chiasson
On Wed, Apr 25, 2001 at 10:59:51PM +0800, Stas Beckman wrote: > On Wed, 25 Apr 2001, Philippe M . Chiasson wrote: > > > A suggested new feature. > > > > Apache->dso_module('mod_example.c') behaves like > > Apache->module('mod_example.c') e

[Patch] Apache->dso_module() to find if a module is loaded as DSO or not

2001-04-25 Thread Philippe M . Chiasson
with code like this: sub init { return if($Apache::Server::Starting && not $Global::MOD_PERL_AS_DSO); } I guess it could be usefull for other purposes to, so here is the patch. -- +-------+ | Philippe M. Chiasson <[EMAIL

Re: Apache::AutoIndex - problem with special symbols in filenames (patch applied)

2001-04-17 Thread Philippe M . Chiasson
I will apply this patch. Thanks. > 73, > Ged. > > -- +-------+ | Philippe M. Chiasson <[EMAIL PROTECTED]>| | SmartWorker http://www.smartworker.org| | IM : gozerhbe ICQ : gozer/18279998 | | 64.8% compute

Re: Installing new modules via CPAN?

2001-03-30 Thread Philippe M \. Chiasson
On Thu, Mar 29, 2001 at 10:11:39PM -0700, Bolt Thrower wrote: > Victor Michael Blancas wrote: > > > > > > > > So how am I supposed to install Apache::AuthCookieDBI via the CPAN > > > shell? > > > > > > Thanks, > > > > > > > `perl -MCPAN -e "install Apache::AuthCookieDBI"` > > Apache::DBI has b

Re: Dynamic loading of development libraries

2001-03-03 Thread Philippe M \. Chiasson
od solution in my opinion ) 2. wait for Doug to finish up mod_perl 2.0 I know the problem you have with development + mod_perl, and honestly, these are the only avaliable options. > Thanks, > Brian Ferris > > -- +--

Why Does restart/gracefull makes httpd grow ?

2000-10-19 Thread Philippe M. Chiasson
00:36 perl5 (5.0 patchlevel 5 subversion 3) mod_perl 1.24.1 /usr/local/apache/bin/httpd -l Compiled-in modules: http_core.c mod_so.c -- +---+ | Philippe M. Chiasson <[EMAIL PROTECTED]> | | SmartWorker http://www.smartworker.org