我刚刚phpMyAdmin
在运行//usr/share/phpMyAdmin
的 CentOS 5 机器上安装了。我还在 apache 配置中添加了一个别名,如下所示:webmin
virtualmin
Alias /phpMyAdmin /usr/share/phpMyAdmin
这样当我访问www.foobar.com/phpMyAdmin
它时就可以使用了phpMyAdmin
。问题是 php 未被解析,而是与 html 一起被吐出,这大大降低了我所做的有用性。我如何设置 apache 或 php 或任何其他程序来正确解析 phpMyAdmin。
当我在谷歌上搜索这个问题时,我无法得到一个可以理解的答案,然而最常见的相关问题是我是否正在运行mod_php
或作为 CGI。php 是通过 CGI 运行的
谢谢
答案1
Lobe,听起来你需要这句话:
添加类型应用程序/x-httpd-php.php
添加到您的 apache 配置中。