Re: announce: mod_perl-1.25_01

2001-07-07 Thread Stas Bekman
On Fri, 6 Jul 2001, Doug MacEachern wrote: this is a 1.26 canidate, test reports most appreciated as always.. - Linux 2.2.19-4.1mdk i686 unknown. - perl 5.6.1 - apache 1.20 - mod_perl 1.25_01 - perl Makefile.PL APACHE_SRC=../apache_1.3.20/src \ DO_HTTPD=1 USE_APACI=1 EVERYTHING=1

mod_dev + mod_perl very nasty conflict

2001-07-07 Thread Jeremy Howard
A number of people have come across a problem where mod_dav shows the contents of the filesystem root: http://dav.lyra.org/pipermail/dav-dev/2001-June/002487.html I have also come across this problem, and narrowed it down (at least for me) to a conflict with mod_perl. I have no other

RFC: Apache::SimpleTemplate

2001-07-07 Thread peter
hello! yes, i have *yet another* templating mechanism for mod_perl, and i'd like to add it to CPAN if there are no major objections. the rational: Like other templating mechanisms, it allows you to embed blocks of Perl code into text documents, such as HTML files, and have this code executed

Re: Apache::SimpleTemplate

2001-07-07 Thread Perrin Harkins
yes, i have *yet another* templating mechanism for mod_perl, and i'd like to add it to CPAN if there are no major objections. I hate to be a naysayer, but this doesn't look sufficiently different from the other options to merit adding it to CPAN. The trouble is, there are already too many of

Re: Apache::SimpleTemplate

2001-07-07 Thread peter
I hate to be a naysayer, but this doesn't look sufficiently different from the other options to merit adding it to CPAN. hi, thanks for your comments. i was expecting some such naysaying, and understand your point. but, i still disagree and think that simplicity *is* a valid difference. i had

Re: Apache::SimpleTemplate

2001-07-07 Thread brian moseley
On Sat, 7 Jul 2001 [EMAIL PROTECTED] wrote: Text::Template probably is the most similar existing package, but it is not made for mod_perl. someone well- versed in mod_perl could build a mod_perl wrapper of it fairly quickly, but they or especially someone new to mod_perl shouldn't have to.

RE: Apache::SimpleTemplate

2001-07-07 Thread Geoffrey Young
-Original Message- From: brian moseley To: [EMAIL PROTECTED] Sent: 7/7/01 5:34 PM Subject: Re: Apache::SimpleTemplate On Sat, 7 Jul 2001 [EMAIL PROTECTED] wrote: Text::Template probably is the most similar existing package, but it is not made for mod_perl. someone well- versed in

Re: Apache::SimpleTemplate

2001-07-07 Thread peter
On Sat, 7 Jul 2001, brian moseley wrote: if such a wrapper did exist, would you use it? if it doesn't, why don't you write one yourself? maybe. i did use Text::Template in the first iteration of this, but it was considerably faster to parse the templates internally. (i don't remember how

ePerl (fragment of Re: Apache::SimpleTemplate)

2001-07-07 Thread Todd Finney
At 06:10 PM 7/7/01, Perrin Harkins wrote: if i'm not mistaken, Apache::ePerl builds a new interpreter, which also seems like overkill for many needs. It's pretty easy to install, really. However, it's not very popular these days because it doesn't have all the features people end up

Re: Apache::SimpleTemplate

2001-07-07 Thread brian moseley
On 7 Jul 2001, Randal L. Schwartz wrote: Yes. Writing a templating system in Perl is trivial. Writing a *useful* templating system in Perl is demonstratably hard. unless you keep application features in a separate layer from the templating system (eg the servlet api ;)

The latest templating system: PSP in DDJ

2001-07-07 Thread Ron Pero
Just received my issue of Dr. Dobbs Journal today, and one of the articles is A Tiny Perl Server Pages Engine. Pretty nifty. Read about it here: http://www.ddj.com/articles/2001/0108/0108g/0108g.htm Here is an excerpt: PSP is modeled after JSP. It is neither an ASP nor a JSP port. PSP includes

Re: mod_perl on win2k: cannot load module

2001-07-07 Thread frans
I 've tried the new version The problem is simple.. When i change the env of win32 i used, the mod_perl run. I suggest you change the env by setting set PATH=C:\perl\bin\ or wherever your perl interpreter located, then start apache from MS-DOS prompt Good luck

Re: The latest templating system: PSP in DDJ

2001-07-07 Thread Perrin Harkins
on 7/7/01 9:30 PM, Ron Pero at [EMAIL PROTECTED] wrote: Just received my issue of Dr. Dobbs Journal today, and one of the articles is A Tiny Perl Server Pages Engine. Pretty nifty. Read about it here: http://www.ddj.com/articles/2001/0108/0108g/0108g.htm Here is an excerpt: PSP is

RE: cvs commit: modperl Changes

2001-07-07 Thread Geoffrey Young
-Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 7/6/01 4:33 PM Subject: cvs commit: modperl Changes dougm 01/07/06 13:33:46 Modified:src/modules/perl Apache.xs t/docs startup.pl .Changes Log: add