On Wed, May 30, 2001 at 10:30:50PM -0500, Steven Lembark wrote:
> problem seems to be that i'm not getting the PerlSetVar's
> across to it via perly config:
[Snip]
> is there any better doc for this than the eagle book?
You have to use $r->dir_config('Var') to get the values from the configurati
Eagle gives number of examples, none of which is a PerlSetVar.
guessing it would be a hash of var's to set with values.
Not having much luck -- Apache::AuthNetLDAP fails with:
[Wed May 30 23:33:21 2001] [notice] Apache/1.3.19 (Unix) mod_perl/1.25
configured -- resuming normal operations
[Wed May
your syntax is wrong...
try
my %cookiejar = Apache::Cookie->new($r)->parse;
and I assume that you know Apache::Cookie is part of libapreq and not part
of the mod_perl distribution...
HTH
--Geoff
-Original Message-
From: David Boone
To: [EMAIL PROTECTED]
Sent: 5/30/01 4:44 PM
Hello-
I've noticed a problem when i try to POST large
TEXTAREA fields with ENCTYPE=multipart/form-data and
read it with Apache::Request.
It seems like when the data is between roughly
5K-10Kbytes, i get extra garbage at the end. When it's
greater than 10K, it gets chopped between ~5K-10K
bytes
I did not get any responses. So I am reposting.
thanks
Rajeev
Original Message
Subject: Help with parameters.
Date: Tue, 29 May 2001 11:12:46 -0500
From: Nimmagadda Rajeev SRK <[EMAIL PROTECTED]>
Organization: IBM Corporation.
To: [EMAIL PROTECTED]
Hi,
I have built modperl
Using Mason and mod_perl w/ Apache, all the latest versions, I'm getting
a weird error
I've reinstalled them all, but I can't figure out this error... the
debug/anon/13 file is a mason debug file. test.pl is a quick file I
whipped up to test if it occured outside of mason, which it indeed did.
Hey,
Apache::ASP v2.11 is out in your local CPAN and also
http://www.perl.com/CPAN-local/modules/by-module/Apache/
The changes are below.
Apache::ASP provides an Active Server Pages port to the
Apache Web Server with Perl scripting only, and enables
developing of dynamic web applications with
I did not get any responses so I consulted the sources
of both apache and mod_perl. It turned out that apache uses
the_request method to get data for the log entries.
The eagle book documented this the_request as
a read-only method. Fortunately in the recent versions of mod_perl
this is not the
On Tue, 29 May 2001, Stephen Adkins wrote:
> I completely understand what all three of you are saying, and I think the
> needs of the Gunther and Jay are being accommodated in the new design.
>
> However, a note on XML and Storable ...
>
> The XML::Simple class allows you a "cache" option (which
On Wed, 30 May 2001, Ged Haywood wrote:
>On Wed, 30 May 2001, Issac Goldstand wrote:
>
> > Ged wrote:
> > > IE is particularly fond of ignoring Content-type. If the file is
called
> > > something.html or something.htm I've found IE will treat it as html
even
> > > if you say it's text/plain in C
Hi,
I am facing some wired problems with cookies. If I set
a cookie and later try to retrieve it using the
$r->header_in('Cookie') method, all i am getting is :
Apache::Cookie=SCALAR(0x83e1960);
Apache::Cookie=SCALAR(0x86645dc)
line. The ref. is not blessed and I cannot get the
cookies value.
Hi there,
On Wed, 30 May 2001 [EMAIL PROTECTED] wrote:
> I am trying to run a rather big and complex mod_perl module from
> the prompt, but I cannot get it running.
http://perl.apache.org/guide
73,
Ged.
Hi there,
On Wed, 30 May 2001, Issac Goldstand wrote:
> Ged wrote:
> > IE is particularly fond of ignoring Content-type. If the file is called
> > something.html or something.htm I've found IE will treat it as html even
> > if you say it's text/plain in Content-type. Ugh.
>
> no - that only h
Hi!
I am trying to run a rather big and complex mod_perl module from
the prompt, but I cannot get it running.
The problem is that the module needs to access some variables
that are stored in the Apache Config File, but neither
Apache::FakeRequest nore apr.pl (posted here by Andrew Ho
([EMAIL
14 matches
Mail list logo