我已经安装了 phpmyadmin,但似乎没有用。我也安装了 apache2、php5、php-cgi、mysql-server、mysql-client。我在 apache2.conf 文件中添加了下一行:
#include phpmyadmin
Include /etc/phpmyadmin/*.conf
但是当我重新启动服务器时,我有下一个错误:
* Restarting web server apache2 [fail]
* The apache2 configtest failed.
Output of config test was:
AH00526: Syntax error on line 2 of /etc/phpmyadmin/lighttpd.conf:
Invalid command 'alias.url', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.
错误日志说:
[Tue Aug 13 12:36:25.690262 2013] [mpm_prefork:notice] [pid 13210] AH00163: Apache/2.4.6 (Ubuntu) PHP/5.5.1-2+debphp.org~precise+2 configured -- resuming normal operations
[Tue Aug 13 12:36:25.690358 2013] [core:notice] [pid 13210] AH00094: Command line: '/usr/sbin/apache2'
[Tue Aug 13 12:39:21.635566 2013] [mpm_prefork:notice] [pid 13210] AH00169: caught SIGTERM, shutting down
我应该怎么做才能定义 alias.url,或者我做错了什么?谢谢