安装 wordpress 需要哪些 PHP 模块?

安装 wordpress 需要哪些 PHP 模块?

我有 5 个 wordpress 网站。我为它们全部使用 hostgator 共享主机。现在我决定切换到 VPS。

我有一个非托管 VPS 并正在为 wordpress 配置它。我正在按照 webhostingtalk 成员的建议进行本教程:https://www.digitalocean.com/community/articles/how-to-set-up-multiple-wordpress-sites-on-a-single-ubuntu-vps

我现在正在配置 LAMP 堆栈。步骤来自此页面:https://www.digitalocean.com/community/articles/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu

在步骤 3 中,安装 apache 时,我必须选择 php 模块。我不知道要选择什么模块。我的要求是 wordpress 上的 5-6 个网站。

请告诉我应该为 wordpess 安装哪些模块?提前谢谢。

编辑:我用谷歌搜索并发现了这个帖子:https://wordpress.stackexchange.com/questions/42098/what-are-php-extensions-and-libraries-wp-needs-and-or-uses

第 4 个答案获得 2 票,其列表如下:

php5-cli
php5-dev
php5-fpm
php5-cgi
php5-mysql
php5-xmlrpc
php5-curl
php5-gd
php-apc (not required, but recommended)
php-pear
php5-imap
php5-mcrypt
php5-pspell

这够好吗?

答案1

标准 PHP 配置就足够了。我 (Debian) 使用php5-commonphp5-mysqlphp5-cli... 都还不错,但我会尝试只安装php5php5-mysql

相关内容