Problems with APACHE::SSI

2002-02-28 Thread gaston
hi list I'm using apache 1.3.23, mod_perl 1.26 (perl 5.6.1) and APACHE::SSI. In a older version (apache 1.3.19-6 mod_perl 1.24.99 (perl 5.6.0)) it works fine. In httpd.conf i made a entry like Files *.dhtml SetHandler perl-script PerlHandler Apache::SSI /Files When i call a

Re: how to pass data in internal redirects?

2002-02-28 Thread Anton Permyakov
Take a look at PageKit (www.pagekit.org) - i use it and i like it. This is good Perl MVC framework. Anton. - Original Message - From: F. Xavier Noria [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 26, 2002 12:09 PM Subject: how to pass data in internal redirects? As

[ANNOUNCE] mod_perl logo competition...

2002-02-28 Thread Jonathan M. Hollin
Fellow JAPHs, The closing date for entries for the new mod_perl logo is Monday 4th March No further submissions will be accepted after that date Voting will take place between March 5th and March 11th You may vote once for a logo and once for a button (a banner will be designed around the

RE: Apache stops serving requests

2002-02-28 Thread Jeremy Rusnak
Is this for example only on the machines running Linux 2.4, did you recompile everything including Perl, what compiler and compilation options did you use, are you using DSO, have you read the file mod_perl/SUPPORT, have you tried mod_perl-1.26_01 and/or apache_1.3.23...? This has been happening

Apache::Session problems

2002-02-28 Thread Domien Bakker
Title: Apache::Session problems Hello, I am trying to use Apache::Session to store http session information. The version number of Apache::Session is 1.54. It is running on Apache/1.3.20 (Unix) mod_perl/1.26 configured. I am using the TicketTool from the o'reilly book, I make a tie as

Re: Apache::Session problems

2002-02-28 Thread Chris Winters
On Thu, 2002-02-28 at 06:16, Domien Bakker wrote: Hello, I am trying to use Apache::Session to store http session information. The version number of Apache::Session is 1.54. It is running on Apache/1.3.20 (Unix) mod_perl/1.26 configured. ... Both methods resolve to the same error:

Re: how to disable mod_perl in a subdir?

2002-02-28 Thread Dan Baker
the host has that commented out for some reason: Alias /cgi-bin/ /home/seniordiscounts/cgi-bin/ Location /cgi-bin SetHandler perl-script #PerlHandler Apache::PerlRun PerlHandler Apache::Registry Options +ExecCGI /Location please explain how PerlRun might be better?

Re: Apache::Session problems

2002-02-28 Thread Adam Worrall
CW == Chris Winters [EMAIL PROTECTED] writes: On Thu, 2002-02-28 at 06:16, Domien Bakker wrote: [Thu Feb 28 11:46:39 2002] [error] Storable binary image v24.48 more recent than I am (v2.4) at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/thaw.al) line

Re: how to disable mod_perl in a subdir? Directory vs Location

2002-02-28 Thread Dan Baker
Rick Myers wrote: On Feb 27, 2002 at 21:14:00 -0700, Dan Baker wrote: I am working with a host that has everything under /cgi-bin running mod_perl by default, and well as using EmbPerl to run the dynamic pages This begs the question, how are they doing that? I mean, if they're

RE: Apache stops serving requests

2002-02-28 Thread Ged Haywood
Hi again, On Thu, 28 Feb 2002, Jeremy Rusnak wrote: This has been happening on both 24 and 22 machines I've recompiled everything but Perl itself (560) with the stock Redhat 62 and 72 Definitely go for 561 at least, 560 is buggy Compile your own, don't use RPMs unless you have evidence

Re: Apache stops serving requests

2002-02-28 Thread Tim Tompkins
While rebuilding perl and apache/modperl could possibly fix it, check your error log for segmentation faults. Regards, Tim Tompkins -- Programmer http://www.arttoday.com/ http://www.rebelartist.com/ --

Apache::DB patch

2002-02-28 Thread Enrico Sorcinelli
Hi all, I started to use Apache::DB (0.06) to interactively debug under mod_perl using ptkdb. I see that is necessary to modify Apache/DB.pm but, after this, the debugger will be run always under ptkdb. The little patch I propose to Apache/DB.pm is to improve Apache to dinamically switch from

XML::Twig

2002-02-28 Thread Stathy G. Touloumis
Hi, Has anyone experienced problems when using the XML::Twig with mod_perl? Everything works fine outside a mod_perl environment but when attempting to perform the same functionality in mod_perl the child process seg faults even when using 'safe_parse' which is supposed to wrap the parsing in an

Re: XML::Twig

2002-02-28 Thread Matt Sergeant
On Thu, 28 Feb 2002, Stathy G Touloumis wrote: Hi, Has anyone experienced problems when using the XML::Twig with mod_perl? Everything works fine outside a mod_perl environment but when attempting to perform the same functionality in mod_perl the child process seg faults even when using

RE: Apache stops serving requests

2002-02-28 Thread Jeremy Rusnak
Definitely go for 5.6.1 at least, 5.6.0 is buggy. Compile your own, don't use RPMs unless you have evidence they'll be OK. I use 5.7.2 now in development and I'd be quite happy with to go live with it, although I don't do anything fancy in my Perl code if I can avoid it. I'll give this a shot.

RE: Apache stops serving requests

2002-02-28 Thread Jeremy Rusnak
While rebuilding perl and apache/modperl could possibly fix it, check your error log for segmentation faults. No segfaults at all. The last core file I've got on one of the affected boxes is from early January. Thanks, Jeremy

Re: How to do connection pooling

2002-02-28 Thread Joachim Zobel
At 02:11 280202 +0530, you wrote: Hi all, How can I maintain the connections in perl? For this I want to use connection pooling to contol the traffic of my site How can I do this in perl? Can anybody help me in this regard? If possible please give the steps included in this Is Apache::DBI

RE: How to do connection pooling

2002-02-28 Thread Stathy G. Touloumis
Are you perhaps referring to KeepAlive of the TCP/IP client connection? How can I maintain the connections in perl? For this I want to use connection pooling to contol the traffic of my site How can I do this in perl? Can anybody help me in this regard? If possible please give the steps

Re: how to disable mod_perl in a subdir? Directory vs Location

2002-02-28 Thread Rick Myers
On Feb 28, 2002 at 05:54:07 -0700, Dan Baker wrote: Rick Myers wrote: On Feb 27, 2002 at 21:14:00 -0700, Dan Baker wrote: I am working with a host that has everything under /cgi-bin running mod_perl by default, and well as using EmbPerl to run the dynamic pages This begs the

webmail for mod_perl?

2002-02-28 Thread will trillich
is there a sane implementation of webmail-style mod_perl modules for apache? we're looking to offer email access online through apache/mod_perl similar to what folks get at yahoo/egroups -- and we're hoping to find some mod_perl code that'll hook into pop/imap email servers. (and we're hoping to

Re: webmail for mod_perl?

2002-02-28 Thread Wim Kerkhoff
will trillich wrote: is there a sane implementation of webmail-style mod_perl modules for apache? we're looking to offer email access online through apache/mod_perl similar to what folks get at yahoo/egroups -- and we're hoping to find some mod_perl code that'll hook into pop/imap email

Re: How to do connection pooling

2002-02-28 Thread Tom Hukins
On Thu, Feb 28, 2002 at 09:38:39PM +0100, Joachim Zobel wrote: At 02:11 280202 +0530, you wrote: Hi all, How can I maintain the connections in perl? For this I want to use connection pooling to contol the traffic of my site How can I do this in perl? Can anybody help me in this regard? If

Re: webmail for mod_perl?

2002-02-28 Thread Chuck Goehring
I send only. Using MIME::Lite as below. Working real well. Requirements included attachments and return receipts. Havn't had to do the whole mail server thing. Chuck use MIME::Lite; $lPB .= \n\n; foreach $recip (@recips) { $recip = CheckEAddress($recip); $msg = build

Re: Apache::DB patch

2002-02-28 Thread Stas Bekman
Enrico Sorcinelli wrote: Hi all, I started to use Apache::DB (0.06) to interactively debug under mod_perl using ptkdb. I see that is necessary to modify Apache/DB.pm but, after this, the debugger will be run always under ptkdb. The little patch I propose to Apache/DB.pm is to improve Apache

ANNOUNCE: Apache::Watchdog::RunAway v0.3

2002-02-28 Thread Stas Bekman
The uploaded file Apache-Watchdog-RunAway-0.3.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-Watchdog-RunAway-0.3.tar.gz size: 7722 bytes md5: 701b7a99fe658c5b895191e5f03fff34 Changes: =head1 ver 1.0 Wed Feb 20 11:54:23 SGT 2002 * making the DEBUG a

ANNOUNCE: Apache::GTopLimit v1.0

2002-02-28 Thread Stas Bekman
The uploaded file Apache-GTopLimit-1.0.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-GTopLimit-1.0.tar.gz size: 5117 bytes md5: d1847eecbf8584ae04f9c0081e22897f =head1 ver 1.0 Wed Feb 20 11:54:23 SGT 2002 * making the DEBUG a constant variable, settable

Re: ANNOUNCE: Apache::Watchdog::RunAway v0.3

2002-02-28 Thread Stas Bekman
oops, wrong changes file. corrected below: Stas Bekman wrote: The uploaded file Apache-Watchdog-RunAway-0.3.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-Watchdog-RunAway-0.3.tar.gz size: 7722 bytes md5: 701b7a99fe658c5b895191e5f03fff34 Changes:

Re: ANNOUNCE: Apache::Watchdog::RunAway v0.3

2002-02-28 Thread Matt Sergeant
On Fri, 1 Mar 2002, Stas Bekman wrote: The uploaded file Apache-Watchdog-RunAway-03targz ^^^ * this module has spent enough time in alpha/beta incubator = going 10 ^^^ So which is it?

cvs commit: modperl-2.0 INSTALL

2002-02-28 Thread stas
stas02/02/28 01:50:27 Added: .INSTALL Log: add pointer for install docs Submitted by: Daniel R Risacher [EMAIL PROTECTED] Revision ChangesPath 1.1 modperl-2.0/INSTALL Index: INSTALL

cvs commit: modperl-2.0 INSTALL

2002-02-28 Thread stas
stas02/02/28 01:57:09 Modified:INSTALL Log: - correct the path Revision ChangesPath 12 +1 -1 modperl-20/INSTALL Index: INSTALL === RCS file: /home/cvs/modperl-20/INSTALL,v

cvs commit: modperl-2.0/src/modules/perl modperl_perl.c

2002-02-28 Thread dougm
dougm 02/02/28 19:30:04 Modified:src/modules/perl modperl_perlc Log: trickery to prevent perl_destruct from freeing the environ array does not work in win32 service shutdown pull a different stunt to get the same effect, preventing the server from crashing Revision