'ProxyPass only works on localhost (127.0.0.1)
my httpd configuration is like this:
ProxyRequests On
SSLProxyEngine On
ProxyPass /wss/ http://127.0.0.1:6789/
ProxyPass /wss2/ http://49.12.36.109:6789/
ProxyPass /wss3/ http://www.testingmcafeesites.com/
my problem is that only the first line works
you can check it here:
https://bazaretala.com/wss/ (working)
https://bazaretala.com/wss2/ (not working)
https://bazaretala.com/wss3/ (not working)
why ProxyPass only works on (127.0.0.1)?
I still can not solve the problem after five days of googling
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
