Cloud Foundry 上的 DokuWiki "Your PHP seems to miss SSL support"
DokuWiki on Cloud Foundry "Your PHP seems to miss SSL support"
我使用 PHP Buildpack v4.3.14
成功部署了 DokuWiki。因为存储不是持久的,所以这是一种无用的测试(我在等待Cloud Foundry Volume Services)
DokuWiki is a simple to use and highly versatile Open Source wiki
software that doesn't require a database.
$ cat .bp-config/options.json
{
"WEBDIR": ""
}
我收到这个错误
Your PHP seems to miss SSL support. Downloading will not work for many DokuWiki extensions.
如何在 PHP buildpack 中启用 PHP SSL 支持?如何从 PHP 构建包中查看所有可能的选项(列表)? .bp-config/options.json
的所有可能值
我认为 PHP_MODULES 变量的可能值是 Buildpack 清单中列出的值。例如。这里的 openssl 模块:https://github.com/cloudfoundry/php-buildpack/blob/master/manifest.yml#L84
我使用 PHP Buildpack v4.3.14
成功部署了 DokuWiki。因为存储不是持久的,所以这是一种无用的测试(我在等待Cloud Foundry Volume Services)
DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database.
$ cat .bp-config/options.json
{
"WEBDIR": ""
}
我收到这个错误
Your PHP seems to miss SSL support. Downloading will not work for many DokuWiki extensions.
如何在 PHP buildpack 中启用 PHP SSL 支持?如何从 PHP 构建包中查看所有可能的选项(列表)? .bp-config/options.json
我认为 PHP_MODULES 变量的可能值是 Buildpack 清单中列出的值。例如。这里的 openssl 模块:https://github.com/cloudfoundry/php-buildpack/blob/master/manifest.yml#L84