Re: [OT] Re: back-tracking

2002-05-28 Thread Matt Sergeant
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 28 May 2002 12:51 am, Andrew McNaughton wrote: See: Combinatorial Algorithms Nijenhuis and Wilf Academic Press 0-12-519260-6 (1975) P 240 I've got a different problem. I want to auto-link phrases which appear in a

RE: Configuring mod_perl on Debian

2002-05-28 Thread Jeff A
From: Andrew McNaughton [mailto:[EMAIL PROTECTED]] Sent: 27 May 2002 21:02 To: Ian D. Stewart ... You miss most of the advantage of debian's package management if you start building core components independently. Debian looks after you pretty well, but it's a bit of an all or nothing

Re: [RFC] Apache::DigestAPI

2002-05-28 Thread Geoffrey Young
ok... after talking things over with Andrew a bit more, Apache::DigestAPI has become Apache::AuthDigest. the package should actually compile and work now, too :) The latest version can be grabbed here: http://www.modperlcookbook.org/~geoff/modules/Apache-AuthDigest-0.01.tar.gz

Re: Configuring mod_perl on Debian

2002-05-28 Thread Ian D. Stewart
On 2002.05.28 04:03 Jeff A wrote: From: Andrew McNaughton [mailto:[EMAIL PROTECTED]] Sent: 27 May 2002 21:02 To: Ian D. Stewart ... You miss most of the advantage of debian's package management if you start building core components independently. Debian looks after you pretty

ANNOUNCE -- CGI::Application 2.4

2002-05-28 Thread Jesse Erlbaum
Version 2.4 of CGI::Application is now available via CPAN! Download site for CGI::Application: http://www.cpan.org/authors/id/J/JE/JERLBAUM/ CHANGES SINCE VERSION 2.1: - Added new module CGI::Application::Mailform as both an example of how to use CGI::Application and a useful (albeit

Re: Patch to mod_perl 1.26: error-notes support

2002-05-28 Thread Geoffrey Young
Doug MacEachern wrote: thanks, i've applied a variation of your patch to cvs and will be in 1.27 if anybody wants to work up a similar patch for Apache::PerlRun, that'd be nice too. this seems to work ok as PerlRun and RegistryNG. --Geoff --- lib/Apache/PerlRun.pm 25 Mar 2002

mod-perl_2.0

2002-05-28 Thread Kent, Mr. John
Greetings, Have been using modperl successfully now for a couple of years solely as an accelerator for cgi scripts using Apache::Registry (know it can do much more!) ala Stas Beckman's approach using heavy and light webservers with Squid on top. Setting up new Linux webservers and wanted to

Re: mod-perl_2.0

2002-05-28 Thread Andrew McNaughton
On Tue, 28 May 2002, Kent, Mr. John wrote: So how does this work now? If it doesn't or it would take too much time to explain it, I certainly can understand and will simply load and continue to use Apache 1.3.24 and mod-perl 1.26 Things may have changed, in which case someone will gainsay

Re: Configuring mod_perl on Debian

2002-05-28 Thread Andrew McNaughton
On Tue, 28 May 2002, Ian D. Stewart wrote: Date: Tue, 28 May 2002 08:14:26 -0400 From: Ian D. Stewart [EMAIL PROTECTED] To: Jeff A [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Configuring mod_perl on Debian On 2002.05.28 04:03 Jeff A wrote: From: Andrew

Invoke PHP scripts?

2002-05-28 Thread Ryan Thompson
Hi there, Apologies if this has been asked 2^32 times, but I couldn't seem to find anything in the archives or on the web which would solve my problem. I'm developing a large-ish web site in which I would like to use a combination of mod_perl (90%) and PHP (10%). I have run into a roadblock