• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

curl problems...help!

K

komodo

Guest
I've just got around to installing applications on my Plesk 7.5.4 and I can't get curl to work.

It works fine from the command line, but anytime I call it from within PHP it can't establish a connection.

There's no firewall running or anything else.

I also can't run fsocks with an SSL connection.

Any ideas? It's only from within the web server. From the command line works flawlessly. Also, I confirmed that all my scripts work on other servers.

I appreciate the help.

CS
 
Make sure that the path to curl is set in the PHP open_basedir directive. Also, if your OS is running SELinux, then you may have to play with it's settings, or put it into relaxed mode.
 
my php.ini files didn't even have his directive so I added it with the directory.

Still no luck. It's Fedora OS.

CS
 
SELinux is the root of this problem.

Disable it in the config file:

/etc/selinux/config

SELINUX = Disabled
 
Back
Top