无效命令“php_admin_value”

s4n*_*.ty 7 server php apache2 virtualmin

当我想在 Ubuntu 服务器上启动 Apache2 时,出现此错误

AH00526: Syntax error on line 49 of /etc/apache2/sites-enabled/bookstyle.sokrator.net.conf:
Invalid command 'php_admin_value', perhaps misspelled or defined by a module not included in the server configuration
Run Code Online (Sandbox Code Playgroud)

我该如何解决这个问题?

s4n*_*.ty 3

我解决了这样做:

a2enmod php5.6-fpm 
service apache2 restart
Run Code Online (Sandbox Code Playgroud)