Jump to content

Apache ReverseProxy to Unigui with IIS


Mohammed Nasman

Recommended Posts

Hello,

This is not a unigui problem, just I'm trying to figure where is the problem.

I have an apache server that works as reverse proxy, I have configure it as following:

ProxyPass "/acc" "http://myip:8081/App.dll"
ProxyPassReverse "/acc" "http://myip:8081/App.dll"

ProxyPass "/go" "http://www.google.com"
ProxyPassReverse "/go" "http://www.google.com"

That problem when calling it with "/acc" it didn't find this path "http://myip:8081/App.dll", which is my unigui app running under IIS.

But for any other links like /go, it works fine, the IIS link works fine on browsers, but not via the reverseproxy.

Any one faced a similar problem?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...