Hi comm! 
Could somebody help me with this issue?

I'm getting this errors in apache error-ssl log telling there was a timeout 
between apache and backend, I increase the timeout values, also threads, 
and even ProxyIOBufferSize but keep seeing this ONLY in vhosts with CAS 
authentication.

  [proxy_ajp:error] [pid 49381:tid 139809288869632] (70007)The timeout 
specified has expired: [client 192.168.X.X:5775] AH00878: read response 
failed from 192.168.X.X:8009 

Connector Settings in Tomcat Cas.

 <Connector port="8009" protocol="AJP/1.3" connectionTimeout="900000" 
keepAliveTimeout="900000" maxThreads="600" redirectPort="8443" 
URIEncoding="UTF-8" enableLookups="false" secretRequired="false" 
packetSize="65536" />

Vhosts Settings in Apache 

        ProxyPass /cas ajp://X.X.X.X:8009/cas
        ProxyPassReverse /cas ajp://X.X.X.X:8009/cas
        ProxyPreserveHost On
        ProxyTimeout 180
        ProxyIOBufferSize 65536

Hope someone run into similar...

Thank you for your time!

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/0683a535-3d99-4517-b8c0-9da3e094c114n%40apereo.org.

Reply via email to