• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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