Re: Problems with Crypt::RIPEMD160

2008-08-25 Thread Jim Brandt
? Where could i get start to catch the error? Attached the for linux amd64 working version of Crypt::RIPEMD160 http://www.atomix.de/Crypt-RIPEMD160-0.05.tar.gz regards, Jens -- Jim Brandt Administrative Computing Services University at Buffalo

Re: mod_perl2 STDOUT question

2008-08-20 Thread Jim Brandt
uot;; print $out_str; print "\n"; print $ENV{"MOD_PERL"} .""; print $ENV{"GATEWAY_INTERFACE"} .""; print $ENV{"SERVER_PROTOCOL"} .""; --- httpd.conf SetEnv TERM "dumb" PerlSetEnv TERM "dumb" LoadModule perl_module modules/mod_perl.so PerlModule ModPerl::PerlRun SetHandler perl-script PerlResponseHandler ModPerl::PerlRun Options SymLinksifOwnerMatch ExecCGI -- Jim Brandt Administrative Computing Services University at Buffalo

Re: mod_proxy_html (reverse proxy) functionality for Apache 1

2008-07-18 Thread Jim Brandt
e the best interface to define the subroutine reference? Any existing modules that accept this sort of configuration? Thanks, Jim Jim Brandt wrote: I need to implement the reverse proxy link-fixing behavior provided in Apache 2 by mod_proxy_html: http://apache.webthing.com/mod_proxy_html/

mod_proxy_html (reverse proxy) functionality for Apache 1

2008-07-16 Thread Jim Brandt
? Thanks, Jim -- Jim Brandt Administrative Computing Services University at Buffalo

Re: Apache (httpd) + Persistant Perl (ModPerl/SpeedyCGI) + User Based Processes (SuExec) + Chroot

2008-06-24 Thread Jim Brandt
t should work fine. Jim -- Jim Brandt Administrative Computing Services University at Buffalo

Re: mod_perl2 newbie DBI question

2008-06-12 Thread Jim Brandt
I can use this as an example to fix my other scripts. Here is the one script: The best way to get help is to make the problem script as small as possible. As it stands right now, it's a bit like homework trying to read through your problem. -- Jim Brandt Administrative Computing Services University at Buffalo

Re: problem configuring mod_perl2 with apache2

2008-06-04 Thread Jim Brandt
i add this addmodule .. can anyone help me please. -- Jim Brandt Administrative Computing Services University at Buffalo

mod_perl 2 Tutorial at OSCON this year

2008-04-18 Thread Jim Brandt
. Also, I'd be happy to hear any suggestions. Thanks, Jim -- Jim Brandt Administrative Computing Services University at Buffalo

Re: MP1 -> MP2 migration Problems.

2008-02-13 Thread Jim Brandt
PI_VERSION2 PATH/usr/local/bin:/usr/bin:/bin REQUEST_URI /perl/env.pl GATEWAY_INTERFACE CGI/1.1 SERVER_ADDR 172.31.127.193 DOCUMENT_ROOT /var/www/html HTTP_HOST 172.31.127.193 MOD_PERLmod_perl/2.0.2 so i think mod_perl2 is enabled. Any help would be great. bye Roman -- Jim Brandt Administrative Computing Services University at Buffalo

Re: [mp2] [question] $ENV{PATH} changes not taking effect?

2008-01-17 Thread Jim Brandt
handler, the environment is: MOD_PERL = mod_perl/2.0.3 MOD_PERL_API_VERSION = 2 PATH = /sbin:/usr/sbin:/bin:/usr/bin Any help appreciated! [Please ignore one duplicate email if it shows up - sent before subscribed] -- Jim Brandt Administrative Computing Services University at Buffalo

Re: modperl on Win32 is still happening

2007-12-11 Thread Jim Brandt
le are: 1. Still using modperl. Some newbie questions may suggest fresh blood... 2. Still using modperl on Win32 (despite the 'limitations'). Good news for Microsoft, but I personally believe it's a gentle step for people to learn modperl, then move into the Linux/ BSD pla

Re: +Parent breaks Oracle connection?

2007-11-13 Thread Jim Brandt
1.35 httpd:2.2.6 linux:2.6.22 (F7) I've spent several hours on this trying different configurations but I can't get Oracle to come up with the +Parent option. Any help is appreciated. Thanks. -- Jim Brandt Administrative Computing Services University at Buffalo

Re: 32 & 64 bit memory differences

2007-11-06 Thread Jim Brandt
Frank Wiles, Revolution Systems, LLC. Personal : [EMAIL PROTECTED] http://www.wiles.org Work : [EMAIL PROTECTED] http://www.revsys.com -- Jim Brandt Administrative Computing Services University at Buffalo

Re: Sharing data between many requests

2007-09-26 Thread Jim Brandt
what MPM you're running and execute different code based on the result. use Apache2::MPM (); my $mpm = lc Apache2::MPM->show; if ($mpm eq 'prefork') { # prefork-specific code } etc... -- Jim Brandt Administrative Computing Services University at Buffalo

Re: post data

2007-09-14 Thread Jim Brandt
some more information and possibly suggest the preferred way of doing this, before I implement it to all of the files. Thanks a lot. -- Jim Brandt Administrative Computing Services University at Buffalo