乌班图。禁用 open_basedir 和安全模式

发布于 2024-11-29 14:26:29 字数 346 浏览 0 评论 0原文

我正在运行带有 PHP 5.3 的 Ubuntu 10.04 VPS 服务器。 我收到一条错误消息,指出curl 不适用于安全模式并且已激活open_basedir

Severity: Warning

Message: curl_setopt_array(): CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set

Filename: libraries/Curl.php

Line Number: 213

如何禁用安全模式和open_basedir?

感谢所有帮助!

I am running an Ubuntu 10.04 VPS server with PHP 5.3.
I got an error saying that curl does not work with safe mode and open_basedir activated

Severity: Warning

Message: curl_setopt_array(): CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set

Filename: libraries/Curl.php

Line Number: 213

How can I disable safe mode and open_basedir?

Thankful for all help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡写薰衣草的香 2024-12-06 14:26:29

只需注释掉 php.ini 中的 open_basedir 行,您可能会在这里找到它:

/etc/php5/apache2/php.ini

然后重新启动 Apache:

sudo /usr/sbin/apache2ctl restart

您可能还想 了解关闭此功能的影响

Just comment out the open_basedir line in php.ini, you'll probably find it here:

/etc/php5/apache2/php.ini

Then restart Apache:

sudo /usr/sbin/apache2ctl restart

You probably also want to read about the implications of turning this off.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文