Hello Jean Frederic,

fine, your example help me, but the current online balancer documentation is only a useless summary.
Exist a better one at cvs or is it a open ToDo item?


Thanx
Peter


jean-frederic clere schrieb:

Peter Rossbach wrote:

Cool,

that mean I checkout httpd 2.1 and all is working?


Yes
You have to configure httpd with:
--enable-proxy \
--enable-proxy-balancer \
--enable-proxy-ajp

How I can find some mod_ajp configuration documentation?


http://httpd.apache.org/docs-2.1/mod/mod_proxy_ajp.html
http://httpd.apache.org/docs-2.1/mod/mod_proxy_balancer.html

All new elements and option and a example for loadbalancing


I have added to my httpd.conf:
+++
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
+++
And:
+++
ProxyRequests On
ProxyStatus full
<Proxy *>
    Order deny,allow
    Deny from all
    Allow from localhost
</Proxy>

<Proxy balancer://myCluster>
   BalancerMember ajp://localhost:8009
   BalancerMember ajp://pgtr0327.mch.fsc.net:8009
</Proxy>

<Location /examples/>
   ProxyPass balancer://myCluster/examples/
</Location>
+++


Can you please, add some documentation ( jk/xdocs) that let people find the
new module and configuration ?


Thanks
Peter


jean-frederic clere schrieb:

Remy Maucherat wrote:

jean-frederic clere wrote:

Peter Rossbach wrote:

Hello,

I have two simple question to the new mod_ajp:

Can we add a small documentation how people can compile and configure
the new mod_ajp? The mailing list are tell us a lot informations, but
please can someone desicribe the current state?






The developement of the proxy ajp has been moved to httpd-2.1.





To make sure I got everything right: so all the code and dev is done there now ?




Yes.

BTW, who's a committer on httpd ?




I and Mladen ([EMAIL PROTECTED]).

Cheers

Jean-Frederic


Rémy


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
J2EE Systemarchitekt und Tomcat Experte

http://objektpark.de/
http://www.webapp.de/

Am Josephsschacht 72, 44879 Bochum, Deutschland
Telefon:  (49) 234 9413228
Mobil:    (49) 175 1660884
E-Mail:  [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to