David J Radunz wrote:
Well, all of these scripts run under PerlRun - so I either have to make
that change in every one of them, and every module they load. Like, if I
set the SIG{__WARN__} at the top of a script and a module set it,
wouldn't it then be 'reset' ?
Why would any module mungle with %SI
Well, all of these scripts run under PerlRun - so I either have to make
that change in every one of them, and every module they load. Like, if I
set the SIG{__WARN__} at the top of a script and a module set it,
wouldn't it then be 'reset' ?
David
On Wed, 2005-04-06 at 01:00 -0400, Stas Bekman wro
Stas Bekman wrote:
David J Radunz wrote:
Sounds great - yet obvious. I would have to do about 2 years worth of
work to fix all of the bugs. I didn't create them either, I fix them in
my own code - but we have so much code base. I wanted a mod_perl
solution to overcome this issue by filtering the er
David J Radunz wrote:
Sounds great - yet obvious. I would have to do about 2 years worth of
work to fix all of the bugs. I didn't create them either, I fix them in
my own code - but we have so much code base. I wanted a mod_perl
solution to overcome this issue by filtering the error.
If that's the
I put the servers behind an LVS load balancer. LVS is an L4 load
balancer, so all servers
behind it must have identical functions and content. I use keepalive to
monitor the servers
and automatically takes it out of the load balancer if it goes down.
When I add a new
machine, just replicate i
Sounds great - yet obvious. I would have to do about 2 years worth of
work to fix all of the bugs. I didn't create them either, I fix them in
my own code - but we have so much code base. I wanted a mod_perl
solution to overcome this issue by filtering the error.
DJ
On Tue, 2005-04-05 at 22:06 -04
David J Radunz wrote:
Heya All,
I have an issue at the moment where if there is an error/warning in my
PerlRun script/module then the error/warning is printed as well as the
entire contents of the script being eval'ed. This only occurs when a
string is evaled and Carp stack trace is on.
David, w
Heya All,
I have an issue at the moment where if there is an error/warning in my
PerlRun script/module then the error/warning is printed as well as the
entire contents of the script being eval'ed. This only occurs when a
string is evaled and Carp stack trace is on. And this can be replicated
eas
I can't seem to get that working, best as I try.
Does anyone have other suggestions?
My main problem right now, is that if I upload 'nothing', i get an
error of the sort:
can't find Content-Type header
According to the mp1 docs/examples:
$upload = $apr->upload('fieldname')
if (!
I'll second Zawodny's book. It's a quick read.
http://www.bookpool.com/sm/0596003064
OT, A decent backup scheme mentioned in it is to run a slave on a
separate machine, and then do all your backups off that (as you wont
have to shut the main machine down, and it will resync up when bro
On Tue, 2005-04-05 at 15:58 -0700, Goehring, Chuck, RCI - San Diego
wrote:
>
> The MySQL folks say they do clustering.
It's a bit different from just clustering an existing MySQL database.
It involves using an entirely separate table type which is designed just
for clustering. Suitable for some
The MySQL folks say they do clustering. There are whitepapers at this link.
http://www.mysql.com/products/cluster/
MySQL Cluster
MySQL Cluster combines the world's most popular open source database with a
fault tolerant database clustering architecture so you can deliver
mission-critical data
Greetings,
We have developed a web application using mod_perl and MySQL. We chose the
light Apache + mod_perl Apache + MySQL method.
What we would like to be able to do is come up with a fully redundant setup of
machines so that we can sell this package to company's, install it in their
datace
Hi,
as you should have noticed all modules live now in the
Apache2::-Namespace so there is no need any more for the Apache2.pm. The
trunks have been merged on monday.
Tom
Leo wrote:
Hi
I updated my mod_perl 2.0 to the latest svn version. I had screwed
with my perl intallation a bit beforehand
Hi
I updated my mod_perl 2.0 to the latest svn version. I had screwed with
my perl intallation a bit beforehand as well...
I reinstalled mod_perl 2.0 doing:
perl Makefile.PL MP_APXS=/...
make && make test && make install
Somehow I no longer have Apache2.pm around in
/usr/lib/perl5/site_perl/5.8
Thanks, Tom, for the worldly advice.
But, here is my situation.
I am a single individual supporting 8+ Oracle research databases at
Vanderbilt University Medical center using a modperl authorization
system that I developed under modperl 1 and other perl scripts that
run under the Registry module
Dintelmann, Peter wrote:
The log phase can be invoked in a protocol handler using the
run_log_transaction() method from Apache::HookRun.
use Apache::Connection;
use Apache::Const -compile => qw(OK);
use Apache::RequestRec;
use Apache::RequestUtil;
use Apache::HookRun;
sub ha
Dintelmann, Peter wrote:
-Ursprüngliche Nachricht-
Von: Stas Bekman [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 4. April 2005 18:47
An: Dintelmann, Peter
Cc: 'modperl@perl.apache.org'
Betreff: Re: APR::BucketType bucket types?
Dintelmann, Peter wrote:
I am looking for a list of the bucket t
On Apr 5, 2005, at 3:00 AM, Torsten Foertsch wrote:
On Tuesday 05 April 2005 00:59, Barry Hoggard wrote:
If I understood you properly you are redirecting the browser from a
HTTP
request to HTTPS. This involves browser interaction and is not an
internal redirect. prev() however works only with inte
John Callender wrote:
On Apr 4, 2005, at 7:56 PM, Stas Bekman wrote:
John Callender wrote:
In moving some web sites from a server running Red Hat Linux release
7.3 (Valhalla) to one running Fedora Core release 1 (Yarrow), I'm
finding that attempts to authenticate under mod_perl using
Apache::Aut
The log phase can be invoked in a protocol handler using the
run_log_transaction() method from Apache::HookRun.
use Apache::Connection;
use Apache::Const -compile => qw(OK);
use Apache::RequestRec;
use Apache::RequestUtil;
use Apache::HookRun;
sub handler
{ my $c = s
> -Ursprüngliche Nachricht-
> Von: Stas Bekman [mailto:[EMAIL PROTECTED]
> Gesendet: Montag, 4. April 2005 18:47
> An: Dintelmann, Peter
> Cc: 'modperl@perl.apache.org'
> Betreff: Re: APR::BucketType bucket types?
>
>
> Dintelmann, Peter wrote:
> > I am looking for a list of the bucket ty
On Apr 4, 2005, at 7:56 PM, Stas Bekman wrote:
John Callender wrote:
In moving some web sites from a server running Red Hat Linux release
7.3 (Valhalla) to one running Fedora Core release 1 (Yarrow), I'm
finding that attempts to authenticate under mod_perl using
Apache::AuthDBI, which were worki
On Monday 04 April 2005 19:39, Fred Seibel wrote:
> t/filter/both_str_native_remove.# Failed test 1 in
> t/filter/both_str_native_remove.t at line 22
> # Failed test 2 in t/filter/both_str_native_remove.t at line 24
> t/filter/both_str_native_remove.FAILED tests 1-2
> Faile
On Tuesday 05 April 2005 00:59, Barry Hoggard wrote:
> I have Apache::AuthCookie 3.06 working fine with just http under this
> setup:
>
> httpd-2.0.53
> mod_perl-2.0.0-RC4
>
> However, when I redirect to https for the login page, $r->prev is now
> empty, so I don't have these values for my form:
>
25 matches
Mail list logo