Home  >  Q&A  >  body text

apache proxy IIS, local access is available, but remote access is not available.

apache proxy IIS

You can access m.july-it.com successfully on the server.
Access failed on your own computer.

<VirtualHost *:80>
ServerName m.july-it.com
ProxyPass / http://m.july-it.com:8080/
ProxyPassReverse / http://m.july-it.com:8080/
</VirtualHost>

<Proxy *>
Allow from all
</Proxy>
PHPzPHPz2713 days ago500

reply all(1)I'll reply

  • 黄舟

    黄舟2017-05-16 17:05:53

    It should be a server firewall problem.

    reply
    0
  • Cancelreply