Re: [mp2.0] Input Filter virus scan (more info)

2003-01-06 Thread Stas Bekman
Issac Goldstand wrote: [snip] . Notice that you may need to have to store the context data between filter calls, which currently is not supported, but I'm working on adding this feature asap. If you need to store something in between the filter calls (filter may get the data in chunks,

Re: mod_perl.c Not Compatible with Apache

2003-01-06 Thread Stas Bekman
Dale Lancaster wrote: Trying to narrow down a problem I am having with mod_perl::PerlRun on a stock RedHat 8.0 system, I have the following that simply doesn't work reliably under Apache 2.0.40 and mod_perl-1.99_05-3. The script runs fine for the first few refreshes and then I get the ominous

mod_perl invokation valid?

2003-01-06 Thread Charlie Smith
I'm a newbee at this, so please have patience. Question: Even though I have PERL 5.8 installed, we wish to get mod_perl installed to make use of caching. Currently, a listing of the %ENV hash indicates that we're running mod_perl/1.25. PERL 5.8 is also listed out in the PERL5LIB env

Re: mod_perl invokation valid?

2003-01-06 Thread Ged Haywood
Hi there, On Mon, 6 Jan 2003, Charlie Smith wrote: [snip,snip] assume we'll see a speed up after upgrading mod_perl? Your question is not clear. It depends on what you're doing with it. If you're already using mod_perl then simply upgrading it won't give you a substantial performance

Re: Apache::DBI

2003-01-06 Thread Perrin Harkins
Paul Simon wrote: I wasn't sure if Apache::DBI was screwing with ORACLE, especially with persistent connections... The Apache::DBI code is really short and easy to read. Basically, it just doesn't close connections when you call disconnect. It also does automatic rollbacks at the end of

Re: mod_perl invokation valid?

2003-01-06 Thread Perrin Harkins
Charlie Smith wrote: Question: Even though I have PERL 5.8 installed, we wish to get mod_perl installed to make use of caching. Currently, a listing of the %ENV hash indicates that we're running mod_perl/1.25. Okay, so you have mod_perl installed and now you want to use it. Take a look at

ANNOUNCE: Bricolage 1.4.6

2003-01-06 Thread David Wheeler
The Bricolage team is pleased to announce the release of Bricolage 1.4.6, the Apache/mod_perl enterprise content management system. This maintenance release, which will likely be the final 1.4.x release, fixes over 20 bugs in version 1.4.5 Among the more important bug fixes are the following:

input filter

2003-01-06 Thread Steves
*Sorry if this has gotten sent twice* Hello, I'm having some trouble configuring an input filter.. I'm using Apache2.0.43, mod_perl 1.99_08-dev and perl 5.8.0.In httpd.conf, I just did this inside a VirtualHost PerlInputFilterHandler myApache::Filters::filter_outMy code

Question from a newbie regarding apache and mod_perl

2003-01-06 Thread sireesha vudatha
Hi all, I am a beginnerand am doing a course project for which I want to know if mod_perlissuitable for my problem athand. My problem is:When a user types in a question, then my perl program(or whatever) has to go to the database and return theanswerback to the user. If its not able to find the

Re: Question from a newbie regarding apache and mod_perl

2003-01-06 Thread Ken Y. Clark
On Mon, 6 Jan 2003, sireesha vudatha wrote: Date: Mon, 6 Jan 2003 16:25:04 -0800 (PST) From: sireesha vudatha [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Question from a newbie regarding apache and mod_perl Hi all, I am a beginner and am doing a course project for which I want to

Re: input filter

2003-01-06 Thread Steve
- Original Message - From: Steves To: [EMAIL PROTECTED] Sent: Monday, January 06, 2003 7:10 PM Subject: input filter *Sorry if this has gotten sent twice* Hello, I'm having some trouble configuring an input filter.. I'm using Apache 2.0.43, mod_perl 1.99_08-dev and

Query

2003-01-06 Thread Chandrasekhar R S
I am having a requirement as follows : I need to execute/interpret the perl requests away from mod_perl. Like, could mod_perl delegate the execution/interpretation of perl scripts to some other process. In the end, mod_perl would be used just to accept requests from the Web Server, but