Hi.
I'm openin url like this with Zend_Http_Client
http://www.xxx.net/index.php?option=com_autoexp&page=show_search&mode=1&Itemid=54
.
This works perfect in my test environment (Windows), but on production
(FreeBSD) I have this error:
2010-04-09T08:14:48+02:00 ERR (3): exception
'Zend_Http_Client_Adapter_Exception' with message 'Unable to Connect
to tcp://www.xxx.net:80. Error #60: Operation timed out' in
/www/webvol4/m9/4zjhf3no4hjbso9/automobi.li/library/Zend/Http/Client/Adapter/Socket.php:235
Stack trace:
#0
/www/webvol4/m9/4zjhf3no4hjbso9/automobi.li/library/Zend/Http/Client.php(975):
Zend_Http_Client_Adapter_Socket->connect('www.xxx.n...', 80, false)
...
similar error I get with curl adapter:
2010-04-09T08:54:07+02:00 ERR (3): exception
'Zend_Http_Client_Exception' with message 'Error in cURL request:
connect() timed out!' in
/www/webvol4/m9/4zjhf3no4hjbso9/automobi.li/library/Zend/Http/Client/Adapter/Curl.php:417
Stack trace:
#0
/www/webvol4/m9/4zjhf3no4hjbso9/automobi.li/library/Zend/Http/Client.php(989):
Zend_Http_Client_Adapter_Curl->write('GET', Object(Zend_Uri_Http),
'1.1', Array, '')
Test and production servers are in different countries, maybe site is
not accessible from production?
Regards,
Saša Stamenković