Re: possible buget in CGI.pm

2002-07-23 Thread mike808
> On Tuesday 23 July 2002 08:27 am, [EMAIL PROTECTED] wrote: > > We do not want CGI.pm to return XHTML ... > > So in Apache::Registry executed scripts we use: > > use CGI qw( -no_xhtml ); > > But on the first invocation it returns normal HTML. On second invocation > > it ignores this directiv

Mail programmes using .htpasswd to verify username/password access

2002-07-23 Thread The Doctor
Does anyone know of such a programme? -- Member - Liberal International On 11 Sept 2001 the WORLD was violated. This is [EMAIL PROTECTED] Ici [EMAIL PROTECTED] Society MUST be saved! Extremists must dissolve. Beware of defining as intelligent only those who share your opinions

Re: possible buget in CGI.pm

2002-07-23 Thread Lincoln Stein
I'm aware of the problem, but I haven't been able to track it down. Any help is welcome. Lincoln On Tuesday 23 July 2002 08:27 am, [EMAIL PROTECTED] wrote: > Hi All, > > We are implementing mod_perl here for internal intranet use. We have > discovered a possible buglet in CGI.pm. > > We do no

ANNOUNCE: Mason 1.12

2002-07-23 Thread Dave Rolsky
This release has a number of important improvements and it is highly recommended that anyone use Mason 1.10 or 1.11 upgrade immediately in order to fix a nasty memory leak in ApacheHandler. 1.12 is also quite a bit faster than previous 1.1x versions. Those folks still using 1.0x or earlier shoul

Re: Static vs. DSO on Linux specifically

2002-07-23 Thread Sam Tregar
On Tue, 23 Jul 2002, Gary Benson wrote: > Is this a problem you've had recently, and did you file a bug about it? No, the last Redhat Apache/mod_perl I used was in 6.2. I didn't file a bug about it because after looking around it appeared that it was a well known problem. After that I started

Mod Perl build problem with perl 5.8.0

2002-07-23 Thread David McCabe
I am having a problem building mod_perl with the new perl 5.8.0. This does not occur with perl 5.6.1. (All DSO, BTW) I build using the CPAN module, with a .makepl_args.mod_perl file in my $HOME dir. This has worked just fine for years, through multiple versions of perl, mod_perl, Apache, and Sola

RE: possible buget in CGI.pm

2002-07-23 Thread Greg_Cope
> -Original Message- > From: darren chamberlain [mailto:[EMAIL PROTECTED]] > > Can someone confirm this? > > Yes: > Good I'm not mad :-) > From CGI.pm, version 2.81: > > 35 # > Here are some globals that you might want to > adjust << > 36 sub initialize_globals {

mod_perl with a perl built with -Dusethreads, will it work?

2002-07-23 Thread Brian
I would like to install Sendmail::Milter which needs a perl built with thread support. Last time I tried to use a perl built with thread support (5.6.x), mod_perl didn't like it. Is this still the case with 5.8.0? Is anybody using mod_perl with a perl built with -Dusethreads? Thanks, Brian

Re: T switch is ignored modperl2.0

2002-07-23 Thread Andy Lester
> I have put PerlSwitches -T in my httpd.conf file, yet keep getting the > following warning > in the server's error_log: > > [Tue Jul 23 10:43:06 2002] [warn] T switch is ignored, enable with > 'PerlSwitches -T' in httpd.conf You want the PerlTaintCheck On directive. xoxo, Andy -- 'Andy Les

T switch is ignored modperl2.0

2002-07-23 Thread Kent, Mr. John
Greetings, I have put PerlSwitches -T in my httpd.conf file, yet keep getting the following warning in the server's error_log: [Tue Jul 23 10:43:06 2002] [warn] T switch is ignored, enable with 'PerlSwitches -T' in httpd.conf Any suggestions? Thank you, John Kent Webmaster Naval Research Lab

Re: possible buget in CGI.pm

2002-07-23 Thread darren chamberlain
Hi, * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2002-07-23 11:26]: > We are implementing mod_perl here for internal intranet use. We have > discovered a possible buglet in CGI.pm. > > We do not want CGI.pm to return XHTML as it upsets Verity indexing > (long story). So sorry to hear about that.

possible buget in CGI.pm

2002-07-23 Thread Greg_Cope
Hi All, We are implementing mod_perl here for internal intranet use. We have discovered a possible buglet in CGI.pm. We do not want CGI.pm to return XHTML as it upsets Verity indexing (long story). So in Apache::Registry executed scripts we use: use CGI qw( -no_xhtml ); But on the fi

Re: Mail::Sender & modperl.

2002-07-23 Thread Paul Lindner
Another chunk of sample code is available in chapter 15 of The mod_perl Developer's Cookbook. The Cookbook::Mail module uses MIME::Lite and Email::Valid to send data/attachments around. Feel free to adapt it to suit your needs: http://www.modperlcookbook.org/code/ch15/Cookbook/Mail.pm Regards

Change program name of httpd process

2002-07-23 Thread Oleg Shaikhatarov
Hello, all! I need to change proctitle (called $PROGRAM_NAME or $0 in perl) of httpd process from mod_perl. Simple change of $0 variable works well for standalone perl program, but don't work under mod_perl. I'm not sure if it's possible, but if anyone have an idea how to do this please help. Re

Re: $r->path_info question

2002-07-23 Thread darren chamberlain
* simran <[EMAIL PROTECTED]> [2002-07-23 05:11]: > However: if i create an 'auto' directory in my document root > (something that was not there before) > [-- snip --] > Is this is feature or a bug, does path_info not check the 'Location' it > matced the handler to or is it meant to look at the

Re: Hiding perl code

2002-07-23 Thread Jean-Michel Hiver
On Mon 22-Jul-2002 at 10:15:44AM -0400, Jon wrote: > At my former employer's, we built an Enterprise Management System out of > mod_perl. He wants to distribute it to clients w/o risking theft of his > code. We had the same thoughts here, but we arrived at the conclusion that there is one very ef

Re: Static vs. DSO on Linux specifically

2002-07-23 Thread Gary Benson
On Mon, 22 Jul 2002, Sam Tregar wrote: > On 22 Jul 2002, David Dyer-Bennet wrote: > > > So, specifically for the Linux environment, what are the downsides of > > running mod_perl as a DSO? (Pointers to the FM so I can R it would be > > fine.) > > Segmentation faults, pure and simple. The Apa

Re: Terminating an HTTP process

2002-07-23 Thread Enrico Sorcinelli
On Tue, 23 Jul 2002 18:58:14 +1000 Mark Ridgway <[EMAIL PROTECTED]> wrote: > Hi All, > > We're running Mason 1.04 (Apache/1.3.22 (Solaris) mod_perl/1.26 > mod_ssl/2.8.5 OpenSSL/0.9.6b) which connects to a number of Oracle > databases, so we are using Apache::DBI for connection pooling. > > As w

$r->path_info question

2002-07-23 Thread simran
Hi All, If i use hte following configuration: apache.conf SetHandler perl-script PerlHandler My::Thumbnails Then in my handler sub in Thumbnails.pm do: == my $r = instance Apache::Reuest(shift); print STDERR "PathInfo: "$r->path_inf

Terminating an HTTP process

2002-07-23 Thread Mark Ridgway
Hi All, We're running Mason 1.04 (Apache/1.3.22 (Solaris) mod_perl/1.26 mod_ssl/2.8.5 OpenSSL/0.9.6b) which connects to a number of Oracle databases, so we are using Apache::DBI for connection pooling. As we understand it, each process has its own connection pool that lasts for the life of that

Re: .bml files not executing in apache

2002-07-23 Thread randy reed
Hi Randy, Thanks for your reply. Please excuse my utter newbie status at all this. Ok, looking at your message and the documentation for mod_perl as well as the LJ documentation here's what I see. BML is actually setup up as a perl module Apache::BML its excuted in a file called modperl.pl In h