Xuekun Hu wrote:
Since the errors are still there, if my configuration is right, I think it should be a proxy_ajp bug. I will file a bug report later.
Hi. Please do file a bugzilla entry. You have a bug in your config: <IfModule mod_proxy.c> ProxyPass /jspdir ajp://localhost:8009/jspdir ProxyPassReverse /jspdir ajp://localhost:8009/jspdir </IfModule> Having both ProxyPass and ProxyPassReverse, you are actually using a 'generic' proxy worker with connection limited to MaxThreads not to 10, as shown in the log: [Wed Aug 31 16:32:22 2005] [error] (120007)APR does not understand this error code: proxy: read response failed from (null) (*) Simlpy use a single directive: ProxyPass. Regards, Mladen.
