Re: Can't start Apache2 with mod_perl2

2005-09-05 Thread Philip M. Gollucci
Ana Azuaje wrote: Please Read: http://perl.apache.org/docs/2.0/rename.html I'm sorry but I can't understand where I have to make these changes. It's so embarrassing to me but I'm a stuck. I'm wondering if you could explain more... For starters what versions of httpd and mod_perl are you usi

Re: Can't start Apache2 with mod_perl2

2005-09-05 Thread Ana Azuaje
> Please Read: > http://perl.apache.org/docs/2.0/rename.html I'm sorry but I can't understand where I have to make these changes. It's so embarrassing to me but I'm a stuck. I'm wondering if you could explain more... thanks a lot! --- "Philip M. Gollucci" <[EMAIL PROTECTED]> escribió: > An

Re: Can't start Apache2 with mod_perl2

2005-09-05 Thread Philip M. Gollucci
Ana Azuaje wrote: "Can't locate Apache2.pm in @INC...". Please Read: http://perl.apache.org/docs/2.0/rename.html -- END What doesn't kill us can only make us stronger. Nothing is impossible.

Can't start Apache2 with mod_perl2

2005-09-05 Thread Ana Azuaje
Hi, everyone. I really have a problem. I did install mod_perl on Apache 1.33 but later I decided to move to Apache2, so I install mod_perl2 too and I remove both apache 1.33 and mod_perl 1.99. Then, when I put "LoadModule perl_module /usr/lib/apache2/modules/mod_perl.so" in the httpd.conf file a

Re: dir_config

2005-09-05 Thread Philippe M. Chiasson
Christopher H. Laco wrote: > While I'm at it...what's the Apache2:: equivilent of SCRIPT_NAME? $r->uri See: http://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html#C_uri_ In the future, try to post new questions as a separate email, not as a reply to an existing thread. Makes it harder to id

Re: [PATCH] Apache2::SizeLimit + Linux::Smaps

2005-09-05 Thread Philip M. Gollucci
Torsten Foertsch wrote: Hi, this patch introduces $Apache2::SizeLimit::USE_SMAPS which is 1 by default. If /proc/PID/smaps are not available Apache::SizeLimit resets it to 0 itself. It can be reset by the user if he prefers using /proc/PID/statm before the first size check. If $USE_SMAPS is

[PATCH] Apache2::SizeLimit + Linux::Smaps

2005-09-05 Thread Torsten Foertsch
Hi, this patch introduces $Apache2::SizeLimit::USE_SMAPS which is 1 by default. If /proc/PID/smaps are not available Apache::SizeLimit resets it to 0 itself. It can be reset by the user if he prefers using /proc/PID/statm before the first size check. If $USE_SMAPS is 1 /proc/PID/smaps are used

Re: Crontab entry from perl

2005-09-05 Thread Badai Aqrandista
I want to schedule a perl script in crontab using a CGI script. If i try to append in the file ie /var/spool/cron/username then apache user does not have rights to modify this. If i give root rights to apache then it could be very harmful . how can i make entry into cron from script. You could ha

Re: a faster html::template?

2005-09-05 Thread Praveen Ray
> > 1500 record? don't do it: page or use AJAX. > > Been there. It was horrible. > I'd second that..1500 seems too high for human consumption. Anyway, for such large datasets you can try going XML/XSLT way. XSLT transforms are VERY fast (use LibXSLT) - downside being XSL is a super verbose and

RE: ModPerl 2.0.1 AIX4.3.3 - Make Test Fails to run

2005-09-05 Thread José AUGUSTE-ETIENNE
Le mercredi 17 août 2005 à 15:59 -0500, ODELL, TODD E (SWBT) a écrit : > I'll try shutting other programs down prior to running and see if I can > set the timeout higher. I'm a little dubious > > Is there another way to run this to show more detail of what's going on? > Hi, I think that you pro