Re: curl problems
- From: Matthias Leopold <matthias@xxxxxx>
- Date: Thu, 15 Mar 2007 14:22:09 +0100
Matthias Leopold schrieb:
hi[snip]
i've got problems getting php4 scripts which use curl to work on RHEL4 (Nahant Update 4) and CentOS 4.4. when the script is accessed the browser "hangs", after a couple of minutes i'm prompted to save the php-file, obviously nothing is executed.
what i've checked:
.) curl in php works with a selfcompiled php5 binary executed via cgi on the same server
.) curl script (actually the example from http://www.php.net/manual/de/ref.curl.php) works on other servers (not rhel/centos)
.) selinux is disabled
.) disabling iptables rules makes no difference
.) apache errorlog doesn't give any hint, regardless of apache and php log levels
.) php rpms are up2date
.) php core config see below
thanks for help
matthias
Configuration
PHP Core
Directive Local Value Master Value
open_basedir /home/ldapcustomers/24102-24102/www/htdocs:/usr/local/lib/php:/tmp no value[/snip]
thanks for answers, the problem was the open_basedir restriction
see http://at.php.net/manual/de/function.curl-setopt.php#71313
matthias
.
- References:
- curl problems
- From: Matthias Leopold
- curl problems
- Prev by Date: Re: How to keep global strings in another file?
- Next by Date: Re: How to keep global strings in another file?
- Previous by thread: Re: curl problems
- Next by thread: daylight saving time problem
- Index(es):
Relevant Pages
|