Re: Practical examples of mod_perl Method handlers?

2001-06-06 Thread Matt Sergeant
On Tue, 5 Jun 2001, Randy J. Ray wrote: Are there any CPAN modules for Apache that are examples of writing a method handler? The docs in the manpage, the book, and the mod_perl guide are pretty much all the same (brief) text. A good example would help a great deal. Thanks. I think this is

mod_perl IRC channel

2001-06-06 Thread Matt Sergeant
Someone recently visited the mod_perl IRC channel and said they had a hard time finding it. So I thought I'd post here again. Come chat to other mod_perlers at: Server: irc.openprojects.net Channel: #take23 There's also a URL bot on the channel that publishes URLs posted to Take23, so if you

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

2001-06-06 Thread Geoffrey Young
-Original Message- From: Wilt, Paul [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 2001 9:52 AM To: 'Ged Haywood'; Issac Goldstand Cc: [EMAIL PROTECTED] Subject: RE: [OT] Content-Disposition to change type and action? sorry I'm getting to this thread a bit late... in case

[DIGEST] mod_perl digest 2001/06/02

2001-06-06 Thread Geoffrey Young
-- mod_perl digest May 27, 2001 - June 2, 2001 -- Recent happenings in the mod_perl world... Features o

Re: [DIGEST] mod_perl digest 2001/06/02

2001-06-06 Thread Per Einar
- Original Message - From: Geoffrey Young [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 06, 2001 3:41 PM Subject: [DIGEST] mod_perl digest 2001/06/02 -- mod_perl digest

RE: [DIGEST] mod_perl digest 2001/06/02

2001-06-06 Thread Geoffrey Young
o HTML::WebDav 0.1.10 - Perl interface to the neon HTTP and WebDAV client library [14] That's HTTP::WebDav :) There sure were a lot of module announcements this week though. whoops, sorry Gerald :) thanks for the spot... --Geoff

Re: Segfaults with Frontier::RPC2 (possibly XML::Parser)

2001-06-06 Thread stefan weiss
[for the archive] I wrote: I have intermittent segmentation faults with Apache 1.3.14, mod_perl version 1.24. I think I tracked the problem down to the Frontier::RPC2 module, which uses XML::Parser. The problem has been fixed - the culprit was the version of XML::Parser/ expat I was using.

Re: Perm Module VM_Monitor (fwd)

2001-06-06 Thread Ged Haywood
Hi there, From: Ian Jones [EMAIL PROTECTED] Help please. Do you have any other documentation. Dou you mean other than http://perl.apache.org/guide? I realise some of the problems we incurred are self inflicted. :) We are using Apache under the guise of IBM's websphere products on AIX

Re: Perm Module VM_Monitor (fwd)

2001-06-06 Thread Martin Redington
It can be a real nightmare getting it all compiled and working, especially if you're not on Linux, but it is worth it in the end. I strongly recommend building everything yourself from the ground up, wherever possible, especially if you're working in a production environment. Vendor-supplied

Re: Perm Module VM_Monitor (fwd)

2001-06-06 Thread Jens-Uwe Mager
On Wed, Jun 06, 2001 at 09:54:56PM +0800, Stas Bekman wrote: 11) Bugger - segmentation fault everytime its called - another search of the internet shows an article saying that for AIX a patch must be applied to the perl distribution before mod_perl is created. It lists all the relevant C

Re: Content-Disposition to change type and action?

2001-06-06 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 4:41 PM -0700 5/29/01, John Jung wrote: more details.) To get around IE5's funky behavior just defined a custom MIME type outside the MS hardcoded stuff. Not really sufficient. IE will completely ignore mime types and go with its own guess as

Re: Practical examples of mod_perl Method handlers?

2001-06-06 Thread will trillich
On Tue, Jun 05, 2001 at 04:30:47PM -0700, Randy J. Ray wrote: Are there any CPAN modules for Apache that are examples of writing a method handler? The docs in the manpage, the book, and the mod_perl guide are pretty much all the same (brief) text. A good example would help a great deal.

Re: looking for cited document WRT web testers

2001-06-06 Thread will trillich
On Tue, Jun 05, 2001 at 01:50:47PM -0400, Brian Reichert wrote: I hope I'm not barking up the wrong tree, but I could not find this in the archive. I could have _sworn_ that within the last several weeks, someone had posted here a URL to a document that described, in a handy way,

Re: Help with parameters.]

2001-06-06 Thread Stas Bekman
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 1.25. I could run perl scripts fine.

Apache::LogFile Funkyness with TransferLog

2001-06-06 Thread Benjamin Elbirt
Hello all, I'm hoping you can help with this. Apache 1.3.19 and 1.3.20 Mod_Perl 1.25 Redhat Linux 7.1 Solaris 2.7? I used the Apache::LogFile module and setup a transfer log as follows in my httpd.conf: PerlModule Apache::LogFile PerlLogFile

comparison of templating methods?

2001-06-06 Thread will trillich
warning type=religious holy war level=pandora's box okay -- there's code (mod_perl modules) and there's html, and we should keep them separate -- which gives rise to templates... i've heard of Apache::PageKit Apache::Template AxKit eXtropia? HTML::Mason

Re: comparison of templating methods?

2001-06-06 Thread Steve Smith
HTML::Embperl For me, this has one major win over the other toolkits: auto form population from a hash. The online mortgage application system I wrote has about 1,800 form fields, which have to be populated with data from a database. By making the form fields match DB column names, I can

Re: comparison of templating methods?

2001-06-06 Thread Gerald Richter
regarding the tools that dovetail into the mod_perl paradigm, who's got a comparison over relative performance (and other strengths/weaknesses) of various templating methods? There are various discussions on the mod_perl list about this topic in the past (so take a look at the archives).

Re: comparison of templating methods?

2001-06-06 Thread T.J. Mather
On Thu, 7 Jun 2001, Steve Smith wrote: HTML::Embperl For me, this has one major win over the other toolkits: auto form population from a hash. The online mortgage application system I You may also fill in HTML forms with Apache::ASP and Apache::PageKit. With PageKit it automatically