Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近将我的网站移至 nginx 服务器。我的 python 代码在同一台机器上的 8086 端口上运行,但我的 php curl 模块不工作。我不知道我在这里做错了什么。
我已经安装了php5-fpm,但仍然无法解决这个问题。我也看不到错误,因为 nginx 只是向我显示了空白屏幕。顺便提一句。它正在打印curl_init()语句之前的所有值。
php5-fpm
curl_init()
我也可以发布我的 Nginx 配置,但我认为这不是必需的。
你需要跑/etc/init.d/php5-fpm restart
/etc/init.d/php5-fpm restart
如果您使用的是 Windows,请确保按照以下步骤操作:
php.ini-production
php.ini-development
php.ini
extension_dir = "ext"
extension=php_curl.dll