> thanks for the info, might be a bit much afford.
Not at all -- you can run them all on a single machine. There should be
no extra cost to this approach except a bit more setup work.
> do you know any way to put some placeholders inside the perl code that
> will be replaced before compilation?
Perrin wrote:
I would echo what Stas said about rethinking your need for this. It's not
something that is easy to support in Perl. However, if you really need to
do it without changing your application code or using virtualhosts, you
would probably have to do it by running multiple mod_perl backe
Gernot Homma wrote:
i think you can use instances instead of classes, under mod_perl 1 i have
the following setup (the code ist just to show how it should work ;.)
under mod_perl, i think you just have to change the name of the
directives(PerlHandler => PerlResponseHandler), but i'm not shure, i
> i would like to install the same application more than once on the same
> web-server without changing the application code.
I would echo what Stas said about rethinking your need for this. It's not
something that is easy to support in Perl. However, if you really need to
do it without changing
Harald Meier wrote:
dear group,
i am developing a web application using apache 2.0 and mod_perl 2.0.
the application is split into a couple of perl modules.
i would like to install the same application more than once on the same
web-server
without changing the application code.
so
http://www.f
Hello
Harald,
i
think you can use instances instead of classes, under mod_perl 1 i have the
following setup (the code ist just to show how it should work
;.)
under
mod_perl, i think you just have to change the name of the directives(PerlHandler
=> PerlResponseHandler), but i'm not shure,
dear group,i am developing a web application using
apache 2.0 and mod_perl 2.0.the application is split into a couple of perl
modules.i would like to install the same application more than once on
the same web-server without changing the application
code.so http://www.foo.bar/myapp/instanc
dear group,
i am developing a web application using apache 2.0 and mod_perl 2.0.
the application is split into a couple of perl modules.
i would like to install the same application more than once on the same
web-server
without changing the application code.
so
http://www.foo.bar/myapp/instanc