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.
我需要将此添加到我的 VPS 中的 apache2.conf 中:
Include /etc/phpmyadmin/apache.conf extension=mysql.so extension=memcache.so extension=mbstring.so extension=gd.so extension=mcrypt
添加此内容并保存 apache.conf 并尝试重新启动 apache 后,我收到错误 - 失败。
为什么?
您发现该错误是因为您将 php 指令放在 apache 中。
您必须在 php.in 文件中添加这些行。
您可以使用找到 php.ini 文件位置,
#php -i | grep php.ini