Re: make test failed on solaris 8

2005-01-27 Thread Stas Bekman
Tulan W. Hu wrote: -- Original Message - From: "Stas Bekman" <[EMAIL PROTECTED]> Please take a look at Apache-Test/lib/Apache/TestConfig.pm sub open_cmd { it calls untaint_path($ENV{PATH}) in the same file. Please take a look at that function and see if you can fix it. If you don't figur

Re: make test failed on solaris 8

2005-01-27 Thread Tulan W. Hu
-- Original Message - From: "Stas Bekman" <[EMAIL PROTECTED]> > Please take a look at Apache-Test/lib/Apache/TestConfig.pm > > sub open_cmd { > it calls untaint_path($ENV{PATH}) in the same file. Please take a look at > that function and see if you can fix it. > > If you don't figure out,

Re: MP2 Location and PerlModule

2005-01-27 Thread Stas Bekman
angie ahl wrote: Hello me ;) things appear to have changed. I can't tell me why but this works: SetHandler modperl PerlResponseHandler Apache::Status nicer if I ask myself. It's explained here: http://perl.apache.org/docs/2.0/user/config/config.html#mod_per

Re: modperl and qr

2005-01-27 Thread Stas Bekman
Arshavir Grigorian wrote: Hello list, The qr example in the guide does not work as expected. Using the /o in the foreach loop matches based on the first value of $re and never changes even when $re is recompiled. The /o modifier should be removed since that's exactly what we are trying to avoid.

Re: MP2 Location and PerlModule

2005-01-27 Thread angie ahl
Hello me ;) things appear to have changed. I can't tell me why but this works: SetHandler modperl PerlResponseHandler Apache::Status nicer if I ask myself. angie On Thu, 27 Jan 2005 22:02:01 +, angie ahl <[EMAIL PROTECTED]> wrote: > Sorry I forgot

Re: MP2 Location and PerlModule

2005-01-27 Thread angie ahl
Sorry I forgot to mention It's Apache 2 compiled with DSO on OS X Panther Thanks Angie On Thu, 27 Jan 2005 22:00:12 +, angie ahl <[EMAIL PROTECTED]> wrote: > Hi list > > I've just installed Mod_perl/Apache 2 and am trying to just get some > basic stuff up an running before I delve in to th

MP2 Location and PerlModule

2005-01-27 Thread angie ahl
Hi list I've just installed Mod_perl/Apache 2 and am trying to just get some basic stuff up an running before I delve in to the heavier stuff. I've got the following in a conf file that's included into httpd.conf PerlModule Apache::Status SetHandler perl-script

Re: Modperl Handlers [ was: Apache Client Filehandle]

2005-01-27 Thread Geoffrey Young
Leo wrote: > I'm replying to myself :) ? Cool. > > I found the answers to my questions below in the list and/or documentation. fancy that :) > Thanks for your time Geoffrey. sure > I sometimes need to take a moment and > look at documentation before I pop off emails. that's always a good t

Re: Modperl Handlers [ was: Apache Client Filehandle]

2005-01-27 Thread Leo
I'm replying to myself :) ? Cool. I found the answers to my questions below in the list and/or documentation. Thanks for your time Geoffrey. I sometimes need to take a moment and look at documentation before I pop off emails. Leo Leo wrote: Geoffrey Young wrote: please keep posts on-list so ever

Modperl Handlers [ was: Apache Client Filehandle]

2005-01-27 Thread Leo
Geoffrey Young wrote: please keep posts on-list so everyone can benefit :) Oops. I'll do that. Thanks for the sugestion; my handler has a flag that is set in an application specific config file (not the apache.conf or any included files therein) that should be able to turn off compression.

Re: Apache Client Filehandle

2005-01-27 Thread Geoffrey Young
please keep posts on-list so everyone can benefit :) > Thanks for the sugestion; my handler has a flag that is set in an > application specific config file (not the apache.conf or any included > files therein) that should be able to turn off compression. what you could do in that case is just dis

modperl and qr

2005-01-27 Thread Arshavir Grigorian
Hello list, The qr example in the guide does not work as expected. Using the /o in the foreach loop matches based on the first value of $re and never changes even when $re is recompiled. The /o modifier should be removed since that's exactly what we are trying to avoid. http://perl.apache.org/d

Re: Apache Client Filehandle

2005-01-27 Thread Geoffrey Young
Leo wrote: > Hello all: > > I want to use Compress::Zlib to deflate contents being sent to the client. > > One way is using it's gzopen(, ) call. > > Is there a filehandle that represents the output stream to the client? > > How do I get it? > > I am writing my own mod_perl handler for Apach

Apache Client Filehandle

2005-01-27 Thread Leo
Hello all: I want to use Compress::Zlib to deflate contents being sent to the client. One way is using it's gzopen(, ) call. Is there a filehandle that represents the output stream to the client? How do I get it? I am writing my own mod_perl handler for Apache2 (mod_perl2.0 from svs) Thanks in adva

Re: mod_perl/FreeBSD Bug

2005-01-27 Thread David Dorward
[EMAIL PROTECTED] wrote: We are using the latest version of Apache (1.3.33) and mod_perl (1.29) running on FreeBSD 4.9. Scott McWhirter asked me to mention that this issue now has a bug report filed for it. -- David Dorward

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

2005-01-27 Thread Nick ***
> > No Stas, this is a bug in MP2. Please, just run: > > > > perl Makefile.pl MP_STATIC_EXTS=1 MP_COMPAT_1X=0 MP_USE_STATIC=1 > > MP_AP_CONFIGURE="--with-mpm=prefork" MP_AP_PREFIX=/usr/src/httpd > > > > and you will see what happens. On RedHat I get the same error (but on > > cygwin the process

[ANNOUNCE] Apache-HTTunnel 0.02

2005-01-27 Thread Patrick LeBoutillier
Hi all, A couple weeks back I mentionned I was working on a HTTP tunnel project that uses mod_perl. Well I finally got around to document and publish it so it's off to CPAN at this very moment. As usual all feedback is welcome. Note: I just realized the README says mod_perl 1.9919 is required, b

Re: Running Multiple Servers

2005-01-27 Thread Sean T Allen
Its not really all that hard... as long as you are good with mod_rewrite or similiar. Took me about 10 minutes to setup something that would be similiar to what you are talking about. ( 10 minutes after discounting compilation time. ) Jonathan Vanasco wrote: Can anyone point me towards a good refer

Re: Trying mod_perl for the first time - how to enable it?

2005-01-27 Thread Sean Davis
On Jan 26, 2005, at 9:21 AM, Edward Wijaya wrote: Thanks so much for the reply Sean, On Wed, 26 Jan 2005 20:58:02 -0500, Sean Davis <[EMAIL PROTECTED]> wrote: Edward, Did you look at the server log? Sean,here is my error server log: http://pastebot.nd.edu/127?tx=on&submit=Format+it%21 Also, is