• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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