On Wed, 2004-12-22 at 13:15 +0100, Henning Meyer wrote:
> I understand this - but I want to use Apache::Registry for
> performance-reasons. How can I get different configurations in different
> Versions of my system?
> Should I use something like Config::Tiny?
> Or can I use Apache::PerlRun just
Well you are not stating which mp-version you are running but for:
mp1:
http://perl.apache.org/docs/1.0/guide/modules.html#Apache__PerlVINC___Allows_Module_Versioning_in_Location_blocks_and_Virtual_Hosts
mp2:
http://perl.apache.org/docs/2.0/user/config/config.html#C_Parent_
Tom
Henning Me
> I understand this - but I want to use Apache::Registry for
> performance-reasons. How can I get different configurations in different
> Versions of my system?
> Should I use something like Config::Tiny?
> Or can I use Apache::PerlRun just for my config.pl - which I include via
> require 'config.
'config.pl';
?
Henning
Thanks
Arun
- Original Message -
From: "Henning Meyer" <[EMAIL PROTECTED]>
To:
Sent: Monday, December 20, 2004 11:10 PM
Subject: multiple developers on one Sever
Hello,
I've got a mod_perl-Apache running, which hosts mul
.
Thanks
Arun
- Original Message -
From: "Henning Meyer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 20, 2004 11:10 PM
Subject: multiple developers on one Sever
> Hello,
> I've got a mod_perl-Apache running, which hosts mul
Please provide information about the versions of mod_perl and apache
that you are using. If you provide your fully working configuration
file, it will be easy to identify the issue.
- Pratik
--
http://pratik.syslock.org
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://per
Hello,
I've got a mod_perl-Apache running, which hosts multiple
developement-versions (of multiple CVS-developers) of a webapp.
Therefore I've got this apache-config:
Options +Includes
XBitHack on
SetHandler perl-script
PerlHandler Apache::Registry
PerlModule Apache::DBI