Re: perlsection syntax--where's tfm?

2001-07-18 Thread Stas Bekman
On 18 Jul 2001, Randal L. Schwartz wrote: will == will trillich [EMAIL PROTECTED] writes: will http://perl.apache.org/guide/config.html mentions this type of will thing in passing, but surely there's an in-depth will how-this-works somewhere... will Limit GET POST will Order

Re: Problems building Bundle::Apache - libapreq-0.33

2001-07-18 Thread Stas Bekman
On Tue, 17 Jul 2001, Alan Burlison wrote: Stas Bekman wrote: Looks like an issue with APACHE_HEADER_INSTALL http://perl.apache.org/guide/install.html#APACHE_HEADER_INSTALL Did you install mod_perl by yourself? Yes, as my attempt to build it as part of Bundle::Apache barfed. Here is

Re: Problems building Bundle::Apache - libapreq-0.33

2001-07-18 Thread Alan Burlison
Stas Bekman wrote: Here is the output of 'make install' I don't think it logs the install of these headers. Please check the created Makefile. Does it include the mod_perl.h in one of the targets? No. Alan Burlison

Re: Problems building Bundle::Apache - libapreq-0.33

2001-07-18 Thread Stas Bekman
On Wed, 18 Jul 2001, Stas Bekman wrote: On Tue, 17 Jul 2001, Alan Burlison wrote: Stas Bekman wrote: Looks like an issue with APACHE_HEADER_INSTALL http://perl.apache.org/guide/install.html#APACHE_HEADER_INSTALL Did you install mod_perl by yourself? Yes, as my attempt to

Re: [BUG] $r-subprocess_env() leaking to %ENV

2001-07-18 Thread Roger Espel Llima
On Wed, Jul 18, 2001 at 11:41:01AM -0400, Geoffrey Young wrote: well, in mod_cgi land it's not that easy to access r-notes, right? but there is no reason that mod_ssl and friends couldn't set both for those of us who can... *and* to (please!) have a way to turn off the environment crap in

Problem Locating DB_File.PM at startup of perl script

2001-07-18 Thread James McKim
Hi all, I've run into a very frustrating problem. I'm getting the old Can't locate loadable object for module... error, yet the file does exist in the @INC path. Here's some system output: --- [Wed Jul 18 12:18:04

Re: Problem Locating DB_File.PM at startup of perl script

2001-07-18 Thread darren chamberlain
James McKim [EMAIL PROTECTED] said something to this effect on 07/18/2001: Hi all, I've run into a very frustrating problem. I'm getting the old Can't locate loadable object for module... error, yet the file does exist in the @INC path. Here's some system output:

Re: [BUG] $r-subprocess_env() leaking to %ENV

2001-07-18 Thread Dominique Quatravaux
Can't all these modules (your scripts, The environment leak in my test case was just to make my point clear, not a programmatic example of course mod_ssl, etc) just use the request object and/or Apache notes to communicate? That's exactly what they're there for! I get it now: there is

Re: Problem Locating DB_File.PM at startup of perl script

2001-07-18 Thread James McKim
Interesting question. The file owner is root. However, I actually launched the perl cgi from the shell as root and got the error message, so I'm not sure that matching the file owner with the owner of the httpd process would make much difference (yet). James darren chamberlain wrote: James

Re: Problem Locating DB_File.PM at startup of perl script

2001-07-18 Thread James McKim
BTW, executing the script seemed to be able to locate CGI, DBI, and POSIX just fine. James darren chamberlain wrote: James McKim [EMAIL PROTECTED] said something to this effect on 07/18/2001: Hi all, I've run into a very frustrating problem. I'm getting the old Can't locate loadable

Re: Problem Locating DB_File.PM at startup of perl script

2001-07-18 Thread Ken Williams
Hi James, The loadable object is not the .pm file, it's the binary compiled object file that DB_File.pm needs to bootstrap. Sounds like you need to reinstall the module. [EMAIL PROTECTED] (James McKim) wrote: Hi all, I've run into a very frustrating problem. I'm getting the old Can't locate

Re: Problem Locating DB_File.PM at startup of perl script

2001-07-18 Thread James McKim
Ken, Thanks for your reply. It does makes sense, eventhough I'm new to perl modules and their implementation. BTW, do you know what that file would be named? I installed it under perl 5.6.0, but when I try to install it under 5.6.1 I get the error (which seems to be a linker error)

strange runtime error

2001-07-18 Thread Scott Every
i have a fairly simple mod-perl script which returns data from a mysql db on occasion for no apparent reason an internal error screen pops up. if reloaded the page works just fine. the logs contain this message: exit is not exported by the GLOB(0x88414cc) module at (eval 397) line 1 [Wed Jul

Overwriting the Basic Password

2001-07-18 Thread Arthur M. Kang
Is there a reverse to the ($res,$password)=$r-get_basic_auth_pw function? Is there anyone to globally set or reset the values that come out of $r-get_basic_auth_pw? Can I set a new password to come out? You can do it with the user ($c-user)... Arthur

SSL Certificate Distingushed Name size in bytes

2001-07-18 Thread Christopher L. Everett
Hello, This is slightly off topic, but I can't find a firm specification anywhere on the Internet that says how big a X.500 Distinguished Name could be. I've set up MySQL to have fields cert_subject_dn and cert_issuer_dn as char(255) not null. But I'm wondering if these things could get

Using mod_perl to modify referer...

2001-07-18 Thread Brian
I have a unique situation in which I need to change the http_referer. What I've done is written a quick script that looks like this: package BnP::Referer; use Apache; use Apache::Constants; sub handler { my $r = shift; $r-header_in('Referer' = http://www.somedomainname.com;); return OK; }

Help: Image::Magick and Apache and mod_perl/ 'v' cgi-bin/

2001-07-18 Thread Ron Savage
Folks I'm using: Apache/1.3.20 (Win32) mod_perl/1.25_01-dev mod_ssl/2.8.4 OpenSSL/0.9.6a running... If I run the script (below) in d:/apache/mod_perl/ it works. If I run it in d:/apache/cgi-bin I get this error: Read(gradient:#ff-#ff) Warning 330: Unable to open file (#ff-#ff)

cvs commit: modperl-site/embperl CVS.pod.1.html Changes.pod.1.html

2001-07-18 Thread richter
richter 01/07/18 03:30:38 Modified:embperl CVS.pod.1.html Changes.pod.1.html Log: Embperl Webpages - Changes Revision ChangesPath 1.21 +9 -14 modperl-site/embperl/CVS.pod.1.html Index: CVS.pod.1.html