https://issues.apache.org/bugzilla/show_bug.cgi?id=44592
--- Comment #11 from Spil <[EMAIL PROTECTED]> 2008-06-23 07:01:52 PST --- SSL: We are currently building a small Java App to help us trigger the problem (takes ages to trigger error manually). When done, we'll trace a non-ssl error (if it then exists) and attach it to this bug. TimeOut: TimeOut not specified, i.e. default 300 sec ProxyTimeOut 600 Ubuntu error-log: [Fri Jun 20 11:33:08 2008] [error] (70007)The timeout specified has expired: proxy: prefetch request body failed to 130.144.0.220:8000 (plsapdc200.local) from 127.0.0.1 () [Fri Jun 20 11:33:08 2008] [error] [client 127.0.0.1] Handler for proxy-server returned invalid result code 70007, referer: https://www.dev.tradelink.com/sap(bD1lbiZjPTI1MCZkPW1pbg==)/bc/bsp/sap/crm_ui_frame/bspwdapplication.do?id=31&target_id=TBT110APPC&entity_name=BTOrder&entity_key=FF060101010280003431303200000000010400000000100000003C030000000000000000000000000000000000000000004B00450059BC000000104782618331254037E1008000828BF835BD04 Config on dev machine: NameVirtualHost *:443 <VirtualHost *:443> ServerName www.dev.tradelink.com ServerAlias www.dev.tradelink.com:443 BrowserMatch ".*MSIE.*" ssl-unclean-shutdown SSLEngine On # SSLOptions +StdEnvVars +ExportCertData SSLCertificateFile conf/ssl/tradedev.crt SSLCertificateKeyFile conf/ssl/tradedev.key CustomLog logs/www.dev.tradelink.com/access_ssl_%y%m%d.log common ErrorLog logs/www.dev.tradelink.com/error.log #Reverse Proxy Configuration DocumentRoot D:/htdocs # RewriteCond %{REQUEST_URI} !/maintenance.htm # RewriteRule ^.*$ /maintenance.htm [R] SSLProxyEngine On # ProxyPreserveHost Off ProxyPreserveHost On ProxyVia On Header add vhost https-default ProxyTimeout 600 RequestHeader set ClientProtocol https RewriteEngine On RewriteRule ^/sap(.*) http://plsapdc200.local:8000/sap$1 [P] <Location /sap> ProxyPassReverse /sap </Location> RewriteRule ^/SAP(.*) http://plsapdc200.local:8000/sap$1 [P] <Location /SAP> ProxyPassReverse /sap </Location> </VirtualHost> -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
