mod_proxy_ajp

2004-12-02 Thread Dale, Matt
Title: mod_proxy_ajp Hi, Anyone know where i can downloaded it? And anyone know if it works with httpd 2.0.x? Ta Matt Any opinions expressed in this E-mail may be those of the individual and not necessarily the company. This E-mail and any files transmitted

Re: mod_proxy_ajp

2004-12-02 Thread Mladen Turk
Dale, Matt wrote: Hi, Anyone know where i can downloaded it? http://svn.apache.org/repos/asf/httpd/httpd/trunk See http://httpd.apache.org/dev/ how to svn. And anyone know if it works with httpd 2.0.x? Yes. You'll need to replace exiting proxy module files with the one from 2.1, and use 2.1 build

RE: mod_proxy_ajp

2004-12-02 Thread Dale, Matt
Thanks for the info, I think i'll wait until a stable 2.2 before using it in production. Ta Matt -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: 02 December 2004 14:54 To: Tomcat Users List Subject: Re: mod_proxy_ajp Dale, Matt wrote: Hi, Anyone know where i

Re: compiling mod_proxy_ajp

2004-12-01 Thread Elihu Smails
BalacerMember ajp://second.server:8009 max=100 lbfactor=1 /Proxy ProxyPassReverse /servlets-examples balacer://mycluster/servlets-examples 2. Is mod_proxy_ftp required for mod_proxy_ajp ? No. Thank you. No problem

Re: compiling mod_proxy_ajp

2004-12-01 Thread Filip Hanik - Dev
how about you correct the spelling :) Filip - Original Message - From: Elihu Smails [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 2:17 PM Subject: Re: compiling mod_proxy_ajp when I try to set up balancing, I get the following Apache

Re: compiling mod_proxy_ajp

2004-12-01 Thread Elihu Smails
: Wednesday, December 01, 2004 2:17 PM Subject: Re: compiling mod_proxy_ajp when I try to set up balancing, I get the following Apache startup errors: Invalid command 'BalacerMember', perhaps mis-spelled or defined by a module not included in the server configuration Here is the output

Re: compiling mod_proxy_ajp

2004-11-30 Thread Elihu Smails
--disable-asis --disable-env --disable-mime --disable-dir --with-mpm=worker Any help would be greatly appreciated. --- Mladen Turk [EMAIL PROTECTED] wrote: Elihu Smails wrote: So as I plow through this process of getting mod_proxy_ajp working with Apache/Tomcat, should I be talking

Re: compiling mod_proxy_ajp

2004-11-30 Thread Mladen Turk
Elihu Smails wrote: Well, here is the error that I get... My configure line is as follows: ./configure --prefix=/opt/apache --with-ssl=/home/markw/openssl --with-mpm=worker --enable-so --enable-proxy-ajp --enable-ssl --disable-cgi --disable-cgid --disable-autoindex --disable-auth --disable-access

Re: compiling mod_proxy_ajp

2004-11-30 Thread Elihu Smails
Thanksthat worked !! You will have to add --enable-proxy to configure. I also suggest that you add --enable-proxy-http and --enable-proxy-balancer too. MT. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: compiling mod_proxy_ajp

2004-11-30 Thread Remy Maucherat
On Tue, 30 Nov 2004 15:25:43 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Elihu Smails wrote: You will have to add --enable-proxy to configure. I also suggest that you add --enable-proxy-http and --enable-proxy-balancer too. Too many flags ;) Can you lobby to have them enabled by default,

Re: compiling mod_proxy_ajp

2004-11-30 Thread Mladen Turk
Remy Maucherat wrote: On Tue, 30 Nov 2004 15:25:43 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Elihu Smails wrote: You will have to add --enable-proxy to configure. I also suggest that you add --enable-proxy-http and --enable-proxy-balancer too. Too many flags ;) Can you lobby to have them

Re: compiling mod_proxy_ajp

2004-11-30 Thread Mladen Turk
Remy Maucherat wrote: On Tue, 30 Nov 2004 15:25:43 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Elihu Smails wrote: You will have to add --enable-proxy to configure. I also suggest that you add --enable-proxy-http and --enable-proxy-balancer too. Too many flags ;) Actually one only needs to use:

Re: compiling mod_proxy_ajp

2004-11-30 Thread Elihu Smails
2 questions... 1. Is there anything that must be configured in Apache to get Apache to talk to Tomcat? 2. Is mod_proxy_ftp required for mod_proxy_ajp ? Thank you. --- Mladen Turk [EMAIL PROTECTED] wrote: Remy Maucherat wrote: On Tue, 30 Nov 2004 15:25:43 +0100, Mladen Turk [EMAIL PROTECTED

Re: compiling mod_proxy_ajp

2004-11-30 Thread Mladen Turk
:). Or.. Proxy balancer://mycluster BalacerMember ajp://first.server:8009 max=50 lbfactor=2 BalacerMember ajp://second.server:8009 max=100 lbfactor=1 /Proxy ProxyPassReverse /servlets-examples balacer://mycluster/servlets-examples 2. Is mod_proxy_ftp required for mod_proxy_ajp ? No. Thank you

Re: compiling mod_proxy_ajp

2004-11-30 Thread Remy Maucherat
On Tue, 30 Nov 2004 19:55:21 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Elihu Smails wrote: 2 questions... 1. Is there anything that must be configured in Apache to get Apache to talk to Tomcat? ProxyPass /servlets-examples ajp://localhost:8009/servlets-examples ProxyPassReverse

Re: compiling mod_proxy_ajp

2004-11-30 Thread Mladen Turk
Remy Maucherat wrote: On Tue, 30 Nov 2004 19:55:21 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Elihu Smails wrote: 2 questions... 1. Is there anything that must be configured in Apache to get Apache to talk to Tomcat? ProxyPass /servlets-examples ajp://localhost:8009/servlets-examples

Re: compiling mod_proxy_ajp

2004-11-30 Thread Mladen Turk
Remy Maucherat wrote: Great :) Questions ! :) - Max: Max number of concurrent requests ? - You don't need ProxyPass in this case ? - What are the sticky names which should be used for sessions ? Also: location /balancer-manager SetHandler balancer-manager Order deny,allow Allow from

Re: compiling mod_proxy_ajp

2004-11-30 Thread Elihu Smails
Cool, I don't quite have Apache and Tomcat talking, but I think I am close. My next question. I have Apache communicating with the browser via dual SSL. Now the channel between Apache and Tomcat must be SSL so that Tomcat can get the client cert. What must be done to the mod_proxy_ajp in order

Re: compiling mod_proxy_ajp

2004-11-30 Thread Elihu Smails
and Tomcat must be SSL so that Tomcat can get the client cert. What must be done to the mod_proxy_ajp in order to make that happen? --- Remy Maucherat [EMAIL PROTECTED] wrote: On Tue, 30 Nov 2004 19:55:21 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Elihu Smails wrote: 2

compiling mod_proxy_ajp

2004-11-29 Thread Elihu Smails
OK, now after following the thread this morning concerning mod_jk2, I have decided to give mod_proxy_ajp a try. I have downloaded the connectors source and do not see the mod_proxy_ajp source code there, but do see it in the tomcat 5.5.4 source tarball. I have tried a few different things

Re: compiling mod_proxy_ajp

2004-11-29 Thread Mladen Turk
Elihu Smails wrote: OK, now after following the thread this morning concerning mod_jk2, I have decided to give mod_proxy_ajp a try. I have downloaded the connectors source and do not see the mod_proxy_ajp source code there, but do see it in the tomcat 5.5.4 source tarball. No you should

Re: compiling mod_proxy_ajp

2004-11-29 Thread Elihu Smails
So as I plow through this process of getting mod_proxy_ajp working with Apache/Tomcat, should I be talking to the Apache developers or the Tomcat developers? --- Mladen Turk [EMAIL PROTECTED] wrote: Elihu Smails wrote: OK, now after following the thread this morning concerning mod_jk2, I

Re: compiling mod_proxy_ajp

2004-11-29 Thread Mladen Turk
Elihu Smails wrote: So as I plow through this process of getting mod_proxy_ajp working with Apache/Tomcat, should I be talking to the Apache developers or the Tomcat developers? Both :). mod_proxy_ajp is just an protocol handler like http or ftp. Integration is another subject, and is more close