Dear Stas,
The patch worked, thanks for your help!
Harald.
Dear list members,
I get the following error at make install:
---
/usr/bin/perl -Iblib/lib -I/usr/local/src/httpd/httpd-2.0.54+mod_perl-2.0.0-RC5/mod_perl-2.0.0-RC5/Apache-Test/lib
-MModPerl::BuildMM -e ModPerl::BuildMM::glue_pod lib/Apache2/
Dear group members,
I did not find any information about a release time
of mod_perl 2.0 on perl.apache.org.
Is there any schedule for releasing mod_perl 2.0
?
best regards,
Harald.
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
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
Dear list members,
I am using Apache-2.0.50 and mod_perl-1.99_16.
I would like to know the most secure, best, and fastest way to parse
arguments.
I tried libapreq, but got some strange errors, arguments stayed persistent
from one request to the next and other strange things happened.
Now I am us