Re: Loading Index.pl as the Root File

2001-04-24 Thread Dave Hodgkinson
Jeffrey W. Baker [EMAIL PROTECTED] writes: On Mon, 23 Apr 2001, Al Morgan wrote: I've been studying Slash to better understand mod_perl. I think I understand everything that happens in the config file, except for this: That is probably the single worst way to learn about mod_perl.

CPAN Installation of Bundle::Apache failure

2001-04-24 Thread jim . a . davidson
Sirs, System is AIX 4.3.2,Perl 5.6.1 When I try to install Bundle::Apache using CPAN it fails as follows: Running Mkbootstrap for Apache::Request () chmod 644 Request.bs rm -f ../blib/arch/auto/Apache/Request/Request.so

template toolkit compile test problems

2001-04-24 Thread Nigel Sollars
Hi, I d/l the Template Toolkit via CPAN on make test t/filter.t fails 19 of 126 tests with: make: *** [ test_dynamic ] Error 29 any idea's? also could someone send me an example of a working httpd.conf with the Template entries? Regards Nigel

Re: template toolkit compile test problems

2001-04-24 Thread Simon_Wilcox
Hi, Are you using Perl 5.6.x ? If not there are some known problems with the installation of certain plugins. See http://www.tt2.org/download.html for more details. IIRC, the tutorial has an example of a TT2 enabled httpd.conf, or at least the

RE: Cookies in PerlAccessHandlers

2001-04-24 Thread Chris Strom
You may have a typo in the code provided. Also, you should probably start using mod_perl methods rather than perl built-in functions. In a PerlAccessHandler I have code similar to the following: sub handler { my $r = shift; my ($cgi, $cookie); use CGI; $cgi = new CGI;

FW: Tomcat or WebLogic's WebServer?

2001-04-24 Thread Wang, Pin-Chieh
Hi modperl guys, Anybody can confirm about this performance issue? PC -Original Message- From: Suresh Parmar [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 8:10 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat or WebLogic's WebServer? Hi, This is very interesting. The 30%

Re: FW: Tomcat or WebLogic's WebServer?

2001-04-24 Thread Matt Sergeant
On Tue, 24 Apr 2001, Wang, Pin-Chieh wrote: Hi modperl guys, Anybody can confirm about this performance issue? Sorry to sound rude, but why would we care? This is a Java issue, nothing to do with mod_perl. -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||

Re: Perl Directive Undefined

2001-04-24 Thread abhishek agrawal
Hi, I have been trying to run perl scripts on apache using mod_perl. I initially had perl5.6.0 which came with the Redhat. I then configured my apache and got simple per scripts running. Then i realised that most of the perl scripts which will eventually run on my machine are wirtten

mod_perl help

2001-04-24 Thread abhishek agrawal
Hi, I have been trying to run perl scripts on apache using mod_perl. I initially had perl5.6.0 which came with the Redhat. I then configured my apache and got simple per scripts running. Then i realised that most of the perl scripts which will eventually run on my machine are wirtten

RE: mod_perl help

2001-04-24 Thread Brendan McAdams
I'm not sure if mod_perl will work with activeperl -Original Message- From: abhishek agrawal [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 11:50 To: [EMAIL PROTECTED] Subject: mod_perl help Hi, I have been trying to run perl scripts on apache using mod_perl. I

Problem building on Solaris 2.7

2001-04-24 Thread Mod-Perl List
I am trying to build mod_perl 1.25 as a DSO on Solaris 2.7 and when I execute perl Makefile.PL, it says I will probably get core dumps and to upgrade to perl 5.6. I am running Perl 5.005_03, the latest considered stable on Solaris 2.7. I cannot upgrade to 5.6 due to heavy perl code already on

Re: Problem building on Solaris 2.7

2001-04-24 Thread newsreader
Stead of DSO why don't you compile statically. On Tue, Apr 24, 2001 at 02:47:55PM -0700, Mod-Perl List wrote: I am trying to build mod_perl 1.25 as a DSO on Solaris 2.7 and when I execute perl Makefile.PL, it says I will probably get core dumps and to upgrade to perl 5.6. I am running

Tracking down taint problems

2001-04-24 Thread Jamie Krasnoo
I recently got this error: Insecure dependency in eval while running with -T switch. Callback called exit. Now, yes that tells me that something is wrong. What it doesn't tell me is where the problem is except for the fact that its somewhere in the current module that's being run. Is there a

Re: Tracking down taint problems

2001-04-24 Thread Stas Bekman
On Tue, 24 Apr 2001, Jamie Krasnoo wrote: I recently got this error: Insecure dependency in eval while running with -T switch. Callback called exit. Now, yes that tells me that something is wrong. What it doesn't tell me is where the problem is except for the fact that its somewhere in

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-04-24 Thread sbekman
sbekman 01/04/24 19:44:35 Modified:pod modperl_dev.pod Log: to make a full test LWP is required, adding a note about it Revision ChangesPath 1.18 +10 -0 modperl-2.0/pod/modperl_dev.pod Index: modperl_dev.pod

cvs commit: modperl-2.0/lib/ModPerl Config.pm

2001-04-24 Thread dougm
dougm 01/04/24 20:14:44 Modified:lib/ModPerl Config.pm Log: want httpd -V not -v Revision ChangesPath 1.3 +1 -1 modperl-2.0/lib/ModPerl/Config.pm Index: Config.pm === RCS file:

cvs commit: modperl Makefile.PL

2001-04-24 Thread sbekman
sbekman 01/04/24 21:18:24 Modified:.Makefile.PL Log: adding PERL_SSI PERL_SECTIONS to MyConfig generator Revision ChangesPath 1.182 +4 -3 modperl/Makefile.PL Index: Makefile.PL ===

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestConfigParse.pm

2001-04-24 Thread dougm
dougm 01/04/24 21:35:21 Modified:Apache-Test/lib/Apache TestConfigParse.pm Log: save some more info from httpd -V Revision ChangesPath 1.3 +10 -4 modperl-2.0/Apache-Test/lib/Apache/TestConfigParse.pm Index: TestConfigParse.pm

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-04-24 Thread sbekman
sbekman 01/04/24 22:26:27 Modified:pod modperl_dev.pod Log: documenting my latest build experience based on Doug's helpful notes: * always run 'make testclean' in httpd-2.0 source after cvs up * notes to debug 'make test' * raise the priority of using util/config.pl

cvs commit: modperl-2.0/src/modules/perl modperl_interp.c modperl_util.c modperl_util.h

2001-04-24 Thread dougm
dougm 01/04/24 22:27:17 Modified:src/modules/perl modperl_interp.c modperl_util.c modperl_util.h Log: use apr_os_dso_handle_put/apr_dso_unload rather than the unportable dlclose() Revision ChangesPath 1.32 +1 -1

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-04-24 Thread dougm
dougm 01/04/24 22:38:41 Modified:pod modperl_dev.pod Log: fixo Revision ChangesPath 1.20 +2 -2 modperl-2.0/pod/modperl_dev.pod Index: modperl_dev.pod === RCS file:

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-04-24 Thread sbekman
sbekman 01/04/24 22:54:57 Modified:pod modperl_dev.pod Log: another important note: cleanup in the Perl source Revision ChangesPath 1.21 +6 -0 modperl-2.0/pod/modperl_dev.pod Index: modperl_dev.pod

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-04-24 Thread dougm
dougm 01/04/24 23:10:07 Modified:pod modperl_dev.pod Log: Perl does not use cvs Revision ChangesPath 1.22 +1 -1 modperl-2.0/pod/modperl_dev.pod Index: modperl_dev.pod === RCS file: