Apache::Template for modperl 2
Apache::Template for modperl 2
am 27.06.2008 09:28:05 von Senthil V
------=_Part_20920_32358905.1214551685280
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi All,
I am trying to install Apache::Template for Apache 2.2.8.
Whether the porting of Apache::Template is done for modperl 2.
If its done, plz let me know from where i can get the source.
Thanks in advance,
Senthil
------=_Part_20920_32358905.1214551685280
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi All,
I am trying to install Apache::Template for Apache
Whether the porting of Apache::Template is done for modperl 2.
If its done, plz let me know from where i can get the source.
Thanks in advance,
Senthil
------=_Part_20920_32358905.1214551685280--
Re: Apache::Template for modperl 2
am 27.06.2008 10:01:27 von Fred Moyer
Senthil V wrote:
> Hi All,
>
> I am trying to install Apache::Template for Apache 2.2.8.
> Whether the porting of Apache::Template is done for modperl 2.
> If its done, plz let me know from where i can get the source.
I just took a look at Apache::Template, and it is only for mod_perl
version 1.
The port to mod_perl 2 looks straightforward, if I can scrape up some
extra tuits this weekend I might take run at that.
>
> Thanks in advance,
> Senthil
--
Red Hot Penguin Consulting LLC
mod_perl/PostgreSQL consulting and implementation
http://www.redhotpenguin.com/
Re: Apache::Template for modperl 2
am 27.06.2008 15:42:10 von Geoffrey Young
Fred Moyer wrote:
> Senthil V wrote:
>> Hi All,
>>
>> I am trying to install Apache::Template for Apache 2.2.8.
>> Whether the porting of Apache::Template is done for modperl 2.
>> If its done, plz let me know from where i can get the source.
>
> I just took a look at Apache::Template, and it is only for mod_perl
> version 1.
>
> The port to mod_perl 2 looks straightforward, if I can scrape up some
> extra tuits this weekend I might take run at that.
google should have turned up this:
http://www.modperlcookbook.org/~geoff/modules/experimental/A pache-Template-2.00_01.tar.gz
there was quite a bit of conversation about it on the TT list at the
time, as well as some chatter here.
--Geoff
Re: Apache::Template for modperl 2
am 27.06.2008 17:38:02 von Perrin Harkins
On Fri, Jun 27, 2008 at 3:28 AM, Senthil V wrote:
> I am trying to install Apache::Template for Apache 2.2.8.
If you look in the archives you'll see that this has been discussed
many times. My general advice is to use something more flexible, like
CGI::Application with its TT plugin.
- Perrin
Re: Apache::Template for modperl 2
am 27.06.2008 20:02:31 von Fred Moyer
Geoffrey Young wrote:
>
> Fred Moyer wrote:
>> The port to mod_perl 2 looks straightforward, if I can scrape up some
>> extra tuits this weekend I might take run at that.
>
> google should have turned up this:
>
> http://www.modperlcookbook.org/~geoff/modules/experimental/A pache-Template-2.00_01.tar.gz
Sorry for missing that, I looked on CPAN and then got caught up in
reading through the source, my bad.
> there was quite a bit of conversation about it on the TT list at the
> time, as well as some chatter here.
>
> --Geoff