ANNOUNCE: MasonX::WebApp 0.01

2004-05-11 Thread Dave Rolsky
This is the first release of this code, and it's probably buggy, but I think it's pretty neat. >From the docs ... =head1 SYNOPSIS # Create a subclass of MasonX::WebApp package My::WebApp; use base 'MasonX::WebApp'; sub _init { # do neat stuff } # In your Apache config file

Re: trying to locate the bug

2004-05-11 Thread Perrin Harkins
On Tue, 2004-05-11 at 16:51, sagi wrote: > Perl version 5.005_03 That's pretty old. You should seriously consider going to 5.6.1 or later when you can. > things start to go wrong. IE, data is not all there which gives > errors, die statement, warnings. All sorts of bad stuff, but when > hitting

trying to locate the bug

2004-05-11 Thread sagi
Hello everyone. Before asking for help, let me state my configuration:   FreeBSD 4.9 Apache 1.3.29 Perl version 5.005_03 Mod_perl 1.29   Httpd.conf using:   PerlModule Apache::DBI PerlModule Apache::Registry PerlModule Apache::Resource PerlSetEnv PERL_RLIMIT_CPU 60:90 PerlChild

Re: Apache::AuthDBI

2004-05-11 Thread Perrin Harkins
On Tue, 2004-05-11 at 15:14, Angie Ahl wrote: > Now what I'd like to try and do is this: > > Catch failed attempts to AuthDBI::authen AND if the realm password was > wrongpw > - redirect them to a logged out page. > > If I've worked this out right the next time they go to the realm > protected

Apache::AuthDBI

2004-05-11 Thread Angie Ahl
Hi people. I'm trying to find a way to allow users to log out of a realm based site (ie using basic authentication). I've read it can't be done. but I'm stubborn and think I may possibly have a way around it (for my needs anyway) I'm using PerlAuthenHandler Apache::AuthDBI::authen I'd like to

Apache-AuthenNTLM 2.07 bug..

2004-05-11 Thread Jesper Krogh
Hi I'm running Apache-AuthenNTLM 2.07 and I'm quite sure I've found a bug in the code. The REMOTE_HOST variable does not get set when using AuthenNTLM which makes the logfield of %h in access log empty. Apache version: 1.3.29 mod_perl: 1.29 Please let me know if there is anything I can do to

Re: mod_perl 1.99_13 / apache 2.0.x / mysql 4.1.1 - connection problem

2004-05-11 Thread Perrin Harkins
Erik Scholtz, ArgonSoft GmbH wrote: I think, the problem has to do with mod_perl, because when I run the script on the console, everything works fine. If I run the script without mod_perl (over the web with apache), the script also works without any problems. The script also works with mod_perl

Re: Apache custom directives problem

2004-05-11 Thread Geoffrey Young
> { name => 'CASServerName', > errmsg => 'Name of the CAS server', > args_how => 'TAKE1', > req_override => 'OR_AUTHCFG', } > > quote > (gdb) bt > #0 0x0807d151 in perl_perl_create_cfg (sv=0x888fdcc, pclass=0x816fcc4, > parms=0xba10, type=0x80ed6c9 "SERVER_CREATE")

Re: mod_perl 1.99_13 / apache 2.0.x / mysql 4.1.1 - connection problem

2004-05-11 Thread Ken Burcham
It isn't so much mod_perl as it is the perl DBI::mysql driver... I imagine that as 4.1.1 comes out of alpha eventually the maintainers will update to the new libraries... You might also want to be aware that if you added users while mysql was in 'new passwords' mode, they'll have the long pass

Re: mod_perl 1.99_13 / apache 2.0.x / mysql 4.1.1 - connection problem

2004-05-11 Thread Erik Scholtz, ArgonSoft GmbH
Garrison Hoffman wrote: On Tue, 2004-05-11 at 05:02, Erik Scholtz, ArgonSoft GmbH wrote: failed: Client does not support authentication protocol requested by server; consider upgrading MySQL client at This may help: http://dev.mysql.com/doc/mysql/en/Old_client.html Thanks for your answer. Th

Re: mod_perl 1.99_13 / apache 2.0.x / mysql 4.1.1 - connection problem

2004-05-11 Thread Garrison Hoffman
On Tue, 2004-05-11 at 05:02, Erik Scholtz, ArgonSoft GmbH wrote: > failed: Client does not support authentication protocol requested by > server; consider upgrading MySQL client at This may help: http://dev.mysql.com/doc/mysql/en/Old_client.html --

Re: mod_perl 1.99_13 / apache 2.0.x / mysql 4.1.1 - connection problem

2004-05-11 Thread Garrison Hoffman
On Tue, 2004-05-11 at 05:02, Erik Scholtz, ArgonSoft GmbH wrote: > failed: Client does not support authentication protocol requested by > server; consider upgrading MySQL client at This may help: http://dev.mysql.com/doc/mysql/en/Old_client.html --

mod_perl 1.99_13 / apache 2.0.x / mysql 4.1.1 - connection problem

2004-05-11 Thread Erik Scholtz, ArgonSoft GmbH
Hello, we migrated to mysql 4.1.1. Now, when my perl-script tries to connect to the mysql-server, the following error occurs: -- Error message: DBI connect('database=mydatabase;mysql_client_found_rows=0;host=myhost.net','myuser',...) failed: Client does not support authentication protocol requ

ANNOUNCE: Apache::Dynagzip 0.15

2004-05-11 Thread Slava Bizyayev
This is a clean up version. Upgrade is not necessary. The uploaded file Apache-Dynagzip-0.15.tar.gz has entered CPAN as file: $CPAN/authors/id/S/SL/SLAVA/Apache-Dynagzip-0.15.tar.gz size: 23843 bytes md5: 00cfe9677721bb745bea0157a3bcde34 Thanks, Slava -- Report problems: http://perl.apache