Re: how to use mod_perl sections with mod_jk?

2006-08-02 Thread robert
Can you show me how this can be configured then without using $PerlConfig JkWorkerProperty worker.list=myWorker JkWorkerProperty worker.myWorker.port=$workerPort JkWorkerProperty worker.myWorker.host=127.0.0.1 JkWorkerProperty worker.myWorker.type=ajp13 JkWorkerProperty

Re: how to use mod_perl sections with mod_jk?

2006-08-02 Thread Andreas J. Koenig
On Wed, 2 Aug 2006 14:16:00 -0500, [EMAIL PROTECTED] said: Can you show me how this can be configured then without using $PerlConfig JkWorkerProperty worker.list=myWorker JkWorkerProperty worker.myWorker.port=$workerPort JkWorkerProperty worker.myWorker.host=127.0.0.1

Re: how to use mod_perl sections with mod_jk?

2006-08-02 Thread robert
Well I've just converted all places in httpd.conf where I need to do interpolation to use here documents and $PerlConfig so consider me a convert. Quoting Andreas J. Koenig [EMAIL PROTECTED]: On Wed, 2 Aug 2006 14:16:00 -0500, [EMAIL PROTECTED] said: Can you show me how this can be

Re: how to use mod_perl sections with mod_jk?

2006-08-01 Thread Robert Nicholson
I found a small discussion on $PerlConfig but where is the documentation for this? For instance I don't know how it interacts with other Perl section syntax within the same Perl section. But are there limitations with using regular Perl section syntax with other modules directives or

Re: how to use mod_perl sections with mod_jk?

2006-08-01 Thread robert
Just exactly how does $PerlConfig work? Can I put my entire configuration in a here document using $PerlConfig? What are the limitations with $PerlConfig? Quoting Robert Nicholson [EMAIL PROTECTED]: I found a small discussion on $PerlConfig but where is the documentation for this? For

Re: how to use mod_perl sections with mod_jk?

2006-08-01 Thread Andreas J. Koenig
On Tue, 1 Aug 2006 11:06:15 -0500, [EMAIL PROTECTED] said: Just exactly how does $PerlConfig work? Can I put my entire configuration in a here document using $PerlConfig? Yes. What are the limitations with $PerlConfig? Try it out. The Apache::PerlSections manpage is a bit terse.

Re: how to use mod_perl sections with mod_jk?

2006-08-01 Thread Robert Nicholson
So can you or somebody else post a complete httpd.conf that makes use of $PerlConfig then? On Aug 1, 2006, at 2:24 PM, Andreas J. Koenig wrote: On Tue, 1 Aug 2006 13:56:31 -0500, [EMAIL PROTECTED] said: That resulted in errors at least in my case. You did read that I said you need SVN

Re: how to use mod_perl sections with mod_jk?

2006-07-31 Thread Andreas J. Koenig
On Mon, 31 Jul 2006 23:00:33 -0500, Robert Nicholson [EMAIL PROTECTED] said: So I'm trying to make a great deal of my httpd.conf dynamic based primarily on hostname etc. I have most of it working but I've found that at least in my case I cannot use mod_jk directives in a perl