Re: About Authenticate Dialog

2003-12-08 Thread Matthew Darwin
ow can I get the id and password that the client inputed in that authenticate box . Would someone give any advice ? Thanx. Regards, Kai -- Matthew Darwin [EMAIL PROTECTED] http://www.mdarwin.ca -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

[mp2] build problem mod_perl-1.99_12 and "make install DESTDIR"

2004-01-12 Thread Matthew Darwin
If you build apache with ./configure \ --prefix=/kinnetics/component/httpd make install DESTDIR=/tmp/apache-kinnetics-$USER then when you try compiling mod_perl you get: perl Makefile.PL \ MP_AP_PREFIX=/tmp/apache-kinnetics-$USER/kinnetics/component/httpd \ LIB=/tmp/ap

Re: [mp2] build problem mod_perl-1.99_12 and "make install DESTDIR"

2004-01-12 Thread Matthew Darwin
Also works under 1.99_11 BTW, my perl version is 5.8.1 and apache 2.0.48. Matthew Darwin wrote: Note that this works just fine under mod_perl 1.99_10-dev. -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re: [mp2] build problem mod_perl-1.99_12 and "make install DESTDIR"

2004-01-12 Thread Matthew Darwin
t after it is in the correct location). I'm happy to open a apache bug. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26076 Stas Bekman wrote: Matthew Darwin wrote: If you build apache with ./configure \ --prefix=/kinnetics/component/httpd make install DESTDIR=/tmp/apache-

[MP2] "here" documents and UTF-8 and output filters

2004-02-25 Thread Matthew Darwin
ch.txt") || die; my $stuff = <$fh>; close ($fh); print $stuff; print < -- Matthew Darwin [EMAIL PROTECTED] http://www.mdarwin.ca -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: [MP2] "here" documents and UTF-8 and output filters

2004-02-25 Thread Matthew Darwin
$r->print() instead? No difference. -- Matthew Darwin [EMAIL PROTECTED] http://www.mdarwin.ca -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: [MP2] "here" documents and UTF-8 and output filters

2004-02-25 Thread Matthew Darwin
Stas Bekman wrote: Matthew Darwin wrote: Stas Bekman wrote: Ah, I suppose this is a typing error: > my $string < ... > ... > EOF > print $string; you miss '=' Sorry... writing up exmaples has inherent dangers. Also try adding utf8::encode($string); Tri

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

2004-03-09 Thread Matthew Darwin
MAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com -- Matthew Darwin [EMAIL PROTECTED] http://www.mdarwin.ca -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: ht

Re: [mp2] ?Any clue when stable release comes out?

2004-06-19 Thread Matthew Darwin
ill a production release of MP2 be out by then or when does anyone have an idea when one will be out?? Much thanks, __ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail -- Matthew Darwin [EMAIL PROTECTED]

mp2: PerlSetVar not working?

2004-07-05 Thread Matthew Darwin
.../site_perl/Apache/Foo.pm line 10, line 2. [Mon Jul 5 20:13:12 2004] -e: Value of Foo is 2: [Mon Jul 05 20:13:12 2004] [error] [client 1.2.3.4] File does not exist: .../htdocs/nm/foo -- Matthew Darwin [EMAIL PROTECTED] http://www.mdarwin.ca -- Report problems: http://perl.apache.org/bug

Re: mp2: PerlSetVar not working?

2004-07-06 Thread Matthew Darwin
in concatenation (.) or string at /kinnetics/component/perllib/site_perl/Apache/Foo.pm line 7, line 2. [Tue Jul 06 18:38:42 2004] [warn] [client 10.2.210.1] Value of Foo is: \n Randy Kobes wrote: On Mon, 5 Jul 2004, Matthew Darwin wrote: I can't figure out what I'm doing wrong. I&#

Re: mp2: PerlSetVar not working?

2004-07-06 Thread Matthew Darwin
nnetics::Authenticate', PerlAuthzHandler => 'Apache::Kinnetics::Authorize', 'require' => 'valid-user' }; Geoffrey Young wrote: Matthew Darwin wrote: The behaviour is consistantly wrong at least... [Tue Jul 06 18:38:36 2004] [notice] Apache/2.0.49 (Unix) mod_per

Re: mp2: PerlSetVar not working?

2004-07-06 Thread Matthew Darwin
package Apache::Kinnetics::Authorize; use strict; use Apache::Const -compile => ':common'; sub handler { return Apache::OK; } 1; Geoffrey Young wrote: Matthew Darwin wrote: Ok, I removed this section of httpd.conf, I start seeing output from your script: ... ok, that&#x

Re: mp2: PerlSetVar not working?

2004-07-06 Thread Matthew Darwin
Nope. Turned off it is the same. I can upgrade to httpd-2.0.50 if that helps... I already have it compiled. Randy Kobes wrote: On Tue, 6 Jul 2004, Matthew Darwin wrote: The behaviour is consistantly wrong at least... [Tue Jul 06 18:38:36 2004] [notice] Apache/2.0.49 (Unix) mod_perl/1.99_14 Perl

Re: mp2: PerlSetVar not working?

2004-07-06 Thread Matthew Darwin
-env make make install DESTDIR=/tmp/apache-kinnetics-$USER make clean cd .. cd mod_perl perl Makefile.PL MP_AP_PREFIX=/tmp/apache-kinnetics-$USER/kinnetics/component/httpd \ LIB=/tmp/apache-kinnetics-$USER/kinnetics/component/httpd/site_perl \ PREFIX=/tmp make make test make install

Re: mp2: PerlSetVar not working?

2004-07-07 Thread Matthew Darwin
2. hmm, this is strange - unrelated to the PerlSetVar issue, but an issue with Apache-Test for sure :) to continue, I'll need you to update to at least the latest Apache-Test - it's available on CPAN. or you can use mod_perl 1.99_14 which contains the latest Apache-Test in it. updating

Re: [mp2] how far off feature-freeze is mp2?

2004-09-16 Thread Matthew Darwin
is it safe to use mp2 and apreq2? thanks! Carl -- Matthew Darwin [EMAIL PROTECTED] http://www.mdarwin.ca -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: [mp2] how far off feature-freeze is mp2?

2004-09-16 Thread Matthew Darwin
enterprise (fortune 500 company) application. 1.99_14 was the latest available at the time the product went into feature-freeze. -- Matthew Darwin [EMAIL PROTECTED] http://www.mdarwin.ca -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re: [mp2] how far off feature-freeze is mp2?

2004-09-16 Thread Matthew Darwin
which I reported to this list. -- Matthew Darwin [EMAIL PROTECTED] http://www.mdarwin.ca -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

[mp2] segfault at startup under perl 5.8.1 and mod_perl-1.99_10-dev

2003-09-30 Thread Matthew Darwin
When I start httpd without the LoadModule perl_module modules/mod_perl.so All is good. When I add the line above, and start "httpd -X" apache crashes before I even request the first page. Has anyone else seen this problem? #0 0x403124c3 in Perl_sv_upgrade () from /foo2/modules/mod_perl.so #

Re: [mp2] segfault at startup under perl 5.8.1 and mod_perl-1.99_10-dev

2003-09-30 Thread Matthew Darwin
;, stack_end=0xbabc) at ../sysdeps/generic/libc-start.c:129 Matthew Darwin wrote: When I start httpd without the LoadModule perl_module modules/mod_perl.so All is good. When I add the line above, and start "httpd -X" apache crashes before I even request the first page. Has anyone else s

Re: [mp2] segfault at startup under perl 5.8.1 and mod_perl-1.99_10-dev

2003-09-30 Thread Matthew Darwin
cheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com -- Matthew Darwin [EMAIL PROTECTED] http://www.mdarwin.ca

[mp2] OutputFilter with UTF-8 characters

2003-11-05 Thread Matthew Darwin
I'm just wondering if anyone has any input on this issue. I'm implementing an output filter, like so: SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlOutputFilterHandler Apache::Kinnetics::Output and I get the following error on some web pages that have UTF-8 data: [Wed Nov 0

Re: [mp2] OutputFilter with UTF-8 characters

2003-11-05 Thread Matthew Darwin
l.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com -- Matthew Darwin [EMAIL PROTECTED] http://www.mdarwin.ca -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re: mod_perl and mysql

2003-11-11 Thread Matthew Darwin
I've been using mysql+mod_perl for years. You should check that you aren't connecting to the database in the apache startup phase and then using the same connection in a handler. Ged Haywood wrote: Hi there, On Tue, 11 Nov 2003, Global Junk wrote: I'm running Linux Apache/1.3.26 (Unix) mod_p

Re: [mp2] OutputFilter with UTF-8 characters

2003-11-11 Thread Matthew Darwin
eturn Apache::OK; } The regex I was using in the quoted e-mail below also used $_. Now that I've changed it and my while() loop in the content handler to a "my" variable things look much better. Stas Bekman wrote: Matthew Darwin wrote: Stas Bekman wrote: I'd suggest to take

apache crash with MP2 Win32

2005-09-20 Thread Matthew Darwin
Hi all, Would anyone know where to start looking about how to track down the source of this following line in error.log: Apache2::Filter: (620018) APR does not understand this error code at -e line 0 When this is printed, Apache stops handling requests and restarts. We can reproduce this

Re: apache crash with MP2 Win32 HTTPS

2005-09-21 Thread Matthew Darwin
-- Restarting. Matthew Darwin wrote: Hi all, Would anyone know where to start looking about how to track down the source of this following line in error.log: Apache2::Filter: (620018) APR does not understand this error code at -e line 0 When this is printed, Apache stops handling requests and

Re: apache crash with MP2 Win32 HTTPS

2005-09-25 Thread Matthew Darwin
l and return errors under abnormal circumstances such as aborted connections. >>> Matthew Darwin wrote: Not sure if this helps. It looks like maybe an SSL problem, not related to mod_perl? [Wed Sep 21 12:10:20 2005] [info] Initial (No.1) HTTPS request received for child 246 (ser