Re: problems with Apache::Filter

2003-08-27 Thread Josh Chamas
Drox wrote:
 
Hi
I am having troubles trying to install the Apache module Apache::Filter
I need this module installed, so I can use Apache::SSI with Apache::ASP
I already have mod_perl installed. It seems to be installed ok.
 
But when I try to install or test Apache::Filter, I get the following:
Can't locate object method boot via package mod_perl at 
C:/Perl/site/lib/Apache/Constants.pm line 8
 
Right, so basically either Apache::Filter  Apache::SSI need to be ported
to mod_perl 2, or I need to bundle this functionality directly into Apache::ASP.
I would prefer the former, but could do the latter ( its been requested
before anyway ).
Regards,

Josh

Josh Chamas, Founder   phone:925-552-0128
Chamas Enterprises Inc.http://www.chamas.com
NodeWorks Link Checker http://www.nodeworks.com


--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html


Re: problems with Apache::Filter

2003-08-27 Thread Stas Bekman
Josh Chamas wrote:

Right, so basically either Apache::Filter  Apache::SSI need to be ported
to mod_perl 2, 
IMHO, Apache::Filter does doesn't need to be ported to mp2. You have a native 
API for filtering.

Geoff has posted a an alpha-port of Apache::SSI to the list some time ago.

or I need to bundle this functionality directly into 
Apache::ASP.
I would prefer the former, but could do the latter ( its been requested
before anyway ).
Most likely you need to do the filtering in Apache::ASP by yourself, see the 
URL to the filters guide I have posted in another followup.

__
Stas BekmanJAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide --- http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html


Re: problems with Apache::Filter

2003-08-27 Thread Geoffrey Young


Stas Bekman wrote:
Josh Chamas wrote:

Right, so basically either Apache::Filter  Apache::SSI need to be ported
to mod_perl 2, 


IMHO, Apache::Filter does doesn't need to be ported to mp2. You have a 
native API for filtering.

Geoff has posted a an alpha-port of Apache::SSI to the list some time ago.
yes.

Apache::SSI seems to be getting a bit of attention lately, so I'll probably 
pick up working on that again now :)

--Geoff



--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html


problems with Apache::Filter

2003-08-26 Thread Drox




Hi
I am having troubles trying to 
install the Apache module Apache::Filter
I need this module installed, so I 
can use Apache::SSI with Apache::ASP
I already have mod_perl installed. 
It seems to be installed ok.

But when I try toinstall or 
testApache::Filter, I get the following:
"Can't locate object method "boot" 
via package "mod_perl" at C:/Perl/site/lib/Apache/Constants.pm line 
8"

Any ideas?Could it mean 
thatmod_perl is installed incorrectly? But I have checked it and it seems 
ok.
But there is no boot method in the 
mod_perl directory, for some reason.
Thanks
Peter



Re: problems with Apache::Filter

2003-08-26 Thread Stas Bekman
Drox wrote:
 
Hi
I am having troubles trying to install the Apache module Apache::Filter
I need this module installed, so I can use Apache::SSI with Apache::ASP
I already have mod_perl installed. It seems to be installed ok.
 
But when I try to install or test Apache::Filter, I get the following:
Can't locate object method boot via package mod_perl at 
C:/Perl/site/lib/Apache/Constants.pm line 8
 
Any ideas? Could it mean that mod_perl is installed incorrectly? But I 
have checked it and it seems ok.
But there is no boot method in the mod_perl directory, for some reason.
It seems that you are trying to run mod_perl 1.0 modules with mod_perl 2.0. In 
order to help us to help you, you must always submit a complete bug report as 
explained here: http://perl.apache.org/bugs/

__
Stas BekmanJAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide --- http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html


Re: problems with Apache::Filter

2003-08-26 Thread Stas Bekman
[ Please post all the replies back to the list! ]

Drox wrote:
Hi Stas
Thanks for your reply. Sorry I didn't send the bug stuff. I just joined the
list today. I'll try to send a report later.
No need to any longer, Apache::Filter doesn't work with mp2.

I'm using Apache:Filter version 1.022 (31 Jan 2003). I thought that it was
suitable for use with mod_perl 2.0.
Would you know how I can check if its compatible with mod_perl 2.0?
mod_perl 2.0 comes with built-in filtering mechanism.
http://perl.apache.org/docs/2.0/user/handlers/filters.html
__
Stas BekmanJAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide --- http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html