• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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