Приветствую вас.
Такая проблема сабжевая.
На хостинговом сервере один клиентский проект использует curl. И при выполнении скриптов валятся такие ошибки:
23:24:14 #0 of 8948 - error(Connection time-out after 90006 ms) 23:24:14 #1 of 8948 - error(name lookup timed out) 23:24:14 #2 of 8948 - error(name lookup timed out) 23:24:14 #3 of 8948 - error(name lookup timed out) 23:24:14 #4 of 8948 - error(name lookup timed out) 23:24:14 #5 of 8948 - error(name lookup timed out) 23:24:14 #6 of 8948 - error(name lookup timed out) 23:24:14 #7 of 8948 - error(name lookup timed out) 23:24:14 #8 of 8948 - error(name lookup timed out) 23:24:14 #9 of 8948 - error(name lookup timed out)
Как изменить? Такое ощущение, что есть лимиты на запросы curl'a.
РНР собран с поддержкой curl:
php -i | grep curl Configure Command => './configure' '--with-apxs2' '--with-curl=/usr/local/lib' '--with-gd' '--enable-gd-native-ttf' '--with-ttf' '--with-gettext' '--with-jpeg-dir=/usr/local/lib' '--with-freetype-dir=/usr/local/lib' '--with-kerberos' '--with-openssl' '--with-mcrypt' '--with-mhash' '--with-mysql=/usr' '--with-mysqli=/usr/bin/mysql_config' '--with-pear' '--with-png-dir=/usr/local/lib' '--with-zlib' '--with-zlib-dir=/usr/local/lib' '--enable-zip' '--with-iconv=/usr/local' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-mbstring' curl cURL Information => libcurl/7.17.1 OpenSSL/0.9.7a zlib/1.2.3 libidn/0.5.6
В /etc/php.ini строки extension=libcurl.so нету. Но и не нужна наверно она, потому как после ее дописания, перезапуска и ввода вышенаписанной коанды он ругается, что не может загрузить ./libcurl.so.
Подскажите, где смотреть? Спасибо.
curl через скрипты РНР.