> Problem: > > I'm building a PHP application that needs to be able to push > requests to an application that is running on multiple computers all sitting > behind a firewall.
As long as the firewall accepts your request to the servers behind it all is good. If not then the firewall needs to be configured to allow that traffic to make the requests to the servers behind it. You need to make sure you make the request to the right port and that it is allowed. Once you have that setup then you should not have any issues. There are also other methods for accessing the servers behind the firewall too...like using a vpn connection to the firewall. -- thebigdog _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
