• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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