mod_perl-1.24: ...called too early to check prototype...

2001-02-28 Thread Ulrich Windl
Hello, I have a non-trivial CGI script that ran fine with an older Perl and mod_perl, even with -w ans use strict. Recently I upgraded to Perl-5.6 and mod_perl-1.24, and I get this new warning in Apache: [Tue Feb 27 15:52:15 2001] bugCGI.pl: main::validate_token() called too early to check

mod_perl-1.24 (perl 5.6): Undefined subroutine CGI::thead

2001-02-28 Thread Ulrich Windl
Hello, this is an old problem that is still current: Occasionally my CGI script fails because of Undefined subroutine CGI::thead If I reload the page it works again, but maybe it's because a different Apache process is used. Environment: Apache/1.3.14 (Unix) (SuSE/Linux) mod_ssl/2.7.1

mod_perl/CGI.pm: use CGI::Carp qw(fatalsToBrowser);

2001-02-28 Thread Ulrich Windl
Hello, it seems use CGI::Carp qw(fatalsToBrowser); does no longer work as intended with Apache 1.3.14 and perl-5.6 (mod_perl 1.24). Where previously the error message appeared in the browser, I now get this: here is good HTML output HTTP/1.1 200 OK Date: Wed, 28 Feb 2001 10:01:12 GMT Server:

Re: mod_perl-1.24: ...called too early to check prototype...

2001-02-28 Thread Paul Johnson
On Wed, Feb 28, 2001 at 10:53:01AM +0100, Ulrich Windl wrote: Hello, I have a non-trivial CGI script that ran fine with an older Perl and mod_perl, even with -w ans use strict. Recently I upgraded to Perl-5.6 and mod_perl-1.24, and I get this new warning in Apache: [Tue Feb 27 15:52:15

RE: [OT] Re: Search Engine Theory

2001-02-28 Thread Dave . Clarke
You can also try http://perlfect.com/freescripts/search/; uses perl and DB_File. -Original Message- From: T.J. Mather [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 10:41 PM To: Modperl Subject: [OT] Re: Search Engine Theory You might want to look at

Duplicate entries in @INC

2001-02-28 Thread Arun Theeban
Hi All, I am using a linux box,with apache server,mod-perl. I have put my own modules in a directory and added the directory into @INC in my "startup.pl" file of the Apache Server.(I used "qw" to do that). All my programs works fine. But when I print all the values of @INC in mod-perl

Re: Duplicate entries in @INC

2001-02-28 Thread Stas Bekman
On Wed, 28 Feb 2001, Arun Theeban wrote: Hi All, I am using a linux box,with apache server,mod-perl. I have put my own modules in a directory and added the directory into @INC in my "startup.pl" file of the Apache Server.(I used "qw" to do that). All my programs works fine. But when I

Re: mod_perl shared memory with MM

2001-02-28 Thread Adi Fairbank
Sean Chittenden wrote: Is there a way you can do that without using Storable? Right after I sent the message, I was thinking to myself that same question... If I extended IPC::MM, how could I get it to be any faster than Storable already is? You can also read in the data

Re: mod_perl shared memory with MM

2001-02-28 Thread Joshua Chamas
Adi Fairbank wrote: I am trying to squeeze more performance out of my persistent session cache. In my application, the Storable image size of my sessions can grow upwards of 100-200K. It can take on the order of 200ms for Storable to deserialize and serialize this on my (lousy) hardware.

Re: lingerd mod_perl mod_ssl

2001-02-28 Thread Roger Espel Llima
Vivek Khera wrote: mod_ssl alters the Apache API, so if you're doing the same then that's why they clash. Either that or you're patching something near what mod_ssl patches. Good guess. mod_ssl adds some initialization code add the end of common_init(), and so does lingerd which is why

Re: lingerd mod_perl mod_ssl -- how about Ben-apache_ssl

2001-02-28 Thread Michael
Good guess. mod_ssl adds some initialization code add the end of common_init(), and so does lingerd which is why lingerd's patch wasn't applying cleanly. I had to make a different patch, for use with mod_ssl. The file is ftp://iagora.com/pub/software/lingerd/tmp/aplinger-ssl.diff

Re: Duplicate entries in @INC

2001-02-28 Thread Perrin Harkins
But when I print all the values of @INC in mod-perl through browser ,I see duplicate entries for my directory.But under CGI, I don't see any What might be the reason? I can think of two possibilities. First, you might be adding /usr/local/apache/lib/perl (or where ever your Apache lives +

Unusual proxying, CONNECT munging.

2001-02-28 Thread Chris Lewis
We have a rather unusual proxying scheme. In normal operation, our server has all of the slave applications' DNS pointing to itself. Browsers are not configured to proxy. After authentication and access control, it converts the "local" reference to a proxy to the real server (like the wAMPC

Apache thrashing my swap...

2001-02-28 Thread Jason Terry
I am running Apache/1.3.14 (Unix) mod_perl/1.24_01 PHP/4.0.3pl1 mod_ssl/2.7.1 OpenSSL/0.9.6 And run several database and MEMORY hogging mod_perl scripts... My problem is that recently I have had some users that are getting impatient and hitting the reload/refresh button OFTEN. In some

Apache::ASP, Response-Flush problems ...

2001-02-28 Thread Demetrios C. Christopher
Hello all, due to some issues with long-running scripts and impatient users we decided to display some sort of message (either in the window or in a popup - better!) that would say "Chill out, don't refresh or double-click" etc, etc. I was trying to take advantage of $Response-{Buffer} and

RE: Search Engine Theory

2001-02-28 Thread Shane Adams
Title: RE: Search Engine Theory Check out the book Managing Gigabytes Text indexing theory and algorithms. Source code too. -Original Message- From: Jamie Krasnoo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 3:03 PM To: Modperl Subject: Search Engine Theory Can

Re: Apache thrashing my swap...

2001-02-28 Thread Dave Hodgkinson
"Jason Terry" [EMAIL PROTECTED] writes: I know this isn't really a mod_perl problem... but I also know that this list is probably the most likely to have other people who have exactly this issue on their machines I wonder if putting a thin apache on the front of a very limited fat apache

Mod_perl and Apache 2.0

2001-02-28 Thread Jeffrey A. Stuart
Has anyone tried compiling mod_perl under apache 2.0? Also, what is the word on mod_perl 2.0? -- Jeff Stuart [EMAIL PROTECTED]

Re: Mod_perl and Apache 2.0

2001-02-28 Thread sterling
Well, from the looks of the cvs commits, doug seems to be compiling mod_perl under apache 2.0 quite regularly :) With the complete rewrite there's been plenty of work to do. The word on it is here: http://perl.apache.org/~dougm/modperl_2.0.html its still in heavy development by doug - i would

Re: Apache thrashing my swap...

2001-02-28 Thread Perrin Harkins
On Wed, 28 Feb 2001, Jason Terry wrote: My problem is that recently I have had some users that are getting impatient and hitting the reload/refresh button OFTEN. In some instances this causes one single person to have over 40 httpd children service JUST them. This causes my server to start

Apache::GD examples?

2001-02-28 Thread JR Mayberry
Does anyone have any real world examples of Apache::GD or Apache::GD/Graph I could look at? And/or stories of using Apache::GD/Graph in a production enviroment..

Re: mod_perl shared memory with MM

2001-02-28 Thread Sean Chittenden
Is there a way you can do that without using Storable? Right after I sent the message, I was thinking to myself that same question... If I extended IPC::MM, how could I get it to be any faster than Storable already is? You can also read in the data you want in a startup.pl file

Re: Not even beginning - INSTALL HELP

2001-02-28 Thread A. Santillan Iturres
Finally I reinstalled Perl 5.6 and mod_perl installed without problems. I am really new to mod_perl and I don't know if mod_perl is running well. How can I know? I would like to test if my script is running under mod_perl so I wrote the following from the faqs but nothing happens (nothing is

security

2001-02-28 Thread Gustavo Vieira Goncalves Coelho Rios
Hi folks! I have a FreeBSD server configured as a http server, running apache. This installation includes mod_perl+EmbPerl, mod_php4 mod_cgi and mod_fastcgi. Some of my users will be using mysql for database. The problem is that this scenario requires sensitive information inside file. This

How to unsubscribe.

2001-02-28 Thread John Michael
How to unsubscribe. please Thanks John Michael

Re: Apache::GD examples?

2001-02-28 Thread dsh
We started using it a few months ago for a web poll, and are now using it for most of our reporting. It's simple and quick. http://www.sitemason.com/poll/iIDEre/results The current version works well out of the box, even though we use the old GD that supports gifs (have to skip the make test

Re: Apache thrashing my swap...

2001-02-28 Thread Stas Bekman
On Wed, 28 Feb 2001, Jason Terry wrote: My problem is that recently I have had some users that are getting impatient and hitting the reload/refresh button OFTEN. In some instances this causes one single person to have over 40 httpd children service JUST them. This causes my server to

Re: How to unsubscribe.

2001-02-28 Thread Stas Bekman
How to unsubscribe. please The information is right before your yes: look at any of the posts' headers: ... Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm Precedence: bulk list-help: mailto:[EMAIL PROTECTED] list-unsubscribe: mailto:[EMAIL PROTECTED] list-post: mailto:[EMAIL PROTECTED]

Re: Not even beginning - INSTALL HELP

2001-02-28 Thread Stas Bekman
On Wed, 28 Feb 2001, A. Santillan Iturres wrote: Finally I reinstalled Perl 5.6 and mod_perl installed without problems. I am really new to mod_perl and I don't know if mod_perl is running well. How can I know? http://perl.apache.org/guide/install.html#How_can_I_tell_whether_mod_perl_

Re: security

2001-02-28 Thread Stas Bekman
On Wed, 28 Feb 2001, Gustavo Vieira Goncalves Coelho Rios wrote: Hi folks! I have a FreeBSD server configured as a http server, running apache. This installation includes mod_perl+EmbPerl, mod_php4 mod_cgi and mod_fastcgi. Some of my users will be using mysql for database. The problem is

Re: Apache::ASP, Response-Flush problems ...

2001-02-28 Thread Joshua Chamas
"Demetrios C. Christopher" wrote: Hello all, due to some issues with long-running scripts and impatient users we decided to display some sort of message (either in the window or in a popup - better!) that would say "Chill out, don't refresh or double-click" etc, etc. I was trying to take

Re: mod_perl shared memory with MM

2001-02-28 Thread Sean Chittenden
The night of Fat Tuesday no less... that didn't help any either. ::sigh:: Here's one possibility that I've done in the past becuase I needed mod_perl sessions to be able to talk with non-mod_perl programs. I setup a named bi-directional pipe that let you write a query to it

Re: Apache::ASP, Response-Flush problems ...

2001-02-28 Thread Joshua Chamas
"Demetrios C. Christopher" wrote: Hello all, due to some issues with long-running scripts and impatient users we decided to display some sort of message (either in the window or in a popup - better!) that would say "Chill out, don't refresh or double-click" etc, etc. I was trying to take

Re: mod_perl shared memory with MM

2001-02-28 Thread Adi Fairbank
Sean, Yeah, I was thinking about something like that at first, but I've never played with named pipes, and it didn't sound too safe after reading the perlipc man page. What do you use, Perl open() calls, IPC::Open2/3, IPC::ChildSafe, or something else? How stable has it been for you? I just

apache question...

2001-02-28 Thread Joseph Crotty
I am set up on apache_1.3.14/mod_perl currently, however, have an older non-mod_perl apache_1.3.6. The old apache's index.html needs to redirect to the index.html on the new apache/mod_perl. The old and new apache servers are on different unix boxes. Anyone think of an elegant block directive

Re: apache question...

2001-02-28 Thread ___cliff rayman___
i would use mod_rewrite, but, since this is a mod_perl forum, i have to suggest that u write a mod_perl transhandler that does a redirect. -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/ Joseph Crotty wrote: I am set up on apache_1.3.14/mod_perl currently, however, have an older

[ANNOUNCE] MLDBM::Sync

2001-02-28 Thread Joshua Chamas
Hey there, MLDBM::Sync is finally available in CPAN, also at: http://www.perl.com/CPAN-local/modules/by-module/MLDBM/ Below is a bit of the README... Its a locking wrapper around MLDBM I developed for the purpose of creating safe fast DBM storage for multi-process environments. DBM's like