Hello,We are getting request from a proxy server and somehow that proxy server gets an internal server error.
This is the configuration: Apache web server connected to Tomcat via mod_jk. RewriteRule /url1(.*)/$ /TomcatWebApp/Servlet1 Now from the browser if I do https://abc.com/url1/ it works fine.If the request is made through proxy it gets an "500 Internal Server error". Do I have to enable anything on Apache server to accept connection from proxy. It looks I am missing something in Apache server confg. I can't find any error in the log files.
Any help on this? Thank you in advance. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx