[Question] Prototype Mismatch for Base64 under RunPerl

2003-02-14 Thread john . everitt
OS: Windows2000 Apache: 1.3.27 ModPerl: 1.27_01-dev I have a script that ran perfectly well when not run under ModPerl but have recently tried to run it under modperl using the RunPerl module. It still seems to run OK, however my error log now seems to being filled with the following error

[Question] Prototype mismatch from MIME::Base64 under RunPerl

2003-02-14 Thread john . everitt
OS: Windows2000 Apache: 1.3.27 ModPerl: 1.27_01-dev I have a script that ran perfectly well when not run under ModPerl but have recently tried to run it under modperl using the RunPerl module. It still seems to run OK, however my error log now seems to being filled with the following error

Re: Server side programming PHP Vs CGI Vs modPerl

2003-02-14 Thread Devi .M
Hello all, Thanks for all ur reponses. With all ur suggestions and comparisons, I have decided to use mod_perl and also wrote a sample program on it which worked fine. I have installed apache-1.3.27 and mod_perl-1.27. Now I tried authenticating the user, where I have to maintain

Please wait Handler

2003-02-14 Thread Martin Moss
All, I was wondering if it is possible to Create a Handler that points a user at a page with an animated gif saying something like "Please wait", and then when my other handlers have finisheddisplay the page results I want from my mod perl handlers. I guess in a nutshell I'm wondering if

Re: Please wait Handler

2003-02-14 Thread Lee Goddard
-BEGIN PGP SIGNED MESSAGE- Hash: MD5 Hi Martin, On Friday, February 14, 2003 at 2:24:49 PM, you wrote: MM I was wondering if it is possible to Create a Handler that points a user at a page with an animated gif saying something like Please wait, and then when my other handlers have

Re: Server side programming PHP Vs CGI Vs modPerl

2003-02-14 Thread Thomas Klausner
Hi! On Fri, Feb 14, 2003 at 03:52:35PM +0530, Devi .M wrote: Now I tried authenticating the user, where I have to maintain separate session for each user. When I saw how to do session management in mod_perl a module called Apache::Session was told. But when I tried it, that module was

Re: Server side programming PHP Vs CGI Vs modPerl

2003-02-14 Thread Valerio_Valdez Paolini
On Fri, 14 Feb 2003, Devi .M wrote: Now I tried authenticating the user, where I have to maintain separate session for each user. When I saw how to do session management in mod_perl a module called Apache::Session was told. But when I tried it, that module was missing in my mod_perl.

Re: Server side programming PHP Vs CGI Vs modPerl

2003-02-14 Thread Enrico Sorcinelli
On Fri, 14 Feb 2003 15:52:35 +0530 (IST) Devi .M [EMAIL PROTECTED] wrote: Hello all, Thanks for all ur reponses. With all ur suggestions and comparisons, I have decided to use mod_perl [...] Good! ;-) Now I tried authenticating the user, where I have to maintain separate

Re: Server returns nothing (solved)

2003-02-14 Thread Ged Haywood
Hi there, On Thu, 13 Feb 2003, Viljo Marrandi wrote: On Thu, 13 Feb 2003, Ged Haywood wrote: Hi there, On Thu, 13 Feb 2003, Viljo Marrandi wrote: DBIx::Recordset::Fetchsizewarn = 0; while the correct is: $DBIx::Recordset::Fetchsizewarn = 0; Only one missing $ !

Re: Please wait Handler

2003-02-14 Thread Perrin Harkins
Martin Moss wrote: I was wondering if it is possible to Create a Handler that points a user at a page with an animated gif saying something like Please wait, and then when my other handlers have finished display the page results I want from my mod perl handlers. The classic answer to this

Apache, mod_perl, mod_proxy, mod_rewrite

2003-02-14 Thread Serguei Trouchelle
Today I tried to change my cgi-scripts to mod_perl ones. I used mod_rewrite and mod_proxy just like this: RewriteRule ^/system/select/isd/request/$ /cgi-bin/system-select-isd-request.cgi [P] But when I tried to change to mod_perl RewriteRule ^/system/select/isd/request/$

Re: Apache::Module installation issues

2003-02-14 Thread Geoffrey Young
dorian wrote: I don't remember what was the outcome of the patch I've posted a long time ago. I sent it after having the same problem. ah, so it's actually a problem with the mod_perl distribution then? well, maybe not. try this patch

Apache::DBI and mod_perl 2

2003-02-14 Thread Chris Faust
Hi, My problem seems like one that would be well documented, but I can't find anything in any of the docs and even goggle groups only had one message and the solution didn't relate. Anyway, I've updated to RedHat 8.0 and Apache 2.0.44 with Mod_Perl 1.99.08 and if I try to use Apache::DBI I

Re: Please wait Handler

2003-02-14 Thread Dmitri Tikhonov
On Fri, Feb 14, 2003 at 11:08:48AM -0500, Perrin Harkins wrote: Martin Moss wrote: I was wondering if it is possible to Create a Handler that points a user at a page with an animated gif saying something like Please wait, and then when my other handlers have finished display the page results

ANNOUNCE: Loggerithim 6.2.1

2003-02-14 Thread Cory 'G' Watson
Hello again, http://loggerithim.sourceforge.net Loggerithim 6.2.1 is now available, abbreviated ChangeLog follows (I deleted the original by accident!): - 6.2.1 Don't draw data in filled mode when there is none to draw Take the 'thresholds' field out of the smeeplets table and objects Added

Re: Apache::DBI and mod_perl 2

2003-02-14 Thread Dr. Helmut Zeilinger
Hi Chris, are you shure that is is the Apache::DBI, that needs the Apache::Constants or is it another module? For me Apache::DBI loads without problems (2.044/1.9908/5.8) even without the use compat(); compatibility layer. Helmut --On Friday, February 14, 2003 09:00:31 -0500 Chris Faust

Re: Apache::DBI and mod_perl 2

2003-02-14 Thread Nick Tonkin
Do you have the latest Apache::DBI ? Ask made a new one a couple of weeks ago to run with mp2. On Fri, 14 Feb 2003, Chris Faust wrote: Hi, My problem seems like one that would be well documented, but I can't find anything in any of the docs and even goggle groups only had one message

RE: Apache::DBI and mod_perl 2

2003-02-14 Thread Chris Faust
Hey Helmut, Yes, I'm sure its Apache::DBI - when I try to check for it directly via perl -MModule::Name, I get the error.. Where is a copy paste from the command line. [chrisf@web1 chrisf]$ perl -MApache::DBI -e 0 Can't locate Apache/Constants.pm in @INC (@INC contains:

RE: Apache::DBI and mod_perl 2

2003-02-14 Thread Chris Faust
Maybe that is the problem? I'm using 0.89 which is the newest from CPAN and that shows Jun 18.. Is there a later version available? Thanks -Chris -Original Message- From: Nick Tonkin [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 10:22 AM To: Chris Faust Cc: Modperl

RE: Apache::DBI and mod_perl 2

2003-02-14 Thread Nick Tonkin
On Fri, 14 Feb 2003, Chris Faust wrote: Maybe that is the problem? I'm using 0.89 which is the newest from CPAN and that shows Jun 18.. Is there a later version available? You can always search the archives of this list at http://marc.theaimsgroup.com/?l=apache-modperlr=1w=2 The message

RE: Apache::DBI and mod_perl 2

2003-02-14 Thread Chris Faust
Awesome!! That must be my problem.. I searched everyplace else, but totally forgot searching the list.. Sorry about that. Thanks Again!! -Chris -Original Message- From: Nick Tonkin [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 10:46 AM To: Chris Faust Cc: Modperl

Re[2]: Please wait Handler

2003-02-14 Thread Lee Goddard
-BEGIN PGP SIGNED MESSAGE- Hash: MD5 Hi Dmitri, On Friday, February 14, 2003 at 6:11:01 PM, you wrote: You can also try server push (with the Content-type: multipart/x-mixed-replace header), but I'm not sure how consistently today's browsers implement that. DT I know bugzilla does

Re: modperl segfault with threaded Perl 5.8

2003-02-14 Thread Pavel Hlavnicka
Actually, I've used gdb to produce the stack trace. Although it seems, that installed version of libperl.so is not stripped, the output was as you could see it. I'll try to investigate a bit more and let you know. Thanks so far. Pavel Stas Bekman wrote: Pavel Hlavnicka wrote: Hi all,

Re: Please wait Handler

2003-02-14 Thread Dmitri Tikhonov
On Fri, Feb 14, 2003 at 08:38:08PM +0100, Lee Goddard wrote: Have you got a URI to that, please? Last time I push with IE I gave up unsatisfied, but now I feel optimistic :) I don't have _the_ way for you to do it, but one live example is Apache's bug database:

Re: Please wait Handler

2003-02-14 Thread Andrew Ho
Hello, MMI guess in a nutshell I'm wondering if there is a way to send HTML MMheaders to a browser which tells it to scrap the html it has already MMreceived and display the new HTML I am passing it. MM MMIf this isn't possible, can somebody point me in the direction of a MM'please wait'

Re: Please wait Handler

2003-02-14 Thread Perrin Harkins
Andrew Ho wrote: Make an HTML page which does a form submit to pleasewait.pl. pleasewait.pl just displays an HTML page with an animated please wait image on it, and its headers include the following header: Refresh: 1; url=http://www.example.com/getresults.pl?args... That's what Randal

Re: Please wait Handler

2003-02-14 Thread David Dick
Last time I experimented with Server-Push, the only browser that implemented it was Netscape 4.*. Mozilla didn't and IE didn't. Which is a pity cos it's a really useful technique. Perrin Harkins wrote: Martin Moss wrote: I was wondering if it is possible to Create a Handler that points a

Re: Server side programming PHP Vs CGI Vs modPerl

2003-02-14 Thread Devi .M
On Fri, 14 Feb 2003, Thomas Klausner wrote: You'll have to download Apache::Session (and probably a lot of other usefull modules) seperatly from CPAN, http://www.cpan.org (though I prefer http://search.cpan.org) Thanks, I was able to install the Apache::Session. Now I wrote a program for

Re: Server side programming PHP Vs CGI Vs modPerl

2003-02-14 Thread Thomas Klausner
Hi! On Sat, Feb 15, 2003 at 12:07:28PM +0530, Devi .M wrote: After authentication I have to redirect to another page,if the user and passwd is right. I am able to view my HTML page also correctly but below the page the following message is displayed. When I checked the error.log , there was