ANNOUNCE: Compress::LeadingBlankSpaces 0.02

2004-03-26 Thread Slava Bizyayev
This is a bug-fix version. The bug can affect Apache::Dynagzip when 'light compression' is configured 'on'. The problem was brought to my attention that blank lines inside the ... tag might be used intentionally for some reasons. This version does not compress data inside the ... anymore. Thanks

Re: perl sections in windows and linux

2004-03-26 Thread Stas Bekman
SUCH SANMARTÍN, GERARD wrote: Hello after some time, i have had my archive.pl configuring apache2 all this time working perfectly. But today i have tried the same in my linux and i get that the same orders that worked on windows (xp) now do not work in my linux (suse 9.0). What can be the problem?

perl sections in windows and linux

2004-03-26 Thread "SUCH SANMARTÍN, GERARD"
Hello after some time, i have had my archive.pl configuring apache2 all this time working perfectly. But today i have tried the same in my linux and i get that the same orders that worked on windows (xp) now do not work in my linux (suse 9.0). What can be the problem? Here is the code: ... my $b_c

Re: Apache::AuthCookieDBI and SecretKeyFile

2004-03-26 Thread Brian Clarkson
Actually, with a little bit of help and a little config tweaking I got this working. 1. created separate include files for the Perl directives and the Location/ Directory directives. one is in the main server config ( Perl directives) and the other is part of the VH config. 2. realized that

Re: [mp2] my filter crashes on reverse proxied content

2004-03-26 Thread Stas Bekman
Hi Michael, That looks very similar to the mp2 test. t/filter/TestFilter/both_str_req_proxy.pm Since you didn't run the mp2 test suite at all I'd suggest to start there. I'd be happy to run a few cases, if you can point me to some documentation. Absolutely: http://perl.apache.org/docs/2.0/os/

Re: Apache::DB debugger and modperl 2.0

2004-03-26 Thread Stas Bekman
Frank Wiles wrote: I ran into some weird trouble with some code I am working on and wanted to use the Perl debugger to step through the code. I'm working with on Fedora with Apache 2.0.48 and mod_perl 1.99_12 RPMs from February. I realize I'm not running the latest CVS and wanted to try

Re: Testing issues w/ mod_perl 1.99_13

2004-03-26 Thread Stas Bekman
[cc'ing Toby who is in the same boat] Kinyon, Rob wrote: t/filter/both_str_con_add.t43 75.00% 2-4 t/protocol/echo.t 22 5632 32 66.67% 2-3 t/protocol/echo_filter.t 22 5632 32 66.67% 2-3 Interesting, all 3 test have one thing in common -

Re: [Apache-Test] ulimit on Solaris bash

2004-03-26 Thread Stas Bekman
Stas Bekman wrote: Kinyon, Rob wrote: As a minor nit, the ulimit command (to allow core files) doesn't work on Solaris9 bash. so how does it inhibit during 'make test'? and what is the right thing to do to allow core files on your bash? Kinyon, Rob wrote: > As for ulimit ... You're right - I h

Re: Testing issues w/ mod_perl 1.99_13

2004-03-26 Thread Stas Bekman
Stas Bekman wrote: Kinyon, Rob wrote: Rob, please submit a properl bug report: http://perl.apache.org/bugs/ You can't be bothered to help us resolve your problems? :( __ Stas BekmanJAm_pH --> Just Another mod_perl Hac

Re: Problems with suexec

2004-03-26 Thread Ged Haywood
Hello there, On Fri, 26 Mar 2004, omar guzman villar wrote: > My problem is ... things just can be done by root. You need to ask on a mailing list for newbie Linux users. Have a look at www.linux-learn.org/faqs/html/ This list is for discussion of topics related to mod_perl. 73, Ged. -- Re

Problems with suexec

2004-03-26 Thread omar guzman villar
Hi, I'm making an administrator of my Redhat 9.0 system running cgi's under Apache. My problem is that the cgi runs under user apache and group apache. But I want to restart or stop services, and to create users and delete users, and that things just can be done by root. What can I do? I don't unde

Apache::DB debugger and modperl 2.0

2004-03-26 Thread Frank Wiles
I ran into some weird trouble with some code I am working on and wanted to use the Perl debugger to step through the code. I'm working with on Fedora with Apache 2.0.48 and mod_perl 1.99_12 RPMs from February. I realize I'm not running the latest CVS and wanted to try and determine if

Re: [mp2] my filter crashes on reverse proxied content

2004-03-26 Thread Perrin Harkins
On Fri, 2004-03-26 at 04:46, Michael Franken wrote: > Thanks for the note, but I'm not sure whether the documentation is > consistent. Besides saying "The SetHandler directive is only relevant > for response phase handlers", the documentation says to use > 'SetHandler modperl' when you want to use

Re: [ANNOUNCE] Apache-AuthenSmb-0.72

2004-03-26 Thread Shannon Eric Peevey
A long time ago I wrote this: my problem: I'm running a reverse proxy with apache 1.3.x and mod_proxy on debian. For the authentication libapache-authensmb is used, so there's a connection to the domain controller present and working. Everything is fine, but for each request sent by the browser

RE: [ANNOUNCE] Apache-AuthenSmb-0.72

2004-03-26 Thread Tauber, Mathias HDP
Hi, > The uploaded file > > Apache-AuthenSmb-0.72.tar.gz > > has entered CPAN as > > file: $CPAN/authors/id/S/SP/SPEEVES/Apache-AuthenSmb-0.72.tar.gz > size: 5526 bytes >md5: 510d7da1dfbdb99c65b99fe9a9198aae > > Additions to this release are: > >- split domain\username so

[ANNOUNCE] Apache-AuthenSmb-0.72

2004-03-26 Thread Shannon Eric Peevey
The uploaded file Apache-AuthenSmb-0.72.tar.gz has entered CPAN as file: $CPAN/authors/id/S/SP/SPEEVES/Apache-AuthenSmb-0.72.tar.gz size: 5526 bytes md5: 510d7da1dfbdb99c65b99fe9a9198aae Additions to this release are: - split domain\username so that one can manipulate one

[ANNOUNCE] Apache-AuthNetLDAP-0.28

2004-03-26 Thread Shannon Eric Peevey
The uploaded file Apache-AuthNetLDAP-0.28.tar.gz has entered CPAN as file: $CPAN/authors/id/S/SP/SPEEVES/Apache-AuthNetLDAP-0.28.tar.gz size: 6670 bytes md5: 36baba851233d47ebe8fa1e57d8b4b81 This release includes code from Carlos Ramirez that splits the domain off of the username. (This

RE: Testing issues w/ mod_perl 1.99_13

2004-03-26 Thread Kinyon, Rob
> t/filter/both_str_con_add.t43 75.00% 2-4 > t/protocol/echo.t 22 5632 32 66.67% 2-3 > t/protocol/echo_filter.t 22 5632 32 66.67% 2-3 Interesting, all 3 test have one thing in common - they use a raw socket to communicate with the clien

Re: [mp2] my filter crashes on reverse proxied content

2004-03-26 Thread Michael Franken
Hi Stas, Stas Bekman wrote: Michael Franken wrote: Hi Stas, I understand that going thru 40 KB is a pain. Unfortunately I can't seem to get the test suite running, the Perl Makefile does not produce a valid makefile, and I can't seem to fix it (something with DIRFILESEP). As I told you I'm a

Re: [mp2] my filter crashes on reverse proxied content

2004-03-26 Thread Michael Franken
Stas, Perrin, Thanks for the note, but I'm not sure whether the documentation is consistent. Besides saying "The SetHandler directive is only relevant for response phase handlers", the documentation says to use 'SetHandler modperl' when you want to use PerlSetVar and $r->dir_config, which is w

Re: [RELEASE CANDIDATE] please test mod_perl-1.99_13-dev.tar.gz

2004-03-26 Thread Stas Bekman
Helmut Zeilinger wrote: --On Thursday, March 25, 2004 11:45:54 -0800 Stas Bekman <[EMAIL PROTECTED]> wrote: and test, whether i can connect to one of the listen-ports (e.g. "netcat localhost 8529 -vv") => conection refused so: netcat localhost 8529 -vv doesn't work. but: netcat 127.0.0.1 85