[Sun Mar 20 07:15:33 2011] [error] (70007)The timeout specified has expired:
ajp_ilink_receive() can't receive header
[Sun Mar 20 07:15:33 2011] [error] ajp_read_header: ajp_ilink_receive failed
Currently I am using mod_proxy and have the following in apache2.conf
(Apache/2.2.3 (Linux/SUSE)):
# Timeout: The number of seconds before receives and sends time out.
# It is a server wide setting.
#
APACHE_TIMEOUT="300"
The mod_proxy statement is:
ProxyPass /shibboleth-idp/ ajp://loadbalancer I.P:8080/idp/
server.xml in the Connector is:
<Connector executor="tomcatThreadPool"
port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
environment: Apache OS :Linux 2.2.3, Tomcat/5.5.27
Any help is greatly appreciated.
Harinath Chidipotu
University of California
Office of the President
510.987.0658 (office)
AJP isn't HTTP/1.1. (And it's not really much of a Shibboleth problem.)
Greg
Are you installing an Shibboleth 1.x IdP now?
-peter