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
-- 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
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
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
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
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
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
-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
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
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
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
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
.../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
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]
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
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
$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
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
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-
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
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
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
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
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
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
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
cheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com
--
Matthew Darwin
[EMAIL PROTECTED]
http://www.mdarwin.ca
;,
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
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
#
29 matches
Mail list logo