Using the same configuration files for 1.2.8 and 1.2.10, I get differing behaviors when Tomcat isn't running.
Machine: Solaris 8, Apache 1.3.33 Relevant configuration JkMount /*.jsp ajp13 1.2.8 Response: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>500 Internal Server Error</TITLE> </HEAD><BODY> <H1>Internal Server Error</H1> The server encountered an internal error or misconfiguration and was unable to complete your request.<P> Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.<P> More information about this error may be available in the server error log.<P> </BODY></HTML> 1.2.10 Response: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>200 OK</TITLE> </HEAD><BODY> <H1>OK</H1> The server encountered an internal error or misconfiguration and was unable to complete your request.<P> Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.<P> More information about this error may be available in the server error log.<P> </BODY></HTML> Is this by design? If so, should it be in the changelog http://jakarta.apache.org/tomcat/connectors-doc/changelog.html and BTW, http://jakarta.apache.org/site/downloads/downloads_tomcat-connectors.cgi shows 1.2.6 as latest. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]