Re: install Apache::compat? (Was Can't load perl file)

2005-06-13 Thread Randy Kobes
On Mon, 13 Jun 2005, Nick Pietraniec wrote: > Thanks, that was it... Stupid mistake, but there seems to be some > conflicting docs out there. > > I'm trying to get a mod_perl1 module running on mod_perl2 and I seem > to be having some difficulty. > The logs are simply throwing "Can't load Perl f

problem with svn co ...

2005-06-13 Thread OpenMacNews
hi all, tho i admit my recent focus has not been on this list ... an attempt to 'svn co' trunk w/: svn co https://svn.apache.org/repos/asf/perl/modperl/trunk/ /usr/ports/mod_perl_svn is resultig a svn error of: Alib/ModPerl/FunctionMap.pm svn: In directory 'lib/ModPerl' sv

Re: [ANNOUNCE] Apache(2)::DebugLog, Apache(2)::LogF

2005-06-13 Thread Dorian Taylor
> sounds nice :) thanks ;) > if you succeed, is there any chance you could make the logic you came up > with generic enough to release it as a separate package? it would be really > nice to be able to use something like this from Makefile.PL see below... > > use Apache::ExtUtils::SomeName;

Re: install Apache::compat? (Was Can't load perl file)

2005-06-13 Thread Nick Pietraniec
Thanks, that was it... Stupid mistake, but there seems to be some conflicting docs out there. I'm trying to get a mod_perl1 module running on mod_perl2 and I seem to be having some difficulty. The logs are simply throwing "Can't load Perl file: c:/apache2/conf/ mod_perl.pl for server www.f

using apache2::compat question

2005-06-13 Thread Nick Pietraniec
The mod_perl1 module I have calls Apache::constants. This does not seem to be present on my server... After some digging I found that the mod_perl2 equivalent is Apache2::Const Do I need to somehow install these old mod_perl1 modules or do I need to convert my module over to mod_perl2?

Re: Sessions in rc6+ ?

2005-06-13 Thread Jeffrey W. Baker
On Sat, 2005-05-28 at 22:50 -0500, David Nicol wrote: > > In this specific case, Apache::Session has that name mostly by > > coincidence. It could be called Tie::Hash::Persistent or something > > similar with no loss of accuracy. > > > > - Perrin > > or "DirDB" Or, quite possibly, Misc::Unmaint

RE: install Apache::compat? (Was Can't load perl file)

2005-06-13 Thread Steve Duran
Try Apache2::compat -Original Message- From: Nick Pietraniec [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 1:29 PM To: modperl@perl.apache.org Subject: install Apache::compat? (Was Can't load perl file) I think I've found the problem I was having... When I try to add PerlMo

install Apache::compat? (Was Can't load perl file)

2005-06-13 Thread Nick Pietraniec
I think I've found the problem I was having... When I try to add PerlModule Apache2 PerlModule Apache::compat to my http.conf I get "Can't load perl module for Apache2 for server www.blah.com:80 exiting when I comment out the first line I get to my http.conf I get "Can't load perl modu

ModPerl 2.0.0 RC5: Not starting httpd in make test

2005-06-13 Thread ODELL, TODD E \(SWBT\)
-8<-- Start Bug Report 8<-- 1. Problem Description: OS: AIX 4.3.3 I am unable to successfully run make test. Due to permission issues I'm running the Makefile.PL, make, and make test as nobody and plan the run make install as root. I've been able to start a

Re: [ANNOUNCE] Apache::AuthTicket 0.40

2005-06-13 Thread Frank Wiles
On Mon, 13 Jun 2005 09:50:50 -0700 Nick Pietraniec <[EMAIL PROTECTED]> wrote: > I think this module is exactly what I'm looking for... Is there > anywhere that I can find more details on how it works and how to use > it? > http://search.cpan.org/~mschout/Apache-AuthTicket-0.40/lib/Apache2/Aut

Re: [ANNOUNCE] Apache::AuthTicket 0.40

2005-06-13 Thread Nick Pietraniec
I think this module is exactly what I'm looking for... Is there anywhere that I can find more details on how it works and how to use it?

[mp 2.x] Enhancement: Adding OutputFilter at an arbitary position in the chain

2005-06-13 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm not sure if the apache-api even supports things like this but it would really rock. Take the following situation: - -8<- PerlFixUpHandler My::Handler SetOutputFilter FILTERA SetOutputFilter FI

Re: [ANNOUNCE] Apache(2)::DebugLog, Apache(2)::LogF

2005-06-13 Thread Geoffrey Young
> Apache::DebugLog uses two custom configuration directives, > PerlDebugLogLevel and PerlDebugLogDomain. mod_perl 1.x is automatically > detected and the xs required to enable these directives is generated. > i have not tested this yet. apache 1.x folk are welcome to try to > break this for me. s

[mp2] error make test on test t/closure.t

2005-06-13 Thread maurizio amendola
Hi I hope this time to put all info. -8<-- Start Bug Report 8<-- 1. Problem Description: I have a problem when I do Make test. The problem is on test on "t/closure.t". I have tested also with The latest SVN snapshot, but I have the same result. This is