You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2007/03/06 11:13:33 UTC

DO NOT REPLY [Bug 41771] - Erro with mod_proxy_ajp or mod_prox_balancer

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41771>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41771





------- Additional Comments From sebastien.bilbeau@univ-rennes1.fr  2007-03-06 02:13 -------
My virtualhost configuration :
------------------------------
<VirtualHost ***.***.116:443>
   ServerName ***website***
   VirtualDocumentRoot /data/webapps/***website***
   # Options repartition de charge logiciel
   ProxyPass /balancer-manager !
   ProxyPass / balancer://mycluster/ stickysession=JSESSIONID
   <Proxy balancer://mycluster>
     BalancerMember ajp://server.*******:9514 min=0 max=200 smax=100 ttl=10
route=**** loadfactor=25
     BalancerMember ajp://server.*******:9514 min=0 max=200 smax=100 ttl=10
route=**** loadfactor=25
     BalancerMember ajp://server.*******:9514 min=0 max=200 smax=100 ttl=10
route=**** loadfactor=50
   </Proxy>
   # Options pour le https
   SSLEngine on
   SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
   SSLCertificateFile           /etc/certificats/***website***.crt
   SSLCertificateKeyFile        /etc/certificats/***website***.key
   SSLCertificateChainFile      /etc/certificats/chainage.txt
   SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0
force-response-1.0
   CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
   # Ajout car sinon ne loggue pas ce virtualhost
   CustomLog logs/access_log comonvhost
   ErrorLog  logs/error_log
</VirtualHost>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org