Re: [OT] P3P policies and IE 6 (something to be aware of)

2001-10-31 Thread Mark Fowler
On Tue, 30 Oct 2001, Robin Berjon wrote: If anyone feels like undertaking this task, imho the best first step would be to produce XML::P3P (it's not Apache dependent) and add Apache::P3P as a wrapper around that that would take care of a few simple things such as setting the headers properly

Re: Exporting C++ class to Perl?

2001-10-31 Thread Vlad Safronov
Hi, Actually I mean examples that contain CPP code which has been exported to Perl.. anyway I'll study 'Inline*' modules. Vlad. - Original Message - From: Sisyphus [EMAIL PROTECTED] To: Vlad Safronov [EMAIL PROTECTED] Sent: Wednesday, October 31, 2001 3:15 AM Subject: Re: Exporting C++

Unpredictable Effects after Upload...

2001-10-31 Thread Jonathan M. Hollin
Hello all, Platform: Windows 2000, Apache, mod_perl Problem: When submitting forms that include files (uploads) my script becomes very unpredictable - CGI.pm doesn't seem to be able to recognise any data that's passed as part of the query string (it does still process form input though) once

Re: Unpredictable Effects after Upload...

2001-10-31 Thread Ken Y. Clark
On Wed, 31 Oct 2001, Jonathan M. Hollin wrote: Date: Wed, 31 Oct 2001 12:34:40 - From: Jonathan M. Hollin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Unpredictable Effects after Upload... Hello all, Platform: Windows 2000, Apache, mod_perl Problem: When submitting forms

Re: 2 mod_perl questions

2001-10-31 Thread Stas Bekman
I'm a novice in mod_perl but I already surprised with its features ! Before you continue any further with new questions it's a time to read the guide: http://perl.apache.org/guide/ Could you please help me with following two things: 1) What is the most common directory structure for

Re: Unpredictable Effects after Upload...

2001-10-31 Thread Issac Goldstand
I dunno - I recently fixed a problem with the upload_hook that was making a similar problem... Tell me: is there anything weird in the error_log right after the upload? Perhaps the file is not being parsed properly... Issac Internet is a wonderful mechanism for making a fool of yourself in

inconsistency between CGI.pm and Apache::Request

2001-10-31 Thread Tatsuhiko Miyagawa
There is some inconsistency between CGI.pm and Apache::Request's param() method, especially in handling of multivalued parameter. $q = CGI-new; $q-param(foo = qw(a b c)); @foo = $q-param('foo'); # ('a', 'b', 'c') $q-param(bar = [ qw(a b c) ]); @bar = $q-param('bar'); #

Re: inconsistency between CGI.pm and Apache::Request

2001-10-31 Thread Robert Landrum
There is some inconsistency between CGI.pm and Apache::Request's param() method, especially in handling of multivalued parameter. $q = CGI-new; $q-param(foo = qw(a b c)); @foo = $q-param('foo'); # ('a', 'b', 'c') $q-param(bar = [ qw(a b c) ]); @bar = $q-param('bar'); #

[OT] open source jobsite

2001-10-31 Thread Mark Maunder
Hi, We launched a free open source jobsite today (open source jobs only, and non-profit). Check it out at http://www.freeusall.com/ It's built on mod_perl and Apache. Any feedback would be much appreciated. (please send directly to me as this is very OT). thanks, ~mark

ANNOUNCE: Apache::Sybase::ConPool

2001-10-31 Thread Michael Peppler
The uploaded file Apache-Sybase-ConPool-1.00.tar.gz has entered CPAN as file: $CPAN/authors/id/M/ME/MEWP/Apache-Sybase-ConPool-1.00.tar.gz size: 4185 bytes md5: 9c7e3cb7064b44c36b88612c92e9cf76 This module turns an Apache web server with mod_perl into a poor man's connection pool,

RE: [OT] pdf creation

2001-10-31 Thread Steve Smith
simran writes: I believe there is also a Content-disposition tag you can use to tell the browser what to name the file... As mentioned below in my original post, it doesn't work in all browsers. Steve

Re: [OT] pdf creation

2001-10-31 Thread Wim Kerkhoff
Steve Smith wrote: simran writes: I believe there is also a Content-disposition tag you can use to tell the browser what to name the file... As mentioned below in my original post, it doesn't work in all browsers. Like you say, PATH_INFO works for many browsers. I ran into issues

no_local_copy

2001-10-31 Thread McDonnell, David
Hi All, I've searched the newsgroups and haven't found an answer for this. Sorry if it has already been addressed. I was wondering whether the no_local_copy element of the request_rec structure was available via the mod_perl API? (AFAIK no_local_copy is used instead of no_cache to stop the

Re: no_local_copy

2001-10-31 Thread Stas Bekman
McDonnell, David wrote: Hi All, I've searched the newsgroups and haven't found an answer for this. Sorry if it has already been addressed. I was wondering whether the no_local_copy element of the request_rec structure was available via the mod_perl API? Nope, it doesn't. BTW, all

Re: Problem with Directory in Perl sections

2001-10-31 Thread James Stalker
OK, looks like no-one has any ideas - maybe I should rephrase the question. Does anyone here have Directory working in Perl sections in mod_perl 1.25 or above? Thanks, Jim On Mon, Oct 29, 2001 at 08:58:24AM +, James Stalker wrote: Hi, I have hit a problem with the latest couple of

DBI 1.15+ establishes multiple connections under parent mod_perl process

2001-10-31 Thread Eric Kolve
I think I have found a curious bug in DBI. It seems that since DBI 1.15 - 1.20, when you bring up apache/mod_perl and execute queries against the database handle in the parent process (startup.pl), multiple connections result against the database. If I switch to DBI 1.14, no such problem

cvs commit: modperl-site index.html

2001-10-31 Thread stas
stas01/10/31 06:37:54 Modified:.index.html Log: modperl 2.0 snapshot's link correction Revision ChangesPath 1.93 +7 -1 modperl-site/index.html Index: index.html === RCS file: