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.



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to