简体   繁体   中英

DokuWiki on Cloud Foundry “Your PHP seems to miss SSL support”

I deployed successfully DokuWiki with PHP Buildpack v4.3.14 . Because storage is not persistent, this is kind of useless testing (I am waiting for 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": ""
}

I receive this error

Your PHP seems to miss SSL support. Downloading will not work for many DokuWiki extensions.

在此处输入图片说明

Howto enable PHP SSL support in PHP buildpack? How do I see all possible options (list) from PHP buildpack? All possible value for .bp-config/options.json

I think the possible values for the PHP_MODULES variable are the ones listed in the manifest of the Buildpack. Eg. the openssl module here: https://github.com/cloudfoundry/php-buildpack/blob/master/manifest.yml#L84

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM