Hi,
I'm trying to get a bird view of stable available modules with perl, and
dwell further on liking, to explore.Could somebody suggest me a descriptive
reference bank where I could lay hand on such kind of a material.
Regards
Kinshuk
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) [
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;
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
lon
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
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
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)
"/usr/bin/
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
>l
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
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
> 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
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:
>
> --
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 200
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
> -Original Message-
> From: Roger Espel Llima [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 18, 2001 11:35 AM
> To: [EMAIL PROTECTED]
> Cc: Dominique Quatravaux
> Subject: Re: [BUG] $r->subprocess_env() leaking to %ENV
>
>
[snip]
> Can't all these modules (your scripts, mod_ssl
Dominique Quatravaux <[EMAIL PROTECTED]> wrote:
> I found the following behaviour in mod_perl, which is clearly
> unexpected: I use an Apache that can serve both mod_perl and PHP
> pages. I run it -X ; first I request the URI for this scriptlet
> (under mod_perl's Apache::Registry):
>
> #!/usr/bi
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
Hi All,
I'm not sure if this is bug or feature ... but it causes problems to me ;-)
I'm using Apache::Session::File for storing some data about user's session
between http requests, after user get loged out I delete this session form
the disk by command 'tied(%{$self->{SESSION}})->delete;' file w
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
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
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>
> will> Order
21 matches
Mail list logo