Re: mod_perl 2.0.0-RC5: make install crashes

2005-04-19 Thread Harald Meier
Dear Stas, The patch worked, thanks for your help! Harald.

mod_perl 2.0.0-RC5: make install crashes

2005-04-18 Thread Harald Meier
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/

release time vor mod_perl 2.0

2005-03-29 Thread Harald Meier
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.

Re: multiple instances of one web application

2004-11-17 Thread Harald Meier
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

Re: multiple instances of one web application

2004-11-17 Thread Harald Meier
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

multiple instances of one web application

2004-11-16 Thread Harald Meier
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

multiple instances of one web application

2004-11-16 Thread Harald Meier
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

how to parse arguments

2004-09-29 Thread Harald Meier
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