Re: [OT] Content-Disposition to change type and action?

2001-05-30 Thread Ged Haywood
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 happens

Re: Apache::FakeRequest et.al. ?

2001-05-30 Thread Ged Haywood
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.

Cookies ....

2001-05-30 Thread Sumit Babu
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.

RE: [OT] Content-Disposition to change type and action?

2001-05-30 Thread Wilt, Paul
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 Content-type.

Re: Real Widgets and Template Languages

2001-05-30 Thread Matt Sergeant
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 I am

Re: modify url in web log via PerlLogHandler

2001-05-30 Thread Richard Chen
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

[ANNOUNCE] Apache::ASP v2.11

2001-05-30 Thread Joshua Chamas
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

Can't locate object method parse via package Apache::Cookie

2001-05-30 Thread David Boone
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.

[Fwd: Help with parameters.]

2001-05-30 Thread Nimmagadda Rajeev SRK
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

problem with Apache::Request, multipart/form-data, and large TEXTAREAs?

2001-05-30 Thread peter
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

RE: Can't locate object method parse via package Apache::Cookie

2001-05-30 Thread Geoffrey Young
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

Trying to find correct format for PerlSetVar's -- or get Apache::AuthNetLDAP working.

2001-05-30 Thread Steven Lembark
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