XF 1.4 Social network

Gatses

Member
Hello!

Please tell, operation of social networks requires network access from the server where forum is installed to these social networks' sites. Access to the server is closed, but there is a proxy on the server. How can we set up the work of social networks through a proxy?
 
Last edited:
PHP will just access the network stack directly, really just using whatever way your server has configured at the OS level. If you need to access a proxy, it would need to be configured at the OS level.
 
PHP will just access the network stack directly, really just using whatever way your server has configured at the OS level. If you need to access a proxy, it would need to be configured at the OS level.
Another help please. What global environment zend.http.client uses as proxy? Does it use $http_proxy?
 
Top Bottom